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 df6077b commit c909395Copy full SHA for c909395
1 file changed
.pre-commit-config.yaml
@@ -1,3 +1,10 @@
1
+ci:
2
+ # Go formatting/vetting is enforced by the golangci-lint workflow (lint.yml).
3
+ # The dnephin/pre-commit-golang go-vet hook is also incompatible with this
4
+ # repo's single-root-go.mod layout (fails with "no Go files in <root>"), so
5
+ # skip both Go hooks on pre-commit.ci to keep it green.
6
+ skip: [go-fmt, go-vet]
7
+
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
rev: v5.0.0
0 commit comments