Skip to content

Commit 33706d4

Browse files
committed
Refresh rubocop_todo.yml
1 parent 85931fb commit 33706d4

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.rubocop_todo.yml

Lines changed: 3 additions & 16 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 2019-07-31 17:11:45 -0700 using RuboCop version 0.73.0.
3+
# on 2019-07-31 18:27:48 -0700 using RuboCop version 0.73.0.
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
@@ -26,24 +26,11 @@ Lint/HandleExceptions:
2626
Metrics/AbcSize:
2727
Max: 39
2828

29-
# Offense count: 4
30-
# Configuration parameters: CountComments, ExcludedMethods.
31-
# ExcludedMethods: refine
32-
Metrics/BlockLength:
33-
Max: 504
34-
3529
# Offense count: 1
3630
Metrics/CyclomaticComplexity:
3731
Max: 9
3832

39-
# Offense count: 97
40-
# Cop supports --auto-correct.
41-
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
42-
# URISchemes: http, https
43-
Metrics/LineLength:
44-
Max: 256
45-
46-
# Offense count: 11
33+
# Offense count: 13
4734
# Configuration parameters: CountComments, ExcludedMethods.
4835
Metrics/MethodLength:
4936
Max: 32
@@ -100,7 +87,7 @@ RSpec/EmptyLineAfterFinalLet:
10087
- 'spec/slack/web/api/endpoints/custom_specs/groups_spec.rb'
10188
- 'spec/slack/web/api/endpoints/custom_specs/users_spec.rb'
10289

103-
# Offense count: 55
90+
# Offense count: 63
10491
# Configuration parameters: Max.
10592
RSpec/ExampleLength:
10693
Enabled: false

0 commit comments

Comments
 (0)