Browse Source

yamllint: increase line length 80=>120 (#8542)

Ilya Mashchenko 5 years ago
parent
commit
088eb95922
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .yamllint.yml

+ 3 - 0
.yamllint.yml

@@ -5,6 +5,9 @@ yaml-files:
   - '.yamllint'
 
 rules:
+  line-length:
+    max: 120
+    level: warning
   braces: enable
   brackets: enable
   colons: enable