11# This configuration was generated by
22# `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 .
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/AmbiguousBlockAssociation :
11+ Exclude :
12+ - ' spec/grape_entity/exposure/represent_exposure_spec.rb'
13+
914# Offense count: 6
1015Metrics/AbcSize :
1116 Max : 32
1217
18+ # Offense count: 35
19+ # Configuration parameters: CountComments, ExcludedMethods.
20+ Metrics/BlockLength :
21+ Max : 1499
22+
1323# Offense count: 2
1424# Configuration parameters: CountComments.
1525Metrics/ClassLength :
@@ -19,27 +29,17 @@ Metrics/ClassLength:
1929Metrics/CyclomaticComplexity :
2030 Max : 11
2131
22- # Offense count: 237
23- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives.
32+ # Offense count: 238
33+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns .
2434# URISchemes: http, https
2535Metrics/LineLength :
2636 Max : 146
2737
28- # Offense count: 6
38+ # Offense count: 7
2939# Configuration parameters: CountComments.
3040Metrics/MethodLength :
3141 Max : 28
3242
3343# Offense count: 2
3444Metrics/PerceivedComplexity :
3545 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