Update message for SC2171

This commit is contained in:
Vidar Holen 2019-05-04 12:54:59 -07:00
parent 37b24cc129
commit a3cd5979a2
1 changed files with 1 additions and 1 deletions

View File

@ -2737,7 +2737,7 @@ checkTrailingBracket _ token =
parameters = oversimplify command
guard $ opposite `notElem` parameters
return $ warn id 2171 $
"Found trailing " ++ str ++ " outside test. Missing " ++ opposite ++ "?"
"Found trailing " ++ str ++ " outside test. Add missing " ++ opposite ++ " or quote if intentional."
_ -> return ()
invert s =
case s of