1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2020-01-31 16:17:37 +0100 using RuboCop version 0.49.1.
3
+ # on 2020-07-12 00:41:11 -0400 using RuboCop version 0.49.1.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -131,14 +131,6 @@ Layout/SpaceInsideBlockBraces:
131
131
Exclude :
132
132
- ' lib/net/ldap/dataset.rb'
133
133
134
- # Offense count: 1
135
- # Cop supports --auto-correct.
136
- # Configuration parameters: SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces.
137
- # SupportedStyles: space, no_space, compact
138
- # SupportedStylesForEmptyBraces: space, no_space
139
- Layout/SpaceInsideHashLiteralBraces :
140
- EnforcedStyle : space
141
-
142
134
# Offense count: 8
143
135
# Cop supports --auto-correct.
144
136
Layout/SpaceInsideParens :
@@ -179,11 +171,6 @@ Lint/RescueException:
179
171
Exclude :
180
172
- ' lib/net/ldap/pdu.rb'
181
173
182
- # Offense count: 1
183
- Lint/ShadowingOuterLocalVariable :
184
- Exclude :
185
- - ' lib/net/ldap/instrumentation.rb'
186
-
187
174
# Offense count: 9
188
175
# Cop supports --auto-correct.
189
176
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
@@ -209,17 +196,15 @@ Lint/UselessAccessModifier:
209
196
Exclude :
210
197
- ' lib/net/ldap/connection.rb'
211
198
212
- # Offense count: 8
199
+ # Offense count: 6
213
200
Lint/UselessAssignment :
214
201
Exclude :
215
- - ' lib/net/ldap/connection.rb'
216
- - ' lib/net/ldap/password.rb'
217
202
- ' test/integration/test_add.rb'
218
203
- ' test/test_ldap_connection.rb'
219
204
- ' test/test_search.rb'
220
205
- ' test/test_snmp.rb'
221
206
222
- # Offense count: 49
207
+ # Offense count: 48
223
208
Metrics/AbcSize :
224
209
Max : 116
225
210
@@ -242,7 +227,7 @@ Metrics/ClassLength:
242
227
Metrics/CyclomaticComplexity :
243
228
Max : 41
244
229
245
- # Offense count: 215
230
+ # Offense count: 216
246
231
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
247
232
# URISchemes: http, https
248
233
Metrics/LineLength :
@@ -611,15 +596,14 @@ Style/RedundantParentheses:
611
596
- ' lib/net/ldap/filter.rb'
612
597
- ' test/test_filter.rb'
613
598
614
- # Offense count: 4
599
+ # Offense count: 3
615
600
# Cop supports --auto-correct.
616
601
# Configuration parameters: AllowMultipleReturnValues.
617
602
Style/RedundantReturn :
618
603
Exclude :
619
604
- ' lib/net/ber/core_ext/string.rb'
620
605
- ' lib/net/ldap/auth_adapter.rb'
621
606
- ' lib/net/ldap/entry.rb'
622
- - ' lib/net/ldap/password.rb'
623
607
624
608
# Offense count: 8
625
609
# Cop supports --auto-correct.
@@ -664,7 +648,7 @@ Style/SpecialGlobalVars:
664
648
- ' net-ldap.gemspec'
665
649
- ' testserver/ldapserver.rb'
666
650
667
- # Offense count: 649
651
+ # Offense count: 656
668
652
# Cop supports --auto-correct.
669
653
# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
670
654
# SupportedStyles: single_quotes, double_quotes
@@ -676,7 +660,7 @@ Style/StructInheritance:
676
660
Exclude :
677
661
- ' test/test_ldap.rb'
678
662
679
- # Offense count: 10
663
+ # Offense count: 11
680
664
# Cop supports --auto-correct.
681
665
# Configuration parameters: MinSize, SupportedStyles.
682
666
# SupportedStyles: percent, brackets
0 commit comments