Don't mention arrays in SC2089 in sh/dash (fixes #1014)

This commit is contained in:
Vidar Holen 2019-04-27 16:22:01 -07:00
parent bf1003eae3
commit 9470b9dc31
2 changed files with 8 additions and 2 deletions

View file

@ -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 }) ) |])