mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
* Add rubocop with a todo list * Run rubocop as part of the CI workflow * Autofix for RuboCop: Layout/ElseAlignment * Regen autogen, removing all claude-scratchpad/* * Autofix RuboCop Layout/EmptyLine * AutoFix RuboCop Style/ZeroLengthPredicate * AutoFix RuboCop Layout/EmptyLinesAroundAccessModifier * AutoFix RuboCop Layout/EmptyLinesAroundMethodBody * AutoFix RuboCop Layout/EmptyLinesAroundBlockBody * AutoFix RuboCop Layout/EmptyLinesAroundClassBody * AutoFix RuboCop Layout/EndAlignment * AutoFix RuboCop Layout/ExtraSpacing * AutoFix RuboCop Layout/FirstHashElementIndentation * AutoFix RuboCop Layout/HashAlignment * AutoFix RuboCop Layout/IndentationWidth * Regenerate todo * AutoFix RuboCop Layout/SpaceBeforeBlockBraces * AutoFix RuboCop Layout/SpaceBeforeComma * AutoFix RuboCop Layout/SpaceInsideBlockBraces * AutoFix RuboCop Layout/SpaceInsideHashLiteralBraces * AutoFix RuboCop Layout/TrailingEmptyLines * Update ci.yml Co-authored-by: Pieter Oliver <68863060+pieterocp@users.noreply.github.com> * WIP: Remove claude-scratchpad cruft from rubocop todo * Specify files explicity in rubocop rake task * Pin rubocop version to 1.77.0 * AutoFix RuboCop Style/TrailingCommaInHashLiteral * AutoFix RuboCop Style/StringLiteralsInInterpolation * AutoFix RuboCop Style/StringLiterals * AutoFix RuboCop Style/RescueStandardError * AutoFix RuboCop Style/RedundantPercentQ * AutoFix RuboCop Style/RedundantConstantBase * AutoFix RuboCop Style/QuotedSymbols * AutoFix RuboCop Style/PercentLiteralDelimiters * AutoFix RuboCop Style/ParallelAssignment * AutoFix RuboCop Style/MultilineIfModifier * AutoFix RuboCop Style/Lambda * AutoFix RuboCop Style/IfUnlessModifier * AutoFix RuboCop Style/HashSyntax * AutoFix RuboCop Style/GuardClause * AutoFix RuboCop Style/ExpandPathArguments * AutoFix RuboCop Style/BlockDelimiters * AutoFix RuboCop Style/BlockComments * AutoFix RuboCop Lint/UnusedMethodArgument * AutoFix RuboCop Lint/SymbolConversion * Fix auto-gen formatting + RuboCop AutoFix Style/ModuleFunction * Code style --------- Co-authored-by: Pieter Oliver <pieter.oliver@nourishcare.com> Co-authored-by: Pieter Oliver <68863060+pieterocp@users.noreply.github.com>
160 lines
5.1 KiB
YAML
160 lines
5.1 KiB
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2025-07-10 10:25:51 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
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
|
|
Metrics/AbcSize:
|
|
Max: 38
|
|
|
|
# Offense count: 8
|
|
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
|
|
# AllowedMethods: refine
|
|
Metrics/BlockLength:
|
|
Max: 90
|
|
|
|
# Offense count: 3
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 18
|
|
|
|
# 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: 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.
|
|
# 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: 11
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
|
|
# URISchemes: http, https
|
|
Layout/LineLength:
|
|
Max: 203
|