1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2018-01-11 18:20:10 +0100 using RuboCop version 0.52.1 .
3
+ # on 2018-03-28 21:26:18 +0200 using RuboCop version 0.54.0 .
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
@@ -11,32 +11,39 @@ Lint/AmbiguousBlockAssociation:
11
11
Exclude :
12
12
- ' spec/grape_entity/exposure/represent_exposure_spec.rb'
13
13
14
- # Offense count: 6
14
+ # Offense count: 5
15
15
Metrics/AbcSize :
16
- Max : 32
16
+ Max : 25
17
17
18
- # Offense count: 35
18
+ # Offense count: 39
19
19
# Configuration parameters: CountComments, ExcludedMethods.
20
20
Metrics/BlockLength :
21
21
Max : 1632
22
22
23
- # Offense count: 2
23
+ # Offense count: 1
24
24
# Configuration parameters: CountComments.
25
25
Metrics/ClassLength :
26
- Max : 210
26
+ Max : 205
27
27
28
- # Offense count: 2
28
+ # Offense count: 1
29
29
Metrics/CyclomaticComplexity :
30
- Max : 11
30
+ Max : 10
31
31
32
- # Offense count: 7
32
+ # Offense count: 6
33
33
# Configuration parameters: CountComments.
34
34
Metrics/MethodLength :
35
- Max : 28
35
+ Max : 26
36
36
37
- # Offense count: 2
37
+ # Offense count: 1
38
38
Metrics/PerceivedComplexity :
39
- Max : 13
39
+ Max : 11
40
+
41
+ # Offense count: 3
42
+ # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
43
+ # AllowedNames: io, id, to
44
+ Naming/UncommunicativeMethodParamName :
45
+ Exclude :
46
+ - ' spec/grape_entity/entity_spec.rb'
40
47
41
48
# Offense count: 1
42
49
Style/EvalWithLocation :
@@ -51,7 +58,7 @@ Style/SymbolProc:
51
58
Exclude :
52
59
- ' spec/grape_entity/entity_spec.rb'
53
60
54
- # Offense count: 250
61
+ # Offense count: 272
55
62
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
56
63
# URISchemes: http, https
57
64
Metrics/LineLength :
0 commit comments