binarylogic/authlogic

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 1000`
# on 2020-03-24 00:02:43 -0400 using RuboCop version 0.80.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: 7
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: with_first_argument, with_fixed_indentation
Layout/ArgumentAlignment:
  Exclude:
    - 'lib/authlogic/acts_as_authentic/magic_columns.rb'
    - 'lib/authlogic/acts_as_authentic/single_access_token.rb'
    - 'test/libs/user.rb'

# Offense count: 14
# Cop supports --auto-correct.
Lint/SendWithMixinArgument:
  Exclude:
    - 'lib/authlogic/acts_as_authentic/base.rb'
    - 'lib/authlogic/controller_adapters/sinatra_adapter.rb'
    - 'lib/authlogic/test_case.rb'

# Offense count: 3
Metrics/AbcSize:
  Max: 16.03

# Offense count: 5
Style/ClassVars:
  Exclude:
    - 'lib/authlogic/i18n.rb'

# Offense count: 4
Style/MethodMissingSuper:
  Exclude:
    - 'lib/authlogic/controller_adapters/abstract_adapter.rb'
    - 'lib/authlogic/controller_adapters/sinatra_adapter.rb'
    - 'lib/authlogic/test_case/mock_request.rb'

# Offense count: 3
Style/MissingRespondToMissing:
  Exclude:
    - 'lib/authlogic/controller_adapters/sinatra_adapter.rb'
    - 'lib/authlogic/test_case/mock_request.rb'

# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, AllowedMethods.
# AllowedMethods: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
Style/TrivialAccessors:
  Exclude:
    - 'lib/authlogic/session/base.rb'

Style/HashEachMethods:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false