Try a different way to limit linting

This commit is contained in:
Eli Ribble 2026-05-04 19:43:20 +00:00
parent 18db17fe0b
commit 878f0e9bcf
No known key found for this signature in database

View file

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