mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 15:10:02 +08:00
Made tool seem less sentient
This commit is contained in:
@@ -338,7 +338,7 @@ readSingleQuotedPart =
|
|||||||
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
||||||
readBackTicked = do
|
readBackTicked = do
|
||||||
id <- getNextId
|
id <- getNextId
|
||||||
parseNote StyleC "`..` style expansion is deprecated, use $(..) instead if you want my help"
|
parseNote StyleC "Ignoring deprecated `..` backtick expansion. Use $(..) instead."
|
||||||
pos <- getPosition
|
pos <- getPosition
|
||||||
char '`'
|
char '`'
|
||||||
f <- readGenericLiteral (char '`')
|
f <- readGenericLiteral (char '`')
|
||||||
|
Reference in New Issue
Block a user