golangci-lint/.pre-commit-hooks.yaml
Martin Desrumaux 1f4fed7ca0
fix(pre-commit): require_serial & pass_filenames (#3713)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-03-23 01:10:56 +01:00

9 lines
218 B
YAML

- id: golangci-lint
name: golangci-lint
description: Fast linters runner for Go.
entry: golangci-lint run --new-from-rev HEAD --fix
types: [go]
language: golang
require_serial: true
pass_filenames: false