From b1679fac3c52b55fb77189156db7f33dd1a2de22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Socho=C5=84?= Date: Tue, 22 May 2018 18:42:12 +0200 Subject: [PATCH] Explain that env var is optional. --- Ignore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ignore.md b/Ignore.md index 8174c07..c6049a3 100644 --- a/Ignore.md +++ b/Ignore.md @@ -29,7 +29,7 @@ Pass it to Docker directly: docker run -e SHELLCHECK_OPTS="-e SC2059 -e SC2034 -e SC1090" -v "$PWD:/mnt" koalaman/shellcheck myscript -Set the `SHELLCHECK_OPTS` variable in shell: +Optionally you can set the `SHELLCHECK_OPTS` variable in shell: export SHELLCHECK_OPTS="-e SC2059 -e SC2034 -e SC1090"