Skip to content

Commit 1f4fed7

Browse files
gnuletikldez
andauthored
fix(pre-commit): require_serial & pass_filenames (#3713)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 0c3f239 commit 1f4fed7

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)