mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 22:33:51 -07:00
Merge 2321f1728a
into d8a32da07f
This commit is contained in:
commit
4e61f8b4ce
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ prop_checkBackticks1 = verify checkBackticks "echo `foo`"
|
|||
prop_checkBackticks2 = verifyNot checkBackticks "echo $(foo)"
|
||||
prop_checkBackticks3 = verifyNot checkBackticks "echo `#inlined comment` foo"
|
||||
checkBackticks _ (T_Backticked id list) | not (null list) =
|
||||
style id 2006 "Use $(..) instead of legacy `..`."
|
||||
style id 2006 "Use $(STATEMENT) instead of legacy `STATEMENT`."
|
||||
checkBackticks _ _ = return ()
|
||||
|
||||
prop_checkIndirectExpansion1 = verify checkIndirectExpansion "${foo$n}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue