Sha256: 6130305721604f76b6b212b26aec6b9f8a1d8f100ab9a172e8d85ea7384ed4a4

Contents?: true

Size: 890 Bytes

Versions: 13

Compression:

Stored size: 890 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3


Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Metrics/LineLength:
  Exclude:
    - 'spec/**/*_spec.rb'


Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

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

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

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space


Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/SafeNavigation:
  Enabled: false # not available before 2.3

Style/SignalException:
  EnforcedStyle: only_raise

Style/TrivialAccessors:
  AllowPredicates: true

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
msgr-1.2.0 .rubocop.yml
msgr-1.1.0.1.b306 .rubocop.yml
msgr-1.1.0.1.b305 .rubocop.yml
msgr-1.1.0.1.b302 .rubocop.yml
msgr-1.1.0.1.b301 .rubocop.yml
msgr-1.1.0.1.b300 .rubocop.yml
msgr-1.1.0.1.b297 .rubocop.yml
msgr-1.1.0.1.b296 .rubocop.yml
msgr-1.1.0.1.b295 .rubocop.yml
msgr-1.1.0.1.b292 .rubocop.yml
msgr-1.1.0.1.b291 .rubocop.yml
msgr-1.1.0.1.b288 .rubocop.yml
msgr-1.1.0.1.b285 .rubocop.yml