File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 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.
5252Metrics/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.
117108Style/Documentation :
You can’t perform that action at this time.
0 commit comments