da70ca7f5e
Avoid a failure of yamllint because of the format of its own configuration file :-). Change-Id: I80936280019469f406c057b80580882d71d2abbc
15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
.tox
|
|
|
|
rules:
|
|
braces:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
line-length: disable
|