We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88bb97 commit 985efccCopy full SHA for 985efcc
.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 --fix
+ entry: golangci-lint run --new-from-rev HEAD --fix
5
types: [go]
6
language: golang
7
- pass_filenames: false
+ pass_filenames: true
0 commit comments