Clarify that SC1090 refers to ShellCheck, not sh
This commit is contained in:
parent
5cf2c00ff7
commit
12d9c1b76d
|
@ -2129,7 +2129,7 @@ readSource t@(T_Redirecting _ _ (T_SimpleCommand cmdId _ (cmd:file':rest'))) = d
|
||||||
case literalFile of
|
case literalFile of
|
||||||
Nothing -> do
|
Nothing -> do
|
||||||
parseNoteAtId (getId file) WarningC 1090
|
parseNoteAtId (getId file) WarningC 1090
|
||||||
"Can't follow non-constant source. Use a directive to specify location."
|
"ShellCheck can't follow non-constant source. Use a directive to specify location."
|
||||||
return t
|
return t
|
||||||
Just filename -> do
|
Just filename -> do
|
||||||
proceed <- shouldFollow filename
|
proceed <- shouldFollow filename
|
||||||
|
|
Loading…
Reference in New Issue