ansible-role-keepalived/.yamllint

23 lines
367 B
Text
Raw Permalink Normal View History

2019-04-12 18:29:11 +02:00
---
extends: "default"
2019-04-12 18:29:11 +02:00
ignore: |
vendor/
rules:
line-length:
max: 120
level: "warning"
truthy: false
comments:
min-spaces-from-content: 1
comments-indentation: false
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
quoted-strings:
quote-type: "double"
required: true