Sha256: d3c56ddfc007c2b1492f0e8901e564533b2f71346d44a604512ee6c63d9fac2a

Contents?: true

Size: 988 Bytes

Versions: 5

Compression:

Stored size: 988 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'

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

Metrics/ParameterLists:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mnemosyne-ruby-1.3.0 .rubocop.yml
mnemosyne-ruby-1.2.1 .rubocop.yml
mnemosyne-ruby-1.2.0 .rubocop.yml
mnemosyne-ruby-1.1.0 .rubocop.yml
mnemosyne-ruby-1.1.0.rc1 .rubocop.yml