Skip to content

Commit

Permalink
miniwdl check: document --suppress and --no-suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Mar 28, 2021
1 parent 316af40 commit 5b66f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/check.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Individual warnings can be suppressed by a WDL comment containing ``!WarningName
ShellCheck warnings can be suppressed using `that tool's own convention <https://github.com/koalaman/shellcheck/wiki/Ignore>`_.
Warnings may be suppressed globally with a command-line flag such as `--suppress ForwardReference,StringCoercion` (not recommended). On the other hand, the flag `--no-suppress` causes the checker to ignore inline suppression comments and report the warnings anyway.
Pre-commit hook
---------------
Expand Down

0 comments on commit 5b66f2f

Please sign in to comment.