dockron/.pre-commit-config.yaml

22 lines
545 B
YAML
Raw Normal View History

2020-08-07 22:00:30 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2024-09-25 19:05:17 +00:00
rev: v4.6.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
2024-09-26 19:42:58 +00:00
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
2020-08-07 22:00:30 +00:00
hooks:
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
2024-09-25 19:05:17 +00:00
rev: v3.0.1
2020-08-07 22:00:30 +00:00
hooks:
- id: docker-compose-check
2021-05-13 20:52:41 +00:00
- repo: https://github.com/hadolint/hadolint
2024-09-25 19:05:17 +00:00
rev: v2.12.0
2021-05-13 20:52:41 +00:00
hooks:
- id: hadolint