29 lines
653 B
YAML
29 lines
653 B
YAML
extends: default
|
|
|
|
ignore:
|
|
- ".ansible/"
|
|
- ".crush/"
|
|
- ".venv/"
|
|
- ".vscode/"
|
|
- "galaxy.roles/"
|
|
|
|
rules:
|
|
# Правила, требуемые ansible-lint
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
comments-indentation: false
|
|
braces:
|
|
max-spaces-inside: 1
|
|
octal-values:
|
|
forbid-implicit-octal: true
|
|
forbid-explicit-octal: true
|
|
|
|
# Дополнительные настройки (опционально)
|
|
line-length:
|
|
max: 120
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|
|
document-start: disable # Не требовать --- в начале файла
|
|
truthy:
|
|
level: warning
|