11# This configuration was generated by
22# `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.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 1
10- Lint/IneffectiveAccessModifier :
11- Exclude :
12- - ' lib/grape/router.rb'
13-
149# Offense count: 39
1510Metrics/AbcSize :
1611 Max : 44
@@ -22,19 +17,19 @@ Metrics/BlockNesting:
2217# Offense count: 7
2318# Configuration parameters: CountComments.
2419Metrics/ClassLength :
25- Max : 267
20+ Max : 264
2621
2722# Offense count: 24
2823Metrics/CyclomaticComplexity :
2924 Max : 14
3025
31- # Offense count: 871
26+ # Offense count: 874
3227# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
3328# URISchemes: http, https
3429Metrics/LineLength :
3530 Max : 215
3631
37- # Offense count: 49
32+ # Offense count: 48
3833# Configuration parameters: CountComments.
3934Metrics/MethodLength :
4035 Max : 34
@@ -66,14 +61,6 @@ Style/BlockDelimiters:
6661Style/Documentation :
6762 Enabled : false
6863
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-
7764# Offense count: 14
7865# Configuration parameters: EnforcedStyle, SupportedStyles.
7966# SupportedStyles: compact, exploded
0 commit comments