depcheck should ignore hidden folders and files
See original GitHub issueI don’t see depcheck is ignoring hidden folders like .circleci
or .history
. Now .history
holds the local versioning of files in vscode. and errors are marked against those files. Please validate
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
depcheck | Yarn - Package Manager
Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and...
Read more >How to ignore all hidden directories/files recursively in a git ...
This will make ignoring all hidden/dot files recursively the default for every repository on the machine. A separate .gitignore file for ...
Read more >depcheck - npm
Depcheck not only recognizes the dependencies in JavaScript files, ... A comma separated array containing directory names to ignore.
Read more >Depcheck: Check Your Npm Module for Unused Dependencies
Depcheck not only recognizes the dependencies in JavaScript files, but also supports these ... A comma separated array containing directory names to ignore....
Read more >SPMT - Ignore hidden folders - Microsoft Q&A
As a workaround, as the migration report file extension is csv (SummaryReport.csv and FailureSummary.csv), we could use the filter feature in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok so this seems fixed in master:
So it will be available once it’s published, should be soon, @znarf wana publish 1.0.0 ?
--ignore-patterns
and--ignore-path
should work properly from1.0.0