Sha256: 800e7757a9ef2fb260f0187fc6cba371580e80a4782e266b663c314acc9d1446

Contents?: true

Size: 761 Bytes

Versions: 1

Compression:

Stored size: 761 Bytes

Contents

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

Style/Documentation:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false

Style/Lambda:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/BlockDelimiters:
  EnforcedStyle: semantic

  FunctionalMethods:
    - map
    - let
    - let!
    - subject

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

Metrics/LineLength:
  Max: 125

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

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

Style/ExtraSpacing:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deka_eiwakun-0.3.0 config/rubocop.yml