Sha256: ba7b2f47a85c6d5f4b1e6cb5e813b9ac0a66efd40900c953a4903eb9f9f53074

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb
    - cobra_commander.gemspec

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cobra_commander-0.14.0 .rubocop.yml
cobra_commander-0.13.0 .rubocop.yml
cobra_commander-0.12.0 .rubocop.yml
cobra_commander-0.11.0 .rubocop.yml
cobra_commander-0.10.0 .rubocop.yml
cobra_commander-0.9.2 .rubocop.yml
cobra_commander-0.9.1 .rubocop.yml