mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +00:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 lines
360 B
YAML
16 lines
360 B
YAML
repos:
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v2.5.0
|
|
hooks:
|
|
- id: golangci-lint
|
|
args: ["--timeout=5m"]
|
|
- repo: https://github.com/tekwizely/pre-commit-golang
|
|
rev: v1.0.0-rc.1
|
|
hooks:
|
|
- id: go-build-mod
|
|
alias: build
|
|
- id: go-mod-tidy
|
|
alias: tidy
|
|
- id: go-fmt
|
|
alias: fmt
|