Sha256: 35bd5cd14c87f1faf3efb661cef31bfaa5c47039413358a80dab1bd594cf48f6

Contents?: true

Size: 779 Bytes

Versions: 3

Compression:

Stored size: 779 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-04-08 11:32:33 +0900 using RuboCop version 0.53.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: 2
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
  Exclude:
    - 'spec/features/integration_spec.rb'

# Offense count: 1
Metrics/AbcSize:
  Max: 28

# Offense count: 2
Naming/MemoizedInstanceVariableName:
  Exclude:
    - 'app/models/active_admin/manageable_resource.rb'
    - 'app/models/concerns/active_admin_role/role_based_authorizable.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_admin_role-0.2.2 .rubocop_todo.yml
active_admin_role-0.2.1 .rubocop_todo.yml
active_admin_role-0.2.0 .rubocop_todo.yml