mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added hadolint pre-commit hook
This commit is contained in:
@@ -17,8 +17,13 @@ repos:
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
- repo: https://github.com/ansible-community/ansible-lint
|
||||
rev: v6.0.2
|
||||
rev: v6.1.0
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
exclude: ^docker/
|
||||
- repo: https://github.com/hadolint/hadolint
|
||||
rev: v2.10.0
|
||||
hooks:
|
||||
- id: hadolint
|
||||
|
||||
Reference in New Issue
Block a user