docker-nextcloud/.pre-commit-config.yaml

6 lines
135 B
YAML
Raw Normal View History

2022-05-05 11:43:13 +00:00
repos:
- repo: https://github.com/hadolint/hadolint
2022-05-05 11:46:09 +00:00
rev: v2.10.0
2022-05-05 11:43:13 +00:00
hooks:
- id: hadolint
args: [--ignore, DL3008]