Project: Add ShellCheck to pre-commit hooks

This commit is contained in:
Kekoa Kaaikala 2022-08-25 14:35:25 +00:00
parent 8e3abe7601
commit c5fa6edfee
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ repos:
hooks:
- id: eslint
args: ["monkey/monkey_island/cc/ui/src/", "--fix", "--max-warnings=0"]
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.7.2
hooks:
- id: shellcheck
- repo: local
hooks:
- id: pytest