We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8776242 commit e51df51Copy full SHA for e51df51
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
- id: golangci-lint
61
name: golangci-lint
62
description: Fast linters runner for Go.
63
- entry: golangci-lint run --new-from-rev HEAD --fix --whole-files
+ entry: golangci-lint run --new-from-rev HEAD --fix
64
types: [go]
65
language: golang
66
require_serial: true
0 commit comments