Alexander Dahl
ec55d5970b
We have quite some long lines where it makes no sense to split them. Those warnings distract more than they help.
11 lines
140 B
Text
11 lines
140 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length: disable
|
|
truthy:
|
|
allowed-values:
|
|
- 'true'
|
|
- 'false'
|
|
- 'yes'
|
|
- 'no'
|