Skip to content

Commit

Permalink
Enable auto-fixing when running via pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshusa authored and jirfag committed Apr 21, 2019
1 parent ec5bf9b commit 09677d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09677d5

Please sign in to comment.