blob: bcdaf3390d042cca4b22206a5df3ba5fe383a3bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 100
level: error
# accept both key:
# - item
#
# and key:
# - item
indentation:
indent-sequences: whatever
|