mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-05 20:41:35 -07:00
Fix broken test stripping
This commit is contained in:
parent
683a30abde
commit
a1d8947297
2 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,7 @@ detestify() {
|
|||
}
|
||||
|
||||
/LANGUAGE TemplateHaskell/ { next; }
|
||||
/^import Test\./ { next; }
|
||||
/^import.*Test\./ { next; }
|
||||
|
||||
/^module/ {
|
||||
sub(/,[^,)]*runTests/, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue