Sha256: 32d2cd14fe7f7d3c38e61c676776b50a9af67a18689b93b6efaf753ca764d6f1

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

AllCops:
  Exclude:
    - 'gemfiles/**/*'
    - 'omnibus-ridgepole/**/*'
  TargetRubyVersion: 2.4
  NewCops: enable
Bundler/OrderedGems:
  Include:
    - 'Appraisals'
Layout/HeredocIndentation:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/BlockNesting:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Layout/LineLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ParameterLists:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/GuardClause:
  Enabled: false
Style/MixinUsage:
  Exclude:
    - 'spec/**/*'
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma
Layout/ClosingHeredocIndentation:
  Enabled: false
Style/NumericPredicate:
  Enabled: false
Lint/MissingSuper:
  Enabled: false
Style/StringConcatenation:
  Enabled: false
Style/SoleNestedConditional:
  Enabled: false
Lint/DuplicateBranch:
  Enabled: false
Style/OptionalBooleanParameter:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ridgepole-0.9.0 .rubocop.yml
ridgepole-0.8.13 .rubocop.yml
ridgepole-0.9.0.rc1 .rubocop.yml
ridgepole-0.9.0.beta .rubocop.yml
ridgepole-0.8.12 .rubocop.yml
ridgepole-0.8.11 .rubocop.yml