mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-31 12:00:35 -07:00
Add expect to list of known non-shells
This commit is contained in:
parent
47b971c582
commit
93debd3556
1 changed files with 1 additions and 0 deletions
|
@ -2095,6 +2095,7 @@ readScript = do
|
||||||
badShells = [
|
badShells = [
|
||||||
"awk",
|
"awk",
|
||||||
"csh",
|
"csh",
|
||||||
|
"expect",
|
||||||
"perl",
|
"perl",
|
||||||
"python",
|
"python",
|
||||||
"ruby",
|
"ruby",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue