Sha256: 294fa2c18e331886f76d6f06c9b0529f9823b34fc300fc1c91c3ed54da142832

Contents?: true

Size: 996 Bytes

Versions: 3

Compression:

Stored size: 996 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2

Rails:
  Enabled: false


Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/CaseIndentation:
  EnforcedStyle: end
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/SpaceInsideBlockBraces:
  EnforcedStyle: space
  EnforcedStyleForEmptyBraces: no_space
  SpaceBeforeBlockParameters: false

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space


Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/RaiseArgs:
  EnforcedStyle: compact

Style/SignalException:
  EnforcedStyle: only_raise

Style/Semicolon:
  Exclude:
    - '**/*_spec.rb'

Style/RescueModifier:
  Exclude:
    - '**/*_spec.rb'


Metrics/LineLength:
  Exclude:
    - 'mnemosyne.gemspec'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/ParameterLists:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mnemosyne-ruby-1.5.1 .rubocop.yml
mnemosyne-ruby-1.5.0 .rubocop.yml
mnemosyne-ruby-1.4.0 .rubocop.yml