ytti/oxidized

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-10-15 06:30:40 UTC using RuboCop version 1.66.1.
# 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: 29
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
  Enabled: false

# Offense count: 18
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
  Max: 12

# Offense count: 15
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
  Max: 12

# Offense count: 1
Naming/ConstantName:
  Exclude:
    - 'extra/rest_client.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
  Exclude:
    - 'lib/refinements.rb'

# Offense count: 2
Rake/DuplicateTask:
  Exclude:
    - 'Rakefile'

# Offense count: 1
Security/Eval:
  Exclude:
    - 'Rakefile'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
  Exclude:
    - 'lib/oxidized/config/vars.rb'

# Offense count: 2
Style/ClassVars:
  Exclude:
    - 'lib/oxidized.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: allowed_in_returns, forbidden
Style/DoubleNegation:
  Exclude:
    - 'lib/oxidized/hook/exec.rb'

# Offense count: 3
Style/OpenStructUse:
  Exclude:
    - 'lib/oxidized/hook.rb'
    - 'lib/oxidized/node.rb'
    - 'spec/hook/githubrepo_spec.rb'

# Offense count: 31
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
  Enabled: false

# Offense count: 85
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Mode.
Style/StringConcatenation:
  Enabled: false