shellcheck/ShellCheck
Martin Kühl ccaacb108a SC2029: Skip when there are options to ssh
Fixes #327

SC2029 generates false positives when given an ssh command that includes
options with arguments because it assumes the first non-option must be
the host:port argument and the last argument is a command to run.
As suggested the comments on #327, this change fixes those by skipping
the check when there are any options present.
2018-01-24 13:05:22 +01:00
..
Checks SC2029: Skip when there are options to ssh 2018-01-24 13:05:22 +01:00
Formatter convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
AST.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
ASTLib.hs Warn about cp/mv/ln with a single argument. Fixes #1080. 2018-01-13 16:44:58 -08:00
Analytics.hs Warn about cp/mv/ln with a single argument. Fixes #1080. 2018-01-13 16:44:58 -08:00
Analyzer.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
AnalyzerLib.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
Checker.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
Data.hs Extend SC2216/SC2217 with 'true' and 'false' 2017-12-21 03:29:17 +00:00
Interface.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00
Parser.hs Fix parsing of escaped chars in regex groups. Fixes #1077 2018-01-21 16:13:16 -08:00
Regex.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00