mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
include shell files (instead of excluding them)
@@ -18,7 +18,7 @@ test:
|
||||
- apk update
|
||||
- apk add git
|
||||
script:
|
||||
- git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck
|
||||
- git ls-files --ignored -c -z '*.sh' | xargs -0r shellcheck
|
||||
```
|
||||
|
||||
If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit).
|
Reference in New Issue
Block a user