dockron/.pre-commit-config.yaml

24 lines
586 B
YAML
Raw Permalink Normal View History

2020-08-07 22:00:30 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2021-05-13 20:52:41 +00:00
rev: v3.4.0
2020-08-07 22:00:30 +00:00
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: git://github.com/dnephin/pre-commit-golang
2021-05-13 20:52:41 +00:00
rev: v0.4.0
2020-08-07 22:00:30 +00:00
hooks:
- id: go-fmt
- id: go-imports
2021-04-30 18:24:14 +00:00
- id: golangci-lint
2020-08-07 22:00:30 +00:00
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.0.0
hooks:
- id: docker-compose-check
2021-05-13 20:52:41 +00:00
- repo: https://github.com/hadolint/hadolint
rev: v2.4.0
hooks:
- id: hadolint