We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5bf9b commit 09677d5Copy full SHA for 09677d5
.pre-commit-hooks.yaml
@@ -1,7 +1,7 @@
1
- id: golangci-lint
2
name: golangci-lint
3
description: Fast linters runner for Go.
4
- entry: golangci-lint run
+ entry: golangci-lint run --fix
5
types: [go]
6
language: golang
7
pass_filenames: false
0 commit comments