mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-16 11:43:47 +03:00
lint: align yamllint with ansible-lint
Signed-off-by: Kristoffer <kristoffer@weitby.eu>
This commit is contained in:
committed by
Slavi Pantaleev
parent
13f3d771c0
commit
88d13ff3d6
@@ -1,5 +1,16 @@
|
||||
---
|
||||
extends: default
|
||||
|
||||
# Keep this custom configuration compatible with ansible-lint's `yaml` rule.
|
||||
# See https://docs.ansible.com/projects/lint/rules/yaml/#yamllint-configuration
|
||||
rules:
|
||||
braces:
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 1
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: false
|
||||
line-length: disable
|
||||
octal-values:
|
||||
forbid-explicit-octal: true
|
||||
forbid-implicit-octal: true
|
||||
|
||||
Reference in New Issue
Block a user