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 2018-01-11 18:20:10 +0100 using RuboCop version 0.52 .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
@@ -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 : 1489
22
22
23
23
# Offense count: 2
24
24
# Configuration parameters: CountComments.
25
25
Metrics/ClassLength :
26
- Max : 208
26
+ Max : 210
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,22 @@ 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: 1
47
+ # Cop supports --auto-correct.
48
+ # Configuration parameters: IgnoredMethods.
49
+ # IgnoredMethods: respond_to, define_method
50
+ Style/SymbolProc :
51
+ Exclude :
52
+ - ' spec/grape_entity/entity_spec.rb'
53
+
54
+ # Offense count: 250
55
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
56
+ # URISchemes: http, https
57
+ Metrics/LineLength :
58
+ Max : 146
0 commit comments