11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2017-10-09 10:22:52 -0500 using RuboCop version 0.41.2 .
3+ # on 2018-03-14 14:59:23 -0400 using RuboCop version 0.53.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+ # Configuration parameters: Include.
11+ # Include: **/*.gemfile, **/Gemfile, **/gems.rb
12+ Bundler/DuplicatedGem :
13+ Exclude :
14+ - ' Gemfile'
15+
916# Offense count: 1
1017Metrics/AbcSize :
11- Max : 18
18+ Max : 17
19+
20+ # Offense count: 23
21+ # Configuration parameters: CountComments, ExcludedMethods.
22+ Metrics/BlockLength :
23+ Max : 133
1224
1325# Offense count: 1
1426Metrics/CyclomaticComplexity :
1527 Max : 9
1628
17- # Offense count: 1
18- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
19- # URISchemes: http, https
20- Metrics/LineLength :
21- Max : 87
22-
2329# Offense count: 1
2430# Configuration parameters: CountComments.
2531Metrics/MethodLength :
26- Max : 18
32+ Max : 15
2733
2834# Offense count: 1
2935Metrics/PerceivedComplexity :
30- Max : 11
36+ Max : 10
37+
38+ # Offense count: 2
39+ # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
40+ # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
41+ Naming/FileName :
42+ Exclude :
43+ - ' lib/grape-active_model_serializers.rb'
44+ - ' spec/grape-active_model_serializers_spec.rb'
3145
3246# Offense count: 5
3347Style/Documentation :
@@ -40,9 +54,14 @@ Style/Documentation:
4054 - ' lib/grape-active_model_serializers/options_builder.rb'
4155 - ' lib/grape-active_model_serializers/serializer_resolver.rb'
4256
43- # Offense count: 2
44- # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts .
45- Style/FileName :
57+ # Offense count: 1
58+ # Configuration parameters: MinBodyLength .
59+ Style/GuardClause :
4660 Exclude :
47- - ' lib/grape-active_model_serializers.rb'
48- - ' spec/grape-active_model_serializers_spec.rb'
61+ - ' lib/grape-active_model_serializers/serializer_resolver.rb'
62+
63+ # Offense count: 2
64+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
65+ # URISchemes: http, https
66+ Metrics/LineLength :
67+ Max : 87
0 commit comments