From 27e7604fa1d2b226cb77daf97f40985fefa22fb4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 6 May 2023 12:40:48 +0200 Subject: [PATCH] chore: tried again with ansible lint's hook --- .pre-commit-config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b78fd8..eb96165 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: