chore(githooks): fix pre-commit QA
- replace invalid qa flags with core go qa full\n- add versioned hook entry for consistent behavior
This commit is contained in:
parent
bfc2332d02
commit
9d3fc213ae
1 changed files with 4 additions and 0 deletions
4
.githooks/pre-commit
Executable file
4
.githooks/pre-commit
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
exec core go qa full --fix
|
||||||
Loading…
Add table
Reference in a new issue