Sha256: 50a72c11ac49dda439337b8beabdd4bb917aaaf08b3a7944c0c081cb14166ec9

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 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

Layout/IndentHeredoc:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workhorse-0.3.5 .rubocop.yml
workhorse-0.3.4 .rubocop.yml
workhorse-0.3.3 .rubocop.yml
workhorse-0.3.2 .rubocop.yml
workhorse-0.3.1 .rubocop.yml