1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2016-04-26 16:12:14 -0400 using RuboCop version 0.39.0.
3
+ # on 2016-04-27 13:48:11 -0500 using RuboCop version 0.39.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: 1
10
- Lint/IneffectiveAccessModifier :
11
- Exclude :
12
- - ' lib/grape/router.rb'
13
-
14
9
# Offense count: 39
15
10
Metrics/AbcSize :
16
11
Max : 44
@@ -22,19 +17,19 @@ Metrics/BlockNesting:
22
17
# Offense count: 7
23
18
# Configuration parameters: CountComments.
24
19
Metrics/ClassLength :
25
- Max : 267
20
+ Max : 264
26
21
27
22
# Offense count: 24
28
23
Metrics/CyclomaticComplexity :
29
24
Max : 14
30
25
31
- # Offense count: 871
26
+ # Offense count: 874
32
27
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
33
28
# URISchemes: http, https
34
29
Metrics/LineLength :
35
30
Max : 215
36
31
37
- # Offense count: 49
32
+ # Offense count: 48
38
33
# Configuration parameters: CountComments.
39
34
Metrics/MethodLength :
40
35
Max : 34
@@ -66,14 +61,6 @@ Style/BlockDelimiters:
66
61
Style/Documentation :
67
62
Enabled : false
68
63
69
- # Offense count: 6
70
- Style/DoubleNegation :
71
- Exclude :
72
- - ' lib/grape/api.rb'
73
- - ' lib/grape/middleware/versioner/accept_version_header.rb'
74
- - ' lib/grape/middleware/versioner/header.rb'
75
- - ' lib/grape/path.rb'
76
-
77
64
# Offense count: 14
78
65
# Configuration parameters: EnforcedStyle, SupportedStyles.
79
66
# SupportedStyles: compact, exploded
0 commit comments