#### For bugs - My shellcheck version (`shellcheck --version` or "online"): 0.8.0 - [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) - [x] I tried on https://www.shellcheck.net/ and verified that this is still a problem on the latest commit #### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related - [New directive to ignore file · Issue #1996 · koalaman/shellcheck](https://github.com/koalaman/shellcheck/issues/1996), can be used to ignore files by modifying them i.e. by adding `# shellcheck disable=all`. But, I want to ignore certain files without modifying them. - Motivation: I don't want to touch files created by others. How can I ignore a list of files? Is it posible to include that list in `.shellcheckrc`?
For bugs
shellcheck --versionor "online"): 0.8.0For new checks and feature suggestions
https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this
I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related
New directive to ignore file · Issue #1996 · koalaman/shellcheck, can be used to ignore files by modifying them i.e. by adding
# shellcheck disable=all. But, I want to ignore certain files without modifying them.Motivation: I don't want to touch files created by others.
How can I ignore a list of files? Is it posible to include that list in
.shellcheckrc?