fix(ci): set linelenght to 120
This commit is contained in:
parent
7142ac35ff
commit
42615a91f4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ rules:
|
||||||
spaces: 2
|
spaces: 2
|
||||||
check-multi-line-strings: true
|
check-multi-line-strings: true
|
||||||
line-length:
|
line-length:
|
||||||
max: 130
|
max: 120
|
||||||
allow-non-breakable-words: true
|
allow-non-breakable-words: true
|
||||||
allow-non-breakable-inline-mappings: true
|
allow-non-breakable-inline-mappings: true
|
||||||
new-line-at-end-of-file: 'enable'
|
new-line-at-end-of-file: 'enable'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue