19 lines
431 B
YAML
19 lines
431 B
YAML
repos:
|
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
rev: v0.22.0
|
|
hooks:
|
|
- id: markdownlint-cli2
|
|
|
|
- repo: https://github.com/dnephin/pre-commit-golang
|
|
rev: v0.5.1
|
|
hooks:
|
|
- id: go-fmt
|
|
- id: golangci-lint
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-merge-conflict
|