mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2018-03-14 14:59:23 -0400 using RuboCop version 0.53.0.
|
|
# 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: 1
|
|
# Configuration parameters: Include.
|
|
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
|
|
Bundler/DuplicatedGem:
|
|
Exclude:
|
|
- 'Gemfile'
|
|
|
|
# Offense count: 1
|
|
Metrics/AbcSize:
|
|
Max: 18
|
|
|
|
# Offense count: 23
|
|
# Configuration parameters: CountComments, ExcludedMethods.
|
|
Metrics/BlockLength:
|
|
Max: 133
|
|
|
|
# Offense count: 1
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 9
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: CountComments.
|
|
Metrics/MethodLength:
|
|
Max: 15
|
|
|
|
# Offense count: 1
|
|
Metrics/PerceivedComplexity:
|
|
Max: 10
|
|
|
|
# Offense count: 2
|
|
# 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-active_model_serializers.rb'
|
|
- 'spec/grape-active_model_serializers_spec.rb'
|
|
|
|
# Offense count: 5
|
|
Style/Documentation:
|
|
Exclude:
|
|
- 'spec/**/*'
|
|
- 'test/**/*'
|
|
- 'lib/grape-active_model_serializers/endpoint_extension.rb'
|
|
- 'lib/grape-active_model_serializers/error_formatter.rb'
|
|
- 'lib/grape-active_model_serializers/formatter.rb'
|
|
- 'lib/grape-active_model_serializers/options_builder.rb'
|
|
- 'lib/grape-active_model_serializers/serializer_resolver.rb'
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: MinBodyLength.
|
|
Style/GuardClause:
|
|
Exclude:
|
|
- 'lib/grape-active_model_serializers/serializer_resolver.rb'
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
# URISchemes: http, https
|
|
Layout/LineLength:
|
|
Max: 87
|
|
|
|
Lint/ConstantDefinitionInBlock:
|
|
Exclude:
|
|
- spec/integration/sequel_spec.rb
|