Without the "-c" option Git reports "fatal: ls-files -i must be used with either -o or -c"

Benjamin Faller
2021-12-22 20:33:59 +01:00
parent 12c89a512f
commit f62029a28f

@@ -18,5 +18,5 @@ test:
- apk update - apk update
- apk add git - apk add git
script: script:
- git ls-files --exclude='*.sh' --ignored -z | xargs -0r shellcheck - git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck
``` ```