mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
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. |
||
---|---|---|
.. | ||
Checks | ||
Formatter | ||
Analytics.hs | ||
Analyzer.hs | ||
AnalyzerLib.hs | ||
AST.hs | ||
ASTLib.hs | ||
Checker.hs | ||
Data.hs | ||
Interface.hs | ||
Parser.hs | ||
Regex.hs |