1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2016-11-20 10:04:42 -0500 using RuboCop version 0.45.0 .
3
+ # on 2017-04-05 10:30:29 +0700 using RuboCop version 0.48.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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
+ # Offense count: 1
10
+ Lint/AmbiguousBlockAssociation :
11
+ Exclude :
12
+ - ' spec/grape_entity/exposure/represent_exposure_spec.rb'
13
+
9
14
# Offense count: 6
10
15
Metrics/AbcSize :
11
16
Max : 32
12
17
18
+ # Offense count: 35
19
+ # Configuration parameters: CountComments, ExcludedMethods.
20
+ Metrics/BlockLength :
21
+ Max : 1499
22
+
13
23
# Offense count: 2
14
24
# Configuration parameters: CountComments.
15
25
Metrics/ClassLength :
@@ -19,27 +29,17 @@ Metrics/ClassLength:
19
29
Metrics/CyclomaticComplexity :
20
30
Max : 11
21
31
22
- # Offense count: 237
23
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives.
32
+ # Offense count: 238
33
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns .
24
34
# URISchemes: http, https
25
35
Metrics/LineLength :
26
36
Max : 146
27
37
28
- # Offense count: 6
38
+ # Offense count: 7
29
39
# Configuration parameters: CountComments.
30
40
Metrics/MethodLength :
31
41
Max : 28
32
42
33
43
# Offense count: 2
34
44
Metrics/PerceivedComplexity :
35
45
Max : 13
36
-
37
- # Offense count: 33
38
- Style/Documentation :
39
- Enabled : false
40
-
41
- # Offense count: 1
42
- # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
43
- Style/FileName :
44
- Exclude :
45
- - ' lib/grape-entity.rb'
0 commit comments