node-rs icon indicating copy to clipboard operation
node-rs copied to clipboard

Support files.include from .denolint.json

Open prantlf opened this issue 3 years ago • 0 comments

Complete the existing support of files.exclude.

Once files.include is provided, the current directory will not be added to the source directories by default.

BREAKING CHANGE: If you used files.include in your .denolint.json to list a subset of the subdirectories, but you expected denolint to search all subdirectories in the current directory, this will not happen any more. If you use a config file with files.include, only directories listed by files.include will be searched.

Attempts to fix #635.

prantlf avatar Sep 24 '22 15:09 prantlf