Sha256: 17ada4663dfeed93adc643bdeefe13f59f41404b7c9ce903449aaead97976be0

Contents?: true

Size: 890 Bytes

Versions: 78

Compression:

Stored size: 890 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4


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

78 entries across 78 versions & 1 rubygems

Version Path
msgr-1.1.0.1.b263 .rubocop.yml
msgr-1.1.0.1.b249 .rubocop.yml
msgr-1.1.0.1.b248 .rubocop.yml
msgr-1.1.0.1.b244 .rubocop.yml
msgr-1.1.0.1.b241 .rubocop.yml
msgr-1.1.0.1.b240 .rubocop.yml
msgr-1.1.0.1.b239 .rubocop.yml
msgr-1.1.0.1.b238 .rubocop.yml
msgr-1.1.0.1.b237 .rubocop.yml
msgr-1.1.0.1.b236 .rubocop.yml
msgr-1.1.0.1.b235 .rubocop.yml
msgr-1.1.0.1.b234 .rubocop.yml
msgr-1.1.0.1.b233 .rubocop.yml
msgr-1.1.0.1.b232 .rubocop.yml
msgr-1.1.0.1.b231 .rubocop.yml
msgr-1.1.0.1.b230 .rubocop.yml
msgr-1.1.0.1.b229 .rubocop.yml
msgr-1.1.0.1.b228 .rubocop.yml
msgr-1.1.0.1.b227 .rubocop.yml
msgr-1.1.0.1.b226 .rubocop.yml