mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Made tool seem less sentient
This commit is contained in:
parent
e6edffa8d1
commit
4557f4acd3
1 changed files with 1 additions and 1 deletions
|
@ -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 '`')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue