Merge pull request #2858 from Matt-Yorkley/rubocop_line_limit

Increase rubocop line limit to 100
This commit is contained in:
Matt-Yorkley
2018-10-12 16:52:37 +01:00
committed by GitHub

View File

@@ -188,7 +188,7 @@ Metrics/CyclomaticComplexity:
Max: 6
Metrics/LineLength:
Max: 80
Max: 100
Metrics/MethodLength:
Max: 10