Enable linting for shell scripts

This commit is contained in:
2022-06-16 00:32:16 +02:00
parent 27ef86c1b4
commit 58fdcfba9f
2 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ fmt-check:
lint:
cargo clippy --no-deps -- -Dwarnings
find -name '*.sh' | xargs -L 1 shellcheck --norc
lint-fix:
cargo clippy --no-deps --fix