Sha256: 7fd02b37e0fb9370c309ebf37b5ad06ab3576cf0cb1cb69e7c87881fcfb43a5f

Contents?: true

Size: 526 Bytes

Versions: 10

Compression:

Stored size: 526 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/rails'
    - 'spec/dummy/**/*'
    - 'lib/generators/authenticate/install/templates/db/migrate/**/*'
    - 'lib/generators/authenticate/routes/templates/routes.rb'

Metrics/LineLength:
  Max: 120

Documentation:
  Exclude:
    - 'lib/generators/**/*'

Metrics/MethodLength:
  Max: 16

Metrics/ClassLength:
  Exclude:
    - 'lib/generators/authenticate/install/install_generator.rb'

Metrics/AbcSize:
  Max: 18

Lint/IneffectiveAccessModifier:
  Exclude:
    - 'lib/generators/authenticate/**/*'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
authenticate-0.7.3 .rubocop.yml
authenticate-0.7.2 .rubocop.yml
authenticate-0.7.1 .rubocop.yml
authenticate-0.7.0 .rubocop.yml
authenticate-0.6.1 .rubocop.yml
authenticate-0.6.0 .rubocop.yml
authenticate-0.5.0 .rubocop.yml
authenticate-0.4.0 .rubocop.yml
authenticate-0.3.3 .rubocop.yml
authenticate-0.3.2 .rubocop.yml