mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Don't mention arrays in SC2089 in sh/dash (fixes #1014)
This commit is contained in:
parent
bf1003eae3
commit
9470b9dc31
2 changed files with 8 additions and 2 deletions
|
@ -940,5 +940,7 @@ getOpts flagTokenizer string cmd = process flags
|
|||
more <- process rest2
|
||||
return $ (flag1, token1) : more
|
||||
|
||||
supportsArrays shell = shell == Bash || shell == Ksh
|
||||
|
||||
return []
|
||||
runTests = $( [| $(forAllProperties) (quickCheckWithResult (stdArgs { maxSuccess = 1 }) ) |])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue