Commit 04bc8084 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix(ci): set linelenght to 120

parent 5963b71f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ rules:
    spaces: 2
    check-multi-line-strings: true
  line-length:
    max: 130
    max: 120
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true
  new-line-at-end-of-file: 'enable'