minitor-go/.pre-commit-config.yaml
Ian Fijolek 88e94642d9
All checks were successful
continuous-integration/drone/push Build is passing
Remove some hooks included in golangci-lint and upgrade existing
2022-06-07 21:39:18 -07:00

21 lines
504 B
YAML

---
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
- repo: https://github.com/golangci/golangci-lint
rev: v1.46.2
hooks:
- id: golangci-lint
- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
hooks:
- id: hadolint