Skip to content

Commit f322182

Browse files
committed
Disable Layout/LineLength cop
Even with the absurd line length limit of 580, Puppet::Util::CommandLine::Trollop was causing a violation of the Rubocop Layout/LineLength cop. We have never had this cop enabled before and enabling it would likely take quite a lot of work, so we'll disable it entirely for now.
1 parent 85ae8a6 commit f322182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,4 +1492,4 @@ Style/ZeroLengthPredicate:
14921492
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
14931493
# URISchemes: http, https
14941494
Layout/LineLength:
1495-
Max: 580
1495+
Enabled: false

0 commit comments

Comments
 (0)