shellcheck/src/ShellCheck
Claudio Bley 8bb5e01401 Allow env to have flags and variables in shebang
The `env` command has a `-S,--split-string` option which enables
having arguments for the command in a shebang.

Also, one could use variable assignments for the command since
`env` treats only the first word without a `=` character as the
command to run.

Fixes #2143.
2021-02-12 10:53:54 +01:00
..
Checks Merge pull request #2119 from josephcsible/refactors 2021-02-02 18:14:27 -08:00
Formatter Revert "Use fromRight instead of reimplementing it" 2020-04-24 22:14:08 -04:00
Analytics.hs Merge pull request #2119 from josephcsible/refactors 2021-02-02 18:14:27 -08:00
Analyzer.hs Make SC2230 optional 2019-12-07 16:11:49 -08:00
AnalyzerLib.hs Merge pull request #2119 from josephcsible/refactors 2021-02-02 18:14:27 -08:00
AST.hs Allow specifying ranges in disable directives 2020-09-01 16:22:15 -07:00
ASTLib.hs Merge pull request #2119 from josephcsible/refactors 2021-02-02 18:14:27 -08:00
Checker.hs Give each sh/dash compatibility warning its own SC3xxx error code 2020-09-01 16:48:14 -07:00
Data.hs Remove incorrect otherwise 2020-02-01 22:50:14 -05:00
Fixer.hs Only perform the comparisons once 2020-04-05 19:45:28 -04:00
Interface.hs Remove unused instance Ord Replacement (fixes #1829) 2020-02-17 12:44:38 -08:00
Parser.hs Allow env to have flags and variables in shebang 2021-02-12 10:53:54 +01:00
Regex.hs 📝 Update Copyright to year 2019 and Markdown linting 2019-05-14 20:12:34 +10:00