1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2016-12-01 19:41:18 +0100 using RuboCop version 0.46 .0.
3
+ # on 2017-01-17 06:04:25 -0500 using RuboCop version 0.47 .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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 3
10
- # this must be removed for preparation of ruby 2.4
11
- Lint/UnifiedInteger :
12
- Exclude :
13
- - ' lib/grape/dsl/inside_route.rb'
14
- - ' spec/grape/validations/validators/allow_blank_spec.rb'
15
-
16
9
# Offense count: 44
17
10
Metrics/AbcSize :
18
11
Max : 44
19
12
13
+ # Offense count: 266
14
+ # Configuration parameters: CountComments, ExcludedMethods.
15
+ Metrics/BlockLength :
16
+ Max : 3084
17
+
20
18
# Offense count: 1
19
+ # Configuration parameters: CountBlocks.
21
20
Metrics/BlockNesting :
22
21
Max : 4
23
22
@@ -30,13 +29,13 @@ Metrics/ClassLength:
30
29
Metrics/CyclomaticComplexity :
31
30
Max : 14
32
31
33
- # Offense count: 964
32
+ # Offense count: 975
34
33
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
35
34
# URISchemes: http, https
36
35
Metrics/LineLength :
37
36
Max : 215
38
37
39
- # Offense count: 55
38
+ # Offense count: 54
40
39
# Configuration parameters: CountComments.
41
40
Metrics/MethodLength :
42
41
Max : 33
@@ -50,6 +49,12 @@ Metrics/ModuleLength:
50
49
Metrics/PerceivedComplexity :
51
50
Max : 14
52
51
52
+ # Offense count: 2
53
+ Style/IdenticalConditionalBranches :
54
+ Exclude :
55
+ - ' lib/grape/dsl/desc.rb'
56
+
57
+ # Offense count: 1
53
58
Style/MethodMissing :
54
59
Exclude :
55
60
- ' lib/grape/router/attribute_translator.rb'
0 commit comments