Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tslint): use globs for custom rule source file filtering (angul…
…ar#6235) A few custom TSLint rules already accept an option array that can be used to whitelist specific files. These whitelists are based on normal Regular Expressions which do not work very well for path matching. This commit changes the existing whitelists to use minimatch, which is a package that allows matching strings/paths against globs. For rules like `requireLicenseBanner` where the whitelist is hardcoded right now, the whitelist has been introduced as well.
- Loading branch information