1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2017-04-05 10:30:29 +0700 using RuboCop version 0.48.1 .
3
+ # on 2017-12-27 01:49:32 +0100 using RuboCop version 0.52.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
@@ -18,23 +18,17 @@ Metrics/AbcSize:
18
18
# Offense count: 35
19
19
# Configuration parameters: CountComments, ExcludedMethods.
20
20
Metrics/BlockLength :
21
- Max : 1499
21
+ Max : 1472
22
22
23
23
# Offense count: 2
24
24
# Configuration parameters: CountComments.
25
25
Metrics/ClassLength :
26
- Max : 208
26
+ Max : 206
27
27
28
- # Offense count: 3
28
+ # Offense count: 2
29
29
Metrics/CyclomaticComplexity :
30
30
Max : 11
31
31
32
- # Offense count: 238
33
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
34
- # URISchemes: http, https
35
- Metrics/LineLength :
36
- Max : 146
37
-
38
32
# Offense count: 7
39
33
# Configuration parameters: CountComments.
40
34
Metrics/MethodLength :
@@ -43,3 +37,20 @@ Metrics/MethodLength:
43
37
# Offense count: 2
44
38
Metrics/PerceivedComplexity :
45
39
Max : 13
40
+
41
+ # Offense count: 1
42
+ Style/EvalWithLocation :
43
+ Exclude :
44
+ - ' lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb'
45
+
46
+ # Offense count: 3
47
+ # Configuration parameters: .
48
+ # SupportedStyles: annotated, template, unannotated
49
+ Style/FormatStringToken :
50
+ EnforcedStyle : unannotated
51
+
52
+ # Offense count: 247
53
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
54
+ # URISchemes: http, https
55
+ Metrics/LineLength :
56
+ Max : 146
0 commit comments