mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
Add extra checks for masked return codes
This commit is contained in:
parent
3a296cd788
commit
093df8cb24
4 changed files with 129 additions and 2 deletions
|
@ -138,3 +138,5 @@ shellForExecutable name =
|
|||
_ -> Nothing
|
||||
|
||||
flagsForRead = "sreu:n:N:i:p:a:t:"
|
||||
|
||||
declaringCommands = ["local", "declare", "export", "readonly", "typeset", "let"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue