question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improvements for CI use

See original GitHub issue

We use depcheck in our CI to prevent devs from commiting unused deps

Due to ignored deps and false positives it is not currently possible to just say depcheck .

I see 3 major issues there:

  1. fail on unsuccessful execution
  2. support .depcheckignore, .depcheckrc or package.json section
  3. allows to skip missing dependencies (its more likely that those are covered by tests so it just reports false positives)

Sorry to report this without spending much time in reading guidelines and checking for dupes but i have no time now.

Please accept my apologies if what i said was already known or addressed.

Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
mcasimircommented, Sep 1, 2016

I’ve ended up wrapping it https://github.com/mcasimir/depcheck-ci

But i’d really like to see those features in depcheck itself.

0reactions
rumplcommented, Jan 14, 2020
  • 1 yes
  • 3 no and to be honest I don’t wanna
Read more comments on GitHub >

github_iconTop Results From Across the Web

5 Practical Ways to Improve CI/CD Processes - ITPro Today
How to Improve CI/CD Processes · 1. Automated testing · 2. Canary releases · 3. Blue/green deployment · 4. Software composition analysis ·...
Read more >
Continuous Improvement in a CI/CD Pipeline - Plutora
Continuous improvement is a journey, not a destination. If done correctly, it will become a culture that continues to improve.
Read more >
CI/CD Process: 6 Efficient ways for Continuous Improvement ...
Steps to overcome CI/CD process challenges · Step 1: Focus on velocity improvements · Step 2: Integrating DevSecOps · Step 3: Improve release ......
Read more >
Continuous integration best practices - GitLab
CI best practice: Use failures to improve processes. Improvement is a process. When teams change their response to failures, it creates a cultural...
Read more >
A Guide for Improving CI/CD Pipelines and More Successful ...
A Guide for Improving CI/CD Pipelines and More Successful Deployments ... Throughout this article, we'll take a look at the key elements ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found