Sha256: 43ae2648f72c5c2254f65bf289a7c3515813d097567a6d42bac1c2241fcf5931

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 Bytes

Contents

AllCops:
  RunRailsCops: true

  Include:
    - '**/Gemfile'
    - '**/Rakefile'

  Exclude:
    - 'bin/*'
    - 'db/migrate/*'
    - 'db/seeds.rb'
    - 'db/schema.rb'
    - 'vendor/bundle/**/*'

Metrics/ClassLength:
  CountComments: false # count full line comments?
  Max: 150

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  CountComments: false # count full line comments?
  Max: 20

Style/AsciiComments:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bearonrails-0.2.0 templates/.rubocop.yml
bearonrails-0.1.1 templates/.rubocop.yml
bearonrails-0.1.0 templates/.rubocop.yml