We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8179f1 commit 42820e2Copy full SHA for 42820e2
.pre-commit-config.yaml
@@ -68,17 +68,17 @@ repos:
68
- id: go-lint
69
- id: go-critic
70
# StaticCheck
71
- - id: go-staticcheck-mod
+ - id: go-staticcheck-repo-mod
72
# Go Build
73
- - id: go-build-mod
+ - id: go-build-repo-mod
74
# Go Mod Tidy
75
- - id: go-mod-tidy
+ - id: go-mod-tidy-repo
76
# Go Test
77
- - id: go-test-mod
+ - id: go-test-repo-mod
78
# Go Vet
79
- - id: go-vet
+ - id: go-vet-repo-mod
80
# GoSec
81
- - id: go-sec-mod
+ - id: go-sec-repo-mod
82
83
# Shell script hooks
84
- repo: https://github.com/cisagov/pre-commit-shfmt
0 commit comments