[lint] mandatory lint configuration ;)
This commit is contained in:
parent
758dc6ffce
commit
522f1db38b
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ extends: default
|
||||||
rules:
|
rules:
|
||||||
indentation:
|
indentation:
|
||||||
indent-sequences: consistent
|
indent-sequences: consistent
|
||||||
|
line-length:
|
||||||
|
max: 120
|
||||||
|
level: warning
|
||||||
|
|
Loading…
Reference in a new issue