pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Add cmd line option to ignore results from some file paths #39

Closed mrseanryan closed 5 years ago

mrseanryan commented 5 years ago

Here is a PR to ignore results from some file paths.

The idea is to be able to exclude parts of a large project, without having to add // tslint:disable type comments.

note: I need this feature myself, for scanning a large codebase which is raising some false positives, and also I need a way to restrict the scan to some areas.

Let me know if it is useful, or needs improvement.

mrseanryan commented 5 years ago

Merged as a new PR