Sha256: e3831cc93b617044137ff8891e9d3c44823afec8680ca61e807f12400c76ae23

Contents?: true

Size: 1.72 KB

Versions: 7

Compression:

Stored size: 1.72 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-11-22 12:55:16 UTC using RuboCop version 1.12.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: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
  Exclude:
    - 'flip_fab.gemspec'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AllowComments.
Lint/UselessMethodDefinition:
  Exclude:
    - 'lib/flip_fab/cookie_persistence.rb'
    - 'spec/support/test_multiple_persistence.rb'
    - 'spec/support/test_persistence.rb'

# Offense count: 13
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Max: 262

# Offense count: 58
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
  Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/HashTransformValues:
  Exclude:
    - 'lib/flip_fab/features_by_name.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: literals, strict
Style/MutableConstant:
  Exclude:
    - 'lib/flip_fab/cookie_persistence.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods.
# AllowedMethods: present?, blank?, presence, try, try!
Style/SafeNavigation:
  Exclude:
    - 'lib/flip_fab/cookie_persistence.rb'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flip_fab-1.1.21 .rubocop_todo.yml
flip_fab-1.1.20 .rubocop_todo.yml
flip_fab-1.1.19 .rubocop_todo.yml
flip_fab-1.1.18 .rubocop_todo.yml
flip_fab-1.0.18 .rubocop_todo.yml
flip_fab-1.0.17 .rubocop_todo.yml
flip_fab-1.0.16 .rubocop_todo.yml