Sha256: c7041152566b761247ed1ecc885808de3f2bf4958f84e43ffa88c5b86fd1c0da

Contents?: true

Size: 572 Bytes

Versions: 8

Compression:

Stored size: 572 Bytes

Contents

AllCops:
  RunRailsCops: false
  Excludes:
    - spec/test_app/**
    - bin/**

LineLength:
  Max: 120

ClassLength:
  CountComments: false  # count full line comments?
  Max: 175

MethodLength:
  CountComments: false  # count full line comments?
  Max: 10

HashSyntax:
  EnforcedStyle: hash_rockets

Documentation:
  Enabled: false

DefaultScope:
  Enabled: false

CollectionMethods:
  PreferredMethods:
    map: 'collect'
    map!: 'collect!'
    reduce: 'inject'
    find: 'detect'
    find_all: 'select'

Output:
  Enabled: false

HasAndBelongsToMany:
  Enabled: false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
exceptionally_beautiful-0.1.5 .rubocop.yml
exceptionally_beautiful-0.1.4 .rubocop.yml
such_meta-0.0.1 .rubocop.yml
exceptionally_beautiful-0.1.3 .rubocop.yml
exceptionally_beautiful-0.1.2 .rubocop.yml
exceptionally_beautiful-0.1.1 .rubocop.yml
exceptionally_beautiful-0.1.0 .rubocop.yml
exceptionally_beautiful-0.0.1 .rubocop.yml