Merge "Made master connection expectations actually work"
[lhc/web/wiklou.git] / .rubocop.yml
index 00479d1..c04818e 100644 (file)
@@ -6,3 +6,6 @@ AllCops:
         - 'skins/**/*'
         - 'tests/frontend/node_modules/**/*'
         - 'vendor/**/*'
+
+Metrics/LineLength:
+  Max: 100