Sha256: 206ef4245ad6c77c39de68ff6d199c1bf790e793208b559c99af882f33579f96

Contents?: true

Size: 1.18 KB

Versions: 5

Compression:

Stored size: 1.18 KB

Contents

AllCops:
  TargetRubyVersion: 2.3

  Exclude:
    - 'vendor/**/*'
    - 'tmp/**/*'
    - 'log/**/*'
    - '*.gemspec'

  DisplayCopNames: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_fail

Lint/RescueWithoutErrorClass:
  Enabled: False

Style/ConditionalAssignment:
  Enabled: false

Layout/IndentArray:
  EnforcedStyle: consistent

Metrics/MethodLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false

Metrics/AbcSize:
  Enabled: False

Metrics/CyclomaticComplexity:
  Enabled: False

Metrics/PerceivedComplexity:
  Enabled: False

Metrics/LineLength:
  Max: 160

Metrics/BlockNesting:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantReturn:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false
  EnforcedStyle: compact
  SupportedStyles:
    - nested
    - compact

Style/NumericPredicate:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workhorse-0.3.0 .rubocop.yml
workhorse-0.2.0 .rubocop.yml
workhorse-0.1.0 .rubocop.yml
workhorse-0.0.3 .rubocop.yml
workhorse-0.0.2 .rubocop.yml