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
|
||||
Nothing -> do
|
||||
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
|
||||
Just filename -> do
|
||||
proceed <- shouldFollow filename
|
||||
|
|
Loading…
Reference in New Issue