mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Attempted bats @test support
This commit is contained in:
parent
47fd16b8e8
commit
ad1a0da954
5 changed files with 37 additions and 1 deletions
|
@ -87,6 +87,7 @@ shellForExecutable name =
|
|||
case name of
|
||||
"sh" -> return Sh
|
||||
"bash" -> return Bash
|
||||
"bats" -> return Bash
|
||||
"dash" -> return Dash
|
||||
"ksh" -> return Ksh
|
||||
"ksh88" -> return Ksh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue