Skip to content

Commit 7aa3290

Browse files
committed
Addressing LineLength
1 parent 684306a commit 7aa3290

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ AllCops:
1818
Style/ClassAndModuleChildren:
1919
Enabled: false
2020

21+
Layout/LineLength:
22+
Max: 200
23+
2124
####################################################
2225
# Cops below here due for deprecation
2326
####################################################

.rubocop_todo.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,3 @@ Style/OptionalBooleanParameter:
187187
- 'lib/puppet-strings/yard/code_objects/type.rb'
188188
- 'lib/puppet-strings/yard/handlers/ruby/data_type_handler.rb'
189189
- 'lib/puppet-strings/yard/handlers/ruby/function_handler.rb'
190-
191-
# Offense count: 136
192-
# This cop supports safe autocorrection (--autocorrect).
193-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
194-
# URISchemes: http, https
195-
Layout/LineLength:
196-
Max: 199

0 commit comments

Comments
 (0)