Sha256: a92450ed7d03a68dc52887bce23e22090434de3daca7c09a1fe24f68532a719b

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

AllCops:
  Exclude:
    - app/views/**/*
    - app/helpers/application_helper.rb
    - bin/*
    - config/initializers/*
    - db/schema.rb
    - db/migrate/**/*devise*.rb
    - spec/spec_helper.rb
    - Guardfile

Metrics/LineLength:
  Description: 'Limit lines to 110 characters.'
  Max: 110

Style/StringLiterals:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
bluebase_api-1.1.1 templates/.rubocop.yml
bluebase-1.1.0 templates/.rubocop.yml
bluebase-1.0.1 templates/.rubocop.yml