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.
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.