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>
28 lines
705 B
YAML
28 lines
705 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json
|
|
# For more hooks, see https://pre-commit.com/hooks.html
|
|
repos:
|
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
|
rev: 3.6.0
|
|
hooks:
|
|
- id: editorconfig-checker
|
|
alias: ec
|
|
|
|
- repo: https://github.com/tekwizely/pre-commit-golang
|
|
rev: v1.0.0-rc.2
|
|
hooks:
|
|
- id: go-build-mod
|
|
alias: build
|
|
- id: go-mod-tidy
|
|
alias: tidy
|
|
- id: go-revive
|
|
alias: revive
|
|
- id: go-vet-mod
|
|
alias: vet
|
|
- id: go-staticcheck-mod
|
|
alias: static
|
|
- id: go-fmt
|
|
alias: fmt
|
|
- id: go-sec-mod
|
|
alias: sec
|