Improvements in repository management

This commit is contained in:
Michele Cereda
2023-02-03 00:39:52 +01:00
parent edbf525b6b
commit 4e2c1374a6
3 changed files with 14 additions and 5 deletions

View File

@@ -18,11 +18,10 @@ repos:
- id: markdownlint
args:
- -r "~MD013" # ignore line-length rule
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.11.0
hooks:
- id: ansible-lint
exclude: cloud-init/
# - repo: https://github.com/ansible-community/ansible-lint # FIXME: figure this out, too many stupid issues
# rev: v6.12.0
# hooks:
# - id: ansible-lint
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
hooks:

View File

@@ -37,6 +37,7 @@
"polkit",
"pvresize",
"radeon",
"replicatedctl",
"rootlv",
"rootvg",
"runcmd",

9
.yamllint.yaml Normal file
View File

@@ -0,0 +1,9 @@
---
# See https://yamllint.readthedocs.io/en/stable/configuration.html for
# more information
extends: default
rules:
line-length:
allow-non-breakable-inline-mappings: true
max: 120