Move linting out of precommit hooks
Some checks failed
/ golint (push) Failing after 3s

It's way too slow, and we have a forge to do it now.
This commit is contained in:
Eli Ribble 2026-05-15 17:05:54 +00:00
parent f1fe8b4d2b
commit 0b62bcad50
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -12,10 +12,6 @@ pre-commit:
glob: "*.go"
run: gofmt -w {staged_files}
stage_fixed: true
golint:
glob: "*.go"
run: golangci-lint run --fix --new-from-rev=HEAD
stage_fixed: true
prettier:
glob: "*.{html,js,ts,vue,scss}"
run: prettier -w {staged_files}