Skip to content

Commit 09677d5

Browse files
aneeshusajirfag
authored andcommitted
Enable auto-fixing when running via pre-commit
1 parent ec5bf9b commit 09677d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: golangci-lint
22
name: golangci-lint
33
description: Fast linters runner for Go.
4-
entry: golangci-lint run
4+
entry: golangci-lint run --fix
55
types: [go]
66
language: golang
77
pass_filenames: false

0 commit comments

Comments
 (0)