File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `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.
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,32 +12,32 @@ Lint/UnneededCopDisableDirective:
12
12
Exclude :
13
13
- ' rubocop-rails.gemspec'
14
14
15
- # Offense count: 9
15
+ # Offense count: 8
16
16
Metrics/AbcSize :
17
17
Max : 17
18
18
19
19
# Offense count: 4
20
20
# Configuration parameters: CountComments.
21
21
Metrics/ClassLength :
22
- Max : 158
22
+ Max : 159
23
23
24
- # Offense count: 15
24
+ # Offense count: 16
25
25
# Configuration parameters: CountComments, ExcludedMethods.
26
26
Metrics/MethodLength :
27
27
Max : 14
28
28
29
- # Offense count: 65
29
+ # Offense count: 64
30
30
# Configuration parameters: Prefixes.
31
31
# Prefixes: when, with, without
32
32
RSpec/ContextWording :
33
33
Enabled : false
34
34
35
- # Offense count: 204
35
+ # Offense count: 238
36
36
# Configuration parameters: Max.
37
37
RSpec/ExampleLength :
38
38
Enabled : false
39
39
40
- # Offense count: 49
40
+ # Offense count: 37
41
41
# Configuration parameters: AggregateFailuresByDefault.
42
42
RSpec/MultipleExpectations :
43
43
Max : 5
You can’t perform that action at this time.
0 commit comments