Skip to content

Commit 2c04340

Browse files
gnuletikldez
authored andcommitted
fix(pre-commit): require_serial & pass_filenames (golangci#3713)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent c7ebbfc commit 2c04340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
entry: golangci-lint run --new-from-rev HEAD --fix
55
types: [go]
66
language: golang
7-
pass_filenames: true
7+
require_serial: true
8+
pass_filenames: false

0 commit comments

Comments
 (0)