mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-26 14:47:48 +00:00
206 lines
6.8 KiB
YAML
206 lines
6.8 KiB
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2025-06-30 11:36:15 UTC using RuboCop version 1.77.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: 3
|
|
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
|
|
# SupportedStyles: Gemfile, gems.rb, gemspec
|
|
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
|
|
Gemspec/DevelopmentDependencies:
|
|
Exclude:
|
|
- 'grape_logging.gemspec'
|
|
|
|
# Offense count: 1
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: Severity, Include.
|
|
# Include: **/*.gemspec
|
|
Gemspec/RequireMFA:
|
|
Exclude:
|
|
- 'grape_logging.gemspec'
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: Severity, Include.
|
|
# Include: **/*.gemspec
|
|
Gemspec/RequiredRubyVersion:
|
|
Exclude:
|
|
- 'grape_logging.gemspec'
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
|
|
Lint/DuplicateBranch:
|
|
Exclude:
|
|
- 'lib/grape_logging/util/parameter_filter.rb'
|
|
|
|
# Offense count: 1
|
|
# Configuration parameters: AllowedParentClasses.
|
|
Lint/MissingSuper:
|
|
Exclude:
|
|
- 'lib/grape_logging/loggers/filter_parameters.rb'
|
|
|
|
# Offense count: 3
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: EnforcedStyle.
|
|
# SupportedStyles: strict, consistent
|
|
Lint/SymbolConversion:
|
|
Exclude:
|
|
- 'spec/lib/grape_logging/loggers/response_spec.rb'
|
|
|
|
# Offense count: 2
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: AutoCorrect, AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods, NotImplementedExceptions.
|
|
# NotImplementedExceptions: NotImplementedError
|
|
Lint/UnusedMethodArgument:
|
|
Exclude:
|
|
- 'lib/grape_logging/loggers/base.rb'
|
|
|
|
# Offense count: 3
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
|
|
Metrics/AbcSize:
|
|
Max: 38
|
|
|
|
# Offense count: 8
|
|
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
|
|
# AllowedMethods: refine
|
|
Metrics/BlockLength:
|
|
Max: 88
|
|
|
|
# Offense count: 3
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 18
|
|
|
|
# Offense count: 5
|
|
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
|
|
Metrics/MethodLength:
|
|
Max: 20
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
|
Metrics/PerceivedComplexity:
|
|
Max: 19
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
|
|
# SupportedStyles: snake_case, normalcase, non_integer
|
|
# AllowedIdentifiers: TLS1_1, TLS1_2, capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
|
|
Naming/VariableNumber:
|
|
Exclude:
|
|
- 'spec/lib/grape_logging/formatters/rails_spec.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
Style/BlockComments:
|
|
Exclude:
|
|
- 'spec/spec_helper.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
|
|
# SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
|
|
# ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
|
|
# FunctionalMethods: let, let!, subject, watch
|
|
# AllowedMethods: lambda, proc, it
|
|
Style/BlockDelimiters:
|
|
Exclude:
|
|
- 'spec/lib/grape_logging/formatters/rails_spec.rb'
|
|
|
|
# Offense count: 3
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: MinBranchesCount.
|
|
Style/CaseLikeIf:
|
|
Exclude:
|
|
- 'lib/grape_logging/formatters/default.rb'
|
|
- 'lib/grape_logging/formatters/logstash.rb'
|
|
- 'lib/grape_logging/formatters/rails.rb'
|
|
|
|
# Offense count: 17
|
|
# Configuration parameters: AllowedConstants.
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
# Offense count: 29
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: EnforcedStyle.
|
|
# SupportedStyles: always, always_true, never
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
Style/GlobalStdStream:
|
|
Exclude:
|
|
- 'lib/grape_logging/reporters/logger_reporter.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: EnforcedStyle, Autocorrect.
|
|
# SupportedStyles: module_function, extend_self, forbidden
|
|
Style/ModuleFunction:
|
|
Exclude:
|
|
- 'lib/grape_logging/timings.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: EnforcedStyle.
|
|
# SupportedStyles: literals, strict
|
|
Style/MutableConstant:
|
|
Exclude:
|
|
- 'lib/grape_logging/version.rb'
|
|
|
|
# Offense count: 10
|
|
Style/OpenStructUse:
|
|
Exclude:
|
|
- 'spec/lib/grape_logging/loggers/client_env_spec.rb'
|
|
- 'spec/lib/grape_logging/loggers/filter_parameters_spec.rb'
|
|
- 'spec/lib/grape_logging/loggers/request_headers_spec.rb'
|
|
- 'spec/lib/grape_logging/loggers/response_spec.rb'
|
|
|
|
# Offense count: 3
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
|
|
# AllowedMethods: present?, blank?, presence, try, try!
|
|
Style/SafeNavigation:
|
|
Exclude:
|
|
- 'lib/grape_logging/formatters/rails.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
Style/SlicingWithRange:
|
|
Exclude:
|
|
- 'lib/grape_logging/loggers/request_headers.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: RequireEnglish, EnforcedStyle.
|
|
# SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names
|
|
Style/SpecialGlobalVars:
|
|
Exclude:
|
|
- 'spec/spec_helper.rb'
|
|
|
|
# Offense count: 3
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: Mode.
|
|
Style/StringConcatenation:
|
|
Exclude:
|
|
- 'lib/grape_logging/formatters/json.rb'
|
|
- 'lib/grape_logging/formatters/lograge.rb'
|
|
- 'lib/grape_logging/formatters/logstash.rb'
|
|
|
|
# Offense count: 1
|
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
|
|
# AllowedMethods: define_method
|
|
Style/SymbolProc:
|
|
Exclude:
|
|
- 'lib/grape_logging/util/parameter_filter.rb'
|
|
|
|
# Offense count: 10
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
|
|
# URISchemes: http, https
|
|
Layout/LineLength:
|
|
Max: 205
|