Stable version v0.7.1

This release is dedicated to the board game Pandemic, for teaching us
relevant survival skills like how to stay inside and play board games.
This commit is contained in:
Vidar Holen 2020-04-04 17:14:02 -07:00
commit f7547c9a5a
5 changed files with 13 additions and 5 deletions

View file

@ -107,7 +107,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
**-x**,\ **--external-sources**
: Follow 'source' statements even when the file is not specified as input.
: Follow `source` statements even when the file is not specified as input.
By default, `shellcheck` will only follow files specified on the command
line (plus `/dev/null`). This option allows following any file the script
may `source`.
@ -301,7 +301,7 @@ invocation.
# RETURN VALUES
ShellCheck uses the follow exit codes:
ShellCheck uses the following exit codes:
+ 0: All files successfully scanned with no issues.
+ 1: All files successfully scanned with some issues.