Sha256: 6f16563077dc1e37a7d719d7e50b765e5e9102d6bac62fb70eb6448e6b37a2dc

Contents?: true

Size: 743 Bytes

Versions: 1

Compression:

Stored size: 743 Bytes

Contents

AllCops:
  Exclude:
    - 'db/schema.rb'
    - 'vendor/bundle/**/*'
    - 'bin/bundle'
    - 'bin/rails'
    - 'bin/rake'

Style/Documentation:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false

Style/Lambda:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/BlockDelimiters:
  EnforcedStyle: semantic

  FunctionalMethods:
    - map

Metrics/ClassLength:
  Exclude:
    - 'db/migrate/**/*'

Metrics/LineLength:
  Max: 125

Metrics/MethodLength:
  Exclude:
    - 'db/migrate/**/*'

Metrics/AbcSize:
  Exclude:
    - 'db/migrate/**/*'

Style/ExtraSpacing:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deka_eiwakun-0.1.0 config/rubocop.yml