From 1bbbb6853fc461cf87e671991e93dbefa334b103 Mon Sep 17 00:00:00 2001 From: TuxVinyards Date: Sat, 13 May 2017 16:44:07 +0200 Subject: [PATCH] Updated Ignore (markdown) --- Ignore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ignore.md b/Ignore.md index 8669ecc..df05232 100644 --- a/Ignore.md +++ b/Ignore.md @@ -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: