mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore: upgraded hooks' versions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.5.0
|
||||
rev: v9.9.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages:
|
||||
@@ -25,15 +25,9 @@ repos:
|
||||
- --markdown-linebreak-ext=md # ignore markdown's line break
|
||||
- id: end-of-file-fixer
|
||||
# - repo: https://github.com/adrienverge/yamllint
|
||||
# rev: v1.32.0
|
||||
# rev: v1.33.0
|
||||
# hooks:
|
||||
# - id: yamllint
|
||||
- repo: https://github.com/markdownlint/markdownlint
|
||||
rev: v0.12.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
- repo: https://github.com/hadolint/hadolint
|
||||
rev: v2.12.1-beta
|
||||
hooks:
|
||||
@@ -41,8 +35,14 @@ repos:
|
||||
# - 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.19.0
|
||||
# rev: v6.22.0
|
||||
# hooks:
|
||||
# - id: ansible-lint
|
||||
# exclude: .*
|
||||
# files: ansible/
|
||||
- repo: https://github.com/markdownlint/markdownlint
|
||||
rev: v0.12.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- -r "~MD013" # ignore line-length rule
|
||||
|
||||
Reference in New Issue
Block a user