chore: move root tool configs

This commit is contained in:
Peter Steinberger
2026-05-03 14:42:47 +01:00
parent 349106065a
commit d0f0fe97a6
9 changed files with 11 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ repos:
rev: v0.11.0
hooks:
- id: shellcheck
args: [--severity=error] # Only fail on errors, not warnings/info
args: [--rcfile=config/shellcheckrc, --severity=error] # Only fail on errors, not warnings/info
# Exclude vendor and scripts with embedded code or known issues
exclude: "^(vendor/|scripts/e2e/)"