mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: tried again with ansible lint's hook
This commit is contained in:
@@ -20,10 +20,14 @@ repos:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
# - repo: https://github.com/ansible-community/ansible-lint # FIXME: figure this out, too many stupid issues
|
||||
# rev: v6.12.0
|
||||
# - repo: https://github.com/ansible-community/ansible-lint
|
||||
# # FIXME: need to figure this out, too many stupid issues.
|
||||
# # Using `ansible-lint -v ansible` for the time being.
|
||||
# rev: v6.15.0
|
||||
# hooks:
|
||||
# - id: ansible-lint
|
||||
# exclude: .*
|
||||
# files: ansible/
|
||||
- repo: https://github.com/hadolint/hadolint
|
||||
rev: v2.12.1-beta
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user