mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
add description about specifying multiple errors using directives
@@ -19,6 +19,11 @@ Use a `-e` flag to disable a specific error when running shellcheck:
|
|||||||
|
|
||||||
### Ignoring one or more type of error forever
|
### Ignoring one or more type of error forever
|
||||||
|
|
||||||
|
You can pass multiple errors to [[directive]]:
|
||||||
|
|
||||||
|
# shellcheck disable=SC2116,SC2086
|
||||||
|
hash=$(echo ${hash}) # trim spaces
|
||||||
|
|
||||||
In v0.7.0 you can create a file `.shellcheckrc` in your home directory (or your project's base directory), and add `disable` directives to it:
|
In v0.7.0 you can create a file `.shellcheckrc` in your home directory (or your project's base directory), and add `disable` directives to it:
|
||||||
|
|
||||||
$ cat ~/.shellcheckrc
|
$ cat ~/.shellcheckrc
|
||||||
|
Reference in New Issue
Block a user