Skip to content

Commit 90b7d30

Browse files
committed
Apply rubocop --auto-gen-config
1 parent bdca510 commit 90b7d30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 7 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-01-28 14:18:31 +0900 using RuboCop version 0.63.1.
3+
# on 2019-02-11 01:18:28 +0900 using RuboCop version 0.63.1.
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
@@ -12,32 +12,32 @@ Lint/UnneededCopDisableDirective:
1212
Exclude:
1313
- 'rubocop-rails.gemspec'
1414

15-
# Offense count: 9
15+
# Offense count: 8
1616
Metrics/AbcSize:
1717
Max: 17
1818

1919
# Offense count: 4
2020
# Configuration parameters: CountComments.
2121
Metrics/ClassLength:
22-
Max: 158
22+
Max: 159
2323

24-
# Offense count: 15
24+
# Offense count: 16
2525
# Configuration parameters: CountComments, ExcludedMethods.
2626
Metrics/MethodLength:
2727
Max: 14
2828

29-
# Offense count: 65
29+
# Offense count: 64
3030
# Configuration parameters: Prefixes.
3131
# Prefixes: when, with, without
3232
RSpec/ContextWording:
3333
Enabled: false
3434

35-
# Offense count: 204
35+
# Offense count: 238
3636
# Configuration parameters: Max.
3737
RSpec/ExampleLength:
3838
Enabled: false
3939

40-
# Offense count: 49
40+
# Offense count: 37
4141
# Configuration parameters: AggregateFailuresByDefault.
4242
RSpec/MultipleExpectations:
4343
Max: 5

0 commit comments

Comments
 (0)