mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore: improve repo management
This commit is contained in:
@@ -26,6 +26,7 @@ lint:
|
||||
parallel: true
|
||||
commands:
|
||||
ansible: &ansible-lint
|
||||
glob: '*ansible*'
|
||||
run: .venv/bin/ansible-lint
|
||||
docker: &hadolint
|
||||
# The official docker image is based on scratch and only takes only one
|
||||
|
||||
@@ -9,12 +9,12 @@ rules:
|
||||
ignore:
|
||||
- 'cloud-init/*'
|
||||
- 'examples/cloud-init/*'
|
||||
- 'examples/terraform/multi-part cloud-init/*'
|
||||
- 'examples/**/multi-part cloud-init/*'
|
||||
document-start:
|
||||
ignore:
|
||||
- 'cloud-init/*'
|
||||
- 'examples/cloud-init/*'
|
||||
- 'examples/terraform/multi-part cloud-init/*'
|
||||
- 'examples/**/multi-part cloud-init/*'
|
||||
line-length:
|
||||
level: warning
|
||||
max: 120
|
||||
|
||||
Reference in New Issue
Block a user