Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d48bf8554e |
1 changed files with 7 additions and 0 deletions
|
|
@ -12,3 +12,10 @@ repos:
|
||||||
rev: 1.32.2
|
rev: 1.32.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: tmt-lint
|
- id: tmt-lint
|
||||||
|
|
||||||
|
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||||
|
rev: v0.10.0
|
||||||
|
hooks:
|
||||||
|
- id: shellcheck
|
||||||
|
require_serial: true # Podman has trouble running concurrently
|
||||||
|
args: ["--exclude=SC1091"] # Ignore "Not following" sourced scripts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue