Skip to content

Commit 0a26044

Browse files
author
jordanbreen28
committed
(maint) - Increase max Metrics/ClassLength
1 parent 2a2ec99 commit 0a26044

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-01-23 14:26:06 UTC using RuboCop version 1.50.2.
3+
# on 2024-04-24 11:01:50 UTC using RuboCop version 1.50.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -50,7 +50,7 @@ Metrics/BlockLength:
5050
# Offense count: 12
5151
# Configuration parameters: CountComments, CountAsOne.
5252
Metrics/ClassLength:
53-
Max: 330
53+
Max: 333
5454

5555
# Offense count: 53
5656
# Configuration parameters: AllowedMethods, AllowedPatterns.
@@ -103,15 +103,6 @@ Security/IoMethods:
103103
Exclude:
104104
- 'lib/puppet-debugserver/debug_session/break_points.rb'
105105

106-
# Offense count: 5
107-
# This cop supports safe autocorrection (--autocorrect).
108-
# Configuration parameters: AllowedMethods, AllowedPatterns.
109-
# AllowedMethods: ==, equal?, eql?
110-
# Style/ClassEqualityComparison:
111-
# Exclude:
112-
# - 'lib/puppet-languageserver/manifest/definition_provider.rb'
113-
# - 'lib/puppet-languageserver/manifest/signature_provider.rb'
114-
115106
# Offense count: 104
116107
# Configuration parameters: AllowedConstants.
117108
Style/Documentation:

0 commit comments

Comments
 (0)