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