mirror of https://github.com/tidwall/tile38.git
14 lines
266 B
YAML
14 lines
266 B
YAML
|
repos:
|
||
|
- repo: git://github.com/dnephin/pre-commit-golang
|
||
|
rev: v0.4.0
|
||
|
hooks:
|
||
|
- id: go-fmt
|
||
|
- id: go-vet
|
||
|
- id: go-lint
|
||
|
- id: go-imports
|
||
|
- id: go-mod-tidy
|
||
|
- repo: https://github.com/jorisroovers/gitlint
|
||
|
rev: v0.15.1
|
||
|
hooks:
|
||
|
- id: gitlint
|