mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 06:12:59 +08:00
Added check for [ a==b ]
This commit is contained in:
@@ -146,7 +146,6 @@ acceptButWarn parser level note = do
|
||||
)
|
||||
|
||||
|
||||
prop_readConditionContents = isWarning readCondition "[ grep -q file dir ]"
|
||||
readConditionContents single = do
|
||||
readCondOr `attempting` (lookAhead $ do
|
||||
pos <- getPosition
|
||||
|
Reference in New Issue
Block a user