go-pingbot/.pre-commit-config.yaml

21 lines
400 B
YAML
Raw Normal View History

2021-09-07 20:07:51 +00:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/tekwizely/pre-commit-golang
2021-09-07 20:45:10 +00:00
rev: v1.0.0-beta.4
2021-09-07 20:07:51 +00:00
hooks:
#
2021-09-07 20:11:04 +00:00
# Go Build
#
2021-11-10 13:38:54 +00:00
- id: go-build-mod
2021-09-07 20:11:04 +00:00
#
2021-09-07 20:07:51 +00:00
# Go Mod Tidy
#
2021-11-10 13:38:54 +00:00
- id: go-mod-tidy
- id: go-mod-tidy-repo
2021-09-07 20:07:51 +00:00
#
# Formatters
#
2021-11-10 13:38:54 +00:00
- id: go-fmt
- id: go-fmt-repo