mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Strip lines containing "STRIP" from ./striptests
This commit is contained in:
parent
b044f5b23a
commit
e7df718724
4 changed files with 9 additions and 11 deletions
|
@ -29,6 +29,7 @@ detestify() {
|
|||
state = 0;
|
||||
}
|
||||
|
||||
/STRIP/ { next; }
|
||||
/LANGUAGE TemplateHaskell/ { next; }
|
||||
/^import.*Test\./ { next; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue