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

21 lines
504 B
YAML
Raw Normal View History

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-yaml
args:
- --allow-multiple-documents
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
2021-12-01 22:47:58 +00:00
- repo: https://github.com/golangci/golangci-lint
rev: v1.46.2
2021-12-01 22:47:58 +00:00
hooks:
- id: golangci-lint
2021-05-11 04:52:38 +00:00
- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
2021-05-11 04:52:38 +00:00
hooks:
- id: hadolint