Sha256: b46229ba8eece060d57fbc8dbaf91d007f59274271383a1ecddb498d2b4cc774

Contents?: true

Size: 855 Bytes

Versions: 3

Compression:

Stored size: 855 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2

Rails:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/RaiseArgs:
  EnforcedStyle: compact

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

Style/SignalException:
  EnforcedStyle: only_raise

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

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

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

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

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

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mnemosyne-ruby-1.0.1 .rubocop.yml
mnemosyne-ruby-1.0.0 .rubocop.yml
mnemosyne-ruby-0.2.0 .rubocop.yml