1
0
Fork 0
mirror of https://github.com/mautrix/discord.git synced 2026-07-06 22:33:18 -04:00
mautrix-discord/.pre-commit-config.yaml

26 lines
660 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2025-11-20 10:11:42 +02:00
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude_types: [markdown]
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/tekwizely/pre-commit-golang
2025-11-20 10:11:42 +02:00
rev: v1.0.0-rc.4
hooks:
- id: go-imports-repo
2024-08-15 16:43:13 +03:00
args:
- "-local"
- "go.mau.fi/mautrix-discord"
- "-w"
- id: go-vet-repo-mod
2024-08-15 16:43:13 +03:00
- id: go-staticcheck-repo-mod
- repo: https://github.com/beeper/pre-commit-go
2025-11-20 10:11:42 +02:00
rev: v0.4.2
hooks:
- id: zerolog-ban-msgf
2024-08-15 16:43:13 +03:00
- id: zerolog-use-stringer