From b8c96b43615a8e86281e8434e0e2d884cfcb5818 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 21 Nov 2016 19:53:26 -0600 Subject: [PATCH] Add info/link on ignoring issues to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa0c73b..bd7405e 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,11 @@ ShellCheck recognizes a menagerie of other issues: Alexander Tarasikov, [via Twitter](https://twitter.com/astarasikov/status/568825996532707330) +## Ignoring issues + +Issues can be ignored via environmental variable, command line, individually or globally within a file: + +https://github.com/koalaman/shellcheck/wiki/Ignore ## Reporting bugs