mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-23 04:19:45 +08:00
Misspelled 'deprecated'
This commit is contained in:
@@ -516,7 +516,7 @@ readSingleQuotedPart =
|
|||||||
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
||||||
readBackTicked = do
|
readBackTicked = do
|
||||||
id <- getNextId
|
id <- getNextId
|
||||||
parseNote WarningC "Use $(..) instead of deprected `..` backtick expansion."
|
parseNote WarningC "Use $(..) instead of deprecated `..` backtick expansion."
|
||||||
pos <- getPosition
|
pos <- getPosition
|
||||||
char '`'
|
char '`'
|
||||||
f <- readGenericLiteral (char '`')
|
f <- readGenericLiteral (char '`')
|
||||||
|
Reference in New Issue
Block a user