Updated Ignore (markdown)

TuxVinyards
2017-05-13 16:44:07 +02:00
parent 1b8fa322de
commit 1bbbb6853f

@@ -17,11 +17,11 @@ Use a `-e` flag to disable a specific error when running shellcheck:
$ shellcheck -e SC2059 myscript
### Ignoring one type of error forever
### Ignoring one or more type of error forever
Set the `SHELLCHECK_OPTS` variable in your `.bashrc`, `/etc/profile` or equivalent:
export SHELLCHECK_OPTS="-e SC2059"
export SHELLCHECK_OPTS="-e SC2059 -e SC2034 -e SC1090"
### Ignoring all instances in a file (0.4.4+)
Add a [[directive]] at the top of the file: