Vidar Holen
c6c12f52bd
Expand root paths into source paths
2019-04-24 18:51:24 -07:00
Vidar Holen
9652ccfdbd
Add a verbose mode: `-S verbose`
2019-04-13 13:16:41 -07:00
Vidar Holen
4dfb3fce9c
Add missing backtick in man page
2019-03-03 19:00:22 -08:00
Vidar Holen
581bcc3907
Add support for `.shellcheckrc` files
2019-03-03 18:57:13 -08:00
Vidar Holen
25ea405468
Fix typo in man page ( fixes #1486 )
2019-03-02 13:50:07 -08:00
Vidar Holen
a404efab65
Merge branch 'issue_837_opposite_of_exclude_option' of https://github.com/Gandalf-/shellcheck
2019-01-22 19:39:55 -08:00
Vidar Holen
3c94d8b3eb
Merge branch 'issue_1393_quiet_flag' of https://github.com/Gandalf-/shellcheck
2019-01-22 19:15:28 -08:00
Gandalf-
a89403f09b
Issue 1393 quiet flag
...
Issue https://github.com/koalaman/shellcheck/issues/1393
Provide '-q' and '--quiet' flags that suppress all normal output, but keep the
return status, similar to 'grep -q'.
2019-01-21 18:25:41 -08:00
Vidar Holen
6dcf4b8e64
Mention extension in changelog and man page
2019-01-21 16:55:01 -08:00
Gandalf-
59c47f2266
Issue 837 flag to include only certain warnings
...
Issue https://github.com/koalaman/shellcheck/issues/837
Add an --include option, which creates a whitelist of warnings to report
on, the opposite of --exclude.
2019-01-20 16:42:27 -08:00
Vidar Holen
e0e46e979a
Add wiki links to output, and a -W controlling it. ( Fixes #920 )
2018-10-10 21:53:43 -07:00
Martin Schwenke
3fe11927bb
SQUASH: --severity specifies *minimum* severity to be handled
...
Signed-off-by: Martin Schwenke <martin@meltin.net>
2018-08-18 20:05:56 -07:00
Martin Schwenke
b16da4b242
Add command-line option -S/--severity
...
Specifies the maximum severity of errors to handle. For example,
specifying "-S warning" means that errors of severity "info" and
"style" are ignored.
Signed-off-by: Martin Schwenke <martin@meltin.net>
2018-08-18 20:05:56 -07:00
Mike Frysinger
161801a86e
convert http:// URIs to https://
...
Also update the ShellCheck homepage to the new dedicated domain.
2017-12-14 01:06:43 -05:00
Vidar Holen
8dd40efb44
Add support for -a: emit for sourced files.
2017-08-13 19:34:45 -07:00
Dan Kegel
9c4f651e6b
Document shell directive added by 944313c6
2017-04-18 09:57:38 -07:00
Vidar Holen
46fb91b44d
Manually decode input files as lenient UTF-8.
2017-01-22 15:24:21 -08:00
Jakub Wilk
89572d3a96
Fix typo
2016-01-20 01:00:22 +01:00
Vidar Holen
b4390414ef
Fix remaining FIXME for tty error color output.
2015-12-06 12:48:53 -08:00
Vidar Holen
d1df3713ca
Document --color in the man page.
2015-12-05 13:16:31 -08:00
Vidar Holen
f77821625c
Add dash as a first class supported shell.
2015-10-13 11:37:50 -07:00
Vidar Holen
3b36c2c820
Document exit codes in man page.
2015-10-10 19:19:38 -07:00
Vidar Holen
ae4aea4530
Adds support for a SHELLCHECK_OPTS environment variable.
2015-08-22 13:15:10 -07:00
Vidar Holen
a01862bc12
Adds a #shellcheck source=file directive to override source statements.
2015-08-19 19:09:55 -07:00
Vidar Holen
136b654867
Update man page with info for -x.
2015-08-16 18:20:08 -07:00
Vidar Holen
f86d68bcc0
Fixed incorrectly documented flag syntax for -V.
2015-06-30 19:10:41 -07:00
Vidar Holen
1e65d36874
Included copyright information in the man page.
2015-06-30 19:07:08 -07:00
Vidar Holen
ed56a837c3
Killed Zsh support
2015-03-20 10:03:56 -07:00
Vidar Holen
8494509150
Warn about missing shebangs.
2014-08-09 17:32:42 -07:00
Vidar Holen
9dfeb6b42a
Added -s to the man page
2014-02-02 21:56:04 -08:00
Vidar Holen
16bd52333a
man page: Added Directives section
2014-01-19 12:36:48 -08:00
Vidar Holen
78d9a7ad97
Tweaked man page format
2013-12-15 19:40:05 -08:00
Dridi Boukelmoune
91fc4a046c
Added a shellcheck(1) man page
...
The manual is mainly a copy/paste from the current documentation. It is
builded with pandoc, and written in markdown.
closes #50
2013-12-16 00:04:31 +01:00