shellcheck/ShellCheck/Checks
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
..
Commands.hs SC2029: Skip when there are options to ssh 2018-01-24 13:05:22 +01:00
ShellSupport.hs convert http:// URIs to https:// 2017-12-14 01:06:43 -05:00