Sha256: 221db05e80f1493741dae8bc695f3d0788543d9f05810beb35f39ca7df656311

Contents?: true

Size: 879 Bytes

Versions: 8

Compression:

Stored size: 879 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.0

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: 120

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

8 entries across 8 versions & 1 rubygems

Version Path
shoryuken-3.0.7 .rubocop.yml
shoryuken-3.0.6 .rubocop.yml
shoryuken-3.0.5 .rubocop.yml
shoryuken-3.0.4 .rubocop.yml
shoryuken-3.0.3 .rubocop.yml
shoryuken-3.0.2 .rubocop.yml
shoryuken-3.0.1 .rubocop.yml
shoryuken-3.0.0 .rubocop.yml