mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Enable auto-fixing when running via pre-commit
This commit is contained in:
parent
ec5bf9b67b
commit
09677d574e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
- id: golangci-lint
|
||||
name: golangci-lint
|
||||
description: Fast linters runner for Go.
|
||||
entry: golangci-lint run
|
||||
entry: golangci-lint run --fix
|
||||
types: [go]
|
||||
language: golang
|
||||
pass_filenames: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue