Skip to content

Commit

Permalink
fix(pre-commit): require_serial & pass_filenames (#3713)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
gnuletik and ldez committed Mar 23, 2023
1 parent 0c3f239 commit 1f4fed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
entry: golangci-lint run --new-from-rev HEAD --fix
types: [go]
language: golang
pass_filenames: true
require_serial: true
pass_filenames: false

0 comments on commit 1f4fed7

Please sign in to comment.