Sha256: c7c4d8dc897410c6c4aa76e3c3e6c68b3e28f1263a43f9ff4bed01b013ecc1a0
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 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: Max: 200 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ridgepole-1.0.7 | .rubocop.yml |
ridgepole-1.0.6 | .rubocop.yml |