.rubocop_todo.yml in grape-swagger-representable-0.1.6 vs .rubocop_todo.yml in grape-swagger-representable-0.2.0
- old
+ new
@@ -1,51 +1,39 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-11-19 22:40:01 +0200 using RuboCop version 0.51.0.
+# on 2018-08-21 15:46:20 +0300 using RuboCop version 0.58.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 2
+# Offense count: 3
Metrics/AbcSize:
- Max: 34
+ Max: 39
-# Offense count: 8
-# Configuration parameters: CountComments, ExcludedMethods.
-Metrics/BlockLength:
- Max: 132
-
# Offense count: 2
Metrics/CyclomaticComplexity:
- Max: 15
+ Max: 19
-# Offense count: 67
+# Offense count: 2
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
- Max: 160
+ Max: 130
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 36
+ Max: 35
# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 6
# Offense count: 2
Metrics/PerceivedComplexity:
- Max: 18
-
-# Offense count: 1
-# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
-# 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
-Naming/FileName:
- Exclude:
- - 'lib/grape-swagger-representable.rb'
+ Max: 21
# Offense count: 2
Style/Documentation:
Exclude:
- 'spec/**/*'