shellcheck/src/ShellCheck
Cristian Adrián Ontivero 63a259e5be
Check type flags under dash and POSIX sh (fixes )
There are no flags for the type builtin defined under POSIX sh, nor does
dash define any. Bash, however, allows [-aftpP]. We check this now under
POSIX and dash.
2019-01-21 19:49:14 +01:00
..
Checks Check type flags under dash and POSIX sh (fixes ) 2019-01-21 19:49:14 +01:00
Formatter Add new replacement format to the JSON 2019-01-09 18:35:36 -08:00
AST.hs Add bats support 2019-01-20 14:59:37 +01:00
ASTLib.hs Fix minor details in new Bats support 2019-01-20 14:02:42 -08:00
Analytics.hs Merge pull request from contivero/issue-667 2019-01-20 14:54:29 -08:00
Analyzer.hs Make data in Interface more opaque 2018-08-17 22:10:18 -07:00
AnalyzerLib.hs Merge branch 'bats-support' of https://github.com/damienrg/shellcheck 2019-01-20 13:35:12 -08:00
Checker.hs Fix minor details in new Bats support 2019-01-20 14:02:42 -08:00
Data.hs Add bats support 2019-01-20 14:59:37 +01:00
Fixer.hs Make Fixer responsible for realigning tab stops 2019-01-09 18:08:59 -08:00
Interface.hs Fix (Use file extension to detect shell) 2019-01-14 14:32:25 +01:00
Parser.hs Add bats support 2019-01-20 14:59:37 +01:00
Regex.hs Remove unnecessary Regex constraint 2018-12-17 20:15:39 -08:00