2022-05-05 08:17:48 -05:00
|
|
|
extends: default
|
|
|
|
|
|
|
|
|
|
rules:
|
|
|
|
|
line-length:
|
|
|
|
|
max: 120
|
|
|
|
|
level: warning
|
|
|
|
|
document-start:
|
|
|
|
|
present: false
|
|
|
|
|
level: error
|
|
|
|
|
comments:
|
|
|
|
|
require-starting-space: false
|
2023-08-15 11:23:29 -05:00
|
|
|
truthy: disable # user-data files have lots of palces where the correct response is yes/no
|
2022-05-05 08:17:48 -05:00
|
|
|
|
|
|
|
|
ignore: |
|
|
|
|
|
.tox
|
|
|
|
|
samples/
|
|
|
|
|
.cache
|
|
|
|
|
plugins/ceph_ansible
|