Sha256: 2d6089108c3756819345d10275924b57f2fd466f91bdb30efefb193a4c149aaf

Contents?: true

Size: 879 Bytes

Versions: 17

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

17 entries across 17 versions & 1 rubygems

Version Path
shoryuken-3.1.12 .rubocop.yml
shoryuken-3.1.11 .rubocop.yml
shoryuken-3.1.10 .rubocop.yml
shoryuken-3.1.9 .rubocop.yml
shoryuken-3.1.8 .rubocop.yml
shoryuken-3.1.7 .rubocop.yml
shoryuken-3.1.6 .rubocop.yml
shoryuken-3.1.5 .rubocop.yml
shoryuken-3.1.4 .rubocop.yml
shoryuken-3.1.3 .rubocop.yml
shoryuken-3.1.2 .rubocop.yml
shoryuken-3.1.1 .rubocop.yml
shoryuken-3.1.0 .rubocop.yml
shoryuken-3.0.11 .rubocop.yml
shoryuken-3.0.10 .rubocop.yml
shoryuken-3.0.9 .rubocop.yml
shoryuken-3.0.8 .rubocop.yml