Sha256: dece3456a7b3efc7ec7150ab70c86a141eff4b4bdf8ef8bd16b2fbfab9a3d5b0

Contents?: true

Size: 879 Bytes

Versions: 4

Compression:

Stored size: 879 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.1

Style/SignalException:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/SpaceAroundEqualsInParameterDefault:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Style/CommentAnnotation:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/LineLength:
  Max: 130

Metrics/MethodLength :
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

Lint/UnusedMethodArgument:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoryuken-3.2.3 .rubocop.yml
shoryuken-3.2.2 .rubocop.yml
shoryuken-3.2.1 .rubocop.yml
shoryuken-3.2.0 .rubocop.yml