Skip to content

Commit 647dec0

Browse files
committed
Apply rubocop --auto-gen-config
1 parent 3f0cdcc commit 647dec0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.rubocop_todo.yml

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

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

@@ -21,12 +21,12 @@ Metrics/AbcSize:
2121
Metrics/ClassLength:
2222
Max: 158
2323

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

29-
# Offense count: 62
29+
# Offense count: 65
3030
# Configuration parameters: Prefixes.
3131
# Prefixes: when, with, without
3232
RSpec/ContextWording:
@@ -41,15 +41,16 @@ RSpec/ContextWording:
4141
- 'spec/rubocop/cop/rails/present_spec.rb'
4242
- 'spec/rubocop/cop/rails/read_write_attribute_spec.rb'
4343
- 'spec/rubocop/cop/rails/redundant_receiver_in_with_options_spec.rb'
44+
- 'spec/rubocop/cop/rails/relative_date_constant_spec.rb'
4445
- 'spec/rubocop/cop/rails/reversible_migration_spec.rb'
4546
- 'spec/rubocop/cop/rails/safe_navigation_spec.rb'
4647

47-
# Offense count: 196
48+
# Offense count: 204
4849
# Configuration parameters: Max.
4950
RSpec/ExampleLength:
5051
Enabled: false
5152

52-
# Offense count: 47
53+
# Offense count: 49
5354
# Configuration parameters: AggregateFailuresByDefault.
5455
RSpec/MultipleExpectations:
5556
Max: 5

0 commit comments

Comments
 (0)