1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2021-10-31 19:10:34 UTC using RuboCop version 1.22.3.
3
+ # on 2021-10-31 21:29:49 UTC using RuboCop version 1.22.3.
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
@@ -109,12 +109,11 @@ Layout/EmptyLineBetweenDefs:
109
109
- ' test/integration/consumer_test.rb'
110
110
- ' test/units/test_net_http_client.rb'
111
111
112
- # Offense count: 20
112
+ # Offense count: 17
113
113
# Cop supports --auto-correct.
114
114
Layout/EmptyLines :
115
115
Exclude :
116
116
- ' lib/oauth/cli/authorize_command.rb'
117
- - ' lib/oauth/consumer.rb'
118
117
- ' test/cases/oauth_case.rb'
119
118
- ' test/cases/spec/1_0-final/test_construct_request_url.rb'
120
119
- ' test/cases/spec/1_0-final/test_normalize_request_parameters.rb'
@@ -404,7 +403,7 @@ Layout/SpaceInsideBlockBraces:
404
403
- ' test/support/minitest_helpers.rb'
405
404
- ' test/units/test_consumer.rb'
406
405
407
- # Offense count: 450
406
+ # Offense count: 452
408
407
# Cop supports --auto-correct.
409
408
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
410
409
# SupportedStyles: space, no_space, compact
@@ -565,14 +564,14 @@ Metrics/AbcSize:
565
564
# Offense count: 9
566
565
# Configuration parameters: CountComments, CountAsOne.
567
566
Metrics/ClassLength :
568
- Max : 277
567
+ Max : 282
569
568
570
569
# Offense count: 7
571
570
# Configuration parameters: IgnoredMethods.
572
571
Metrics/CyclomaticComplexity :
573
572
Max : 18
574
573
575
- # Offense count: 64
574
+ # Offense count: 65
576
575
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
577
576
Metrics/MethodLength :
578
577
Max : 45
@@ -585,7 +584,7 @@ Metrics/ParameterLists:
585
584
# Offense count: 7
586
585
# Configuration parameters: IgnoredMethods.
587
586
Metrics/PerceivedComplexity :
588
- Max : 17
587
+ Max : 18
589
588
590
589
# Offense count: 16
591
590
# Cop supports --auto-correct.
@@ -833,7 +832,7 @@ Style/CommentAnnotation:
833
832
- ' lib/oauth/tokens/request_token.rb'
834
833
- ' test/units/test_action_controller_request_proxy.rb'
835
834
836
- # Offense count: 7
835
+ # Offense count: 6
837
836
# Cop supports --auto-correct.
838
837
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
839
838
# SupportedStyles: assign_to_condition, assign_inside_condition
@@ -916,7 +915,7 @@ Style/HashConversion:
916
915
Exclude :
917
916
- ' lib/oauth/tokens/request_token.rb'
918
917
919
- # Offense count: 491
918
+ # Offense count: 495
920
919
# Cop supports --auto-correct.
921
920
# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
922
921
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
0 commit comments