hadolint/.pre-commit-config.yaml

13 lines
267 B
YAML
Raw Normal View History

2019-10-02 21:50:00 +01:00
- repo: local
hooks:
- id: lint-dockerfile
name: Lint Dockerfile
entry: make lint-dockerfile
language: system
files: \.yml$
- id: lint-yaml
name: Lint YAML
entry: make lint-yaml
language: system
files: \.yml$