fix(pre-commit): require_serial & pass_filenames (#3713)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Martin Desrumaux 2023-03-23 01:10:56 +01:00 committed by GitHub
parent 0c3f239daa
commit 1f4fed7ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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