Skip to content

Commit e51df51

Browse files
authored
Remove --whole-file flag from precommit config. (#12321)
Signed-off-by: agoins <[email protected]>
1 parent 8776242 commit e51df51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
- id: golangci-lint
6161
name: golangci-lint
6262
description: Fast linters runner for Go.
63-
entry: golangci-lint run --new-from-rev HEAD --fix --whole-files
63+
entry: golangci-lint run --new-from-rev HEAD --fix
6464
types: [go]
6565
language: golang
6666
require_serial: true

0 commit comments

Comments
 (0)