mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Improvements in repository management
This commit is contained in:
@@ -18,11 +18,10 @@ repos:
|
|||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args:
|
args:
|
||||||
- -r "~MD013" # ignore line-length rule
|
- -r "~MD013" # ignore line-length rule
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
# - repo: https://github.com/ansible-community/ansible-lint # FIXME: figure this out, too many stupid issues
|
||||||
rev: v6.11.0
|
# rev: v6.12.0
|
||||||
hooks:
|
# hooks:
|
||||||
- id: ansible-lint
|
# - id: ansible-lint
|
||||||
exclude: cloud-init/
|
|
||||||
- repo: https://github.com/hadolint/hadolint
|
- repo: https://github.com/hadolint/hadolint
|
||||||
rev: v2.12.1-beta
|
rev: v2.12.1-beta
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -37,6 +37,7 @@
|
|||||||
"polkit",
|
"polkit",
|
||||||
"pvresize",
|
"pvresize",
|
||||||
"radeon",
|
"radeon",
|
||||||
|
"replicatedctl",
|
||||||
"rootlv",
|
"rootlv",
|
||||||
"rootvg",
|
"rootvg",
|
||||||
"runcmd",
|
"runcmd",
|
||||||
|
|||||||
9
.yamllint.yaml
Normal file
9
.yamllint.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user