Sha256: 05dce7ac389db6004c2e3a0229d5e1ef790c7b9827367efad68a9e52ad8338cd

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

AllCops:
  Exclude:
    - "gemfiles/**/*"
    - "omnibus-ridgepole/**/*"
    - "vendor/bundle/**/*"
  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

7 entries across 7 versions & 1 rubygems

Version Path
ridgepole-1.0.0 .rubocop.yml
ridgepole-0.9.6 .rubocop.yml
ridgepole-0.9.5 .rubocop.yml
ridgepole-0.9.4 .rubocop.yml
ridgepole-0.9.3 .rubocop.yml
ridgepole-0.9.2 .rubocop.yml
ridgepole-0.9.1 .rubocop.yml