1
1
# This configuration was generated by
2
2
# `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.
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
@@ -12,7 +12,7 @@ Lint/UnneededCopDisableDirective:
12
12
Exclude :
13
13
- ' rubocop-rails.gemspec'
14
14
15
- # Offense count: 8
15
+ # Offense count: 9
16
16
Metrics/AbcSize :
17
17
Max : 17
18
18
@@ -21,12 +21,12 @@ Metrics/AbcSize:
21
21
Metrics/ClassLength :
22
22
Max : 158
23
23
24
- # Offense count: 12
24
+ # Offense count: 15
25
25
# Configuration parameters: CountComments, ExcludedMethods.
26
26
Metrics/MethodLength :
27
27
Max : 14
28
28
29
- # Offense count: 62
29
+ # Offense count: 65
30
30
# Configuration parameters: Prefixes.
31
31
# Prefixes: when, with, without
32
32
RSpec/ContextWording :
@@ -41,15 +41,16 @@ RSpec/ContextWording:
41
41
- ' spec/rubocop/cop/rails/present_spec.rb'
42
42
- ' spec/rubocop/cop/rails/read_write_attribute_spec.rb'
43
43
- ' spec/rubocop/cop/rails/redundant_receiver_in_with_options_spec.rb'
44
+ - ' spec/rubocop/cop/rails/relative_date_constant_spec.rb'
44
45
- ' spec/rubocop/cop/rails/reversible_migration_spec.rb'
45
46
- ' spec/rubocop/cop/rails/safe_navigation_spec.rb'
46
47
47
- # Offense count: 196
48
+ # Offense count: 204
48
49
# Configuration parameters: Max.
49
50
RSpec/ExampleLength :
50
51
Enabled : false
51
52
52
- # Offense count: 47
53
+ # Offense count: 49
53
54
# Configuration parameters: AggregateFailuresByDefault.
54
55
RSpec/MultipleExpectations :
55
56
Max : 5
0 commit comments