mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Don't warn about .sh.version being unused (for Ksh)
This commit is contained in:
parent
f594f01d35
commit
7124c113e8
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,9 @@ internalVariables = [
|
|||
-- Other
|
||||
"USER", "TZ", "TERM", "LOGNAME", "LD_LIBRARY_PATH", "LANGUAGE", "DISPLAY",
|
||||
"HOSTNAME", "KRB5CCNAME", "XAUTHORITY"
|
||||
|
||||
-- Ksh
|
||||
, ".sh.version"
|
||||
]
|
||||
|
||||
variablesWithoutSpaces = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue