Sha256: d18be05e03a2079286908dc06b7f91dfc665aa423ce4220bb9b5659532ed0738

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

AllCops:
  Exclude:
    - "gemfiles/**/*"
    - "omnibus-ridgepole/**/*"
    - "vendor/bundle/**/*"
  TargetRubyVersion: 2.5
  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/ModuleLength:
  Max: 106
Metrics/ParameterLists:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Naming/MethodName:
  Exclude:
    - "lib/ridgepole/ext/abstract_mysql_adapter/schema_creation.rb"
Naming/MethodParameterName:
  Exclude:
    - "lib/ridgepole/ext/abstract_mysql_adapter/schema_creation.rb"
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

5 entries across 5 versions & 1 rubygems

Version Path
ridgepole-1.0.5 .rubocop.yml
ridgepole-1.0.4 .rubocop.yml
ridgepole-1.0.3 .rubocop.yml
ridgepole-1.0.2 .rubocop.yml
ridgepole-1.0.2.beta .rubocop.yml