-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
For bugs
- My shellcheck version (
shellcheck --version
or "online"): 0.8.0 - The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
- 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
-
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
?
Freed-Wu, clemak27, latipun7, jsclarridge, TSMMark and 27 more
Metadata
Metadata
Assignees
Labels
No labels