Sha256: 0338ddb1a8ad97ac6c79dcfd9c8c76aa6ad95fbabd76d9b87596bed64bba7344

Contents?: true

Size: 1010 Bytes

Versions: 14

Compression:

Stored size: 1010 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 120

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

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

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/Documentation:
  Enabled: true

Style/ExtraSpacing:
  Exclude:
    - cobra_commander.gemspec

Style/SpaceAroundOperators:
  Exclude:
    - cobra_commander.gemspec

Style/Lambda:
  EnforcedStyle: literal

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%i': '[]'
    '%I': '[]'
    '%r': '{}'
    '%w': '[]'
    '%W': '[]'

# Single quotes being faster is hardly measurable and only affects parse time.
# Enforcing double quotes reduces the times where you need to change them when introducing an interpolation.
# Use single quotes only if their semantics are needed.
Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cobra_commander-0.9.0 .rubocop.yml
cobra_commander-0.8.1 .rubocop.yml
cobra_commander-0.8.0 .rubocop.yml
cobra_commander-0.7.0 .rubocop.yml
cobra_commander-0.6.1 .rubocop.yml
cobra_commander-0.6.0 .rubocop.yml
cobra_commander-0.5.1 .rubocop.yml
cobra_commander-0.5.0 .rubocop.yml
cobra_commander-0.4.0 .rubocop.yml
cobra_commander-0.3.1 .rubocop.yml
cobra_commander-0.3.0 .rubocop.yml
cobra_commander-0.2.0 .rubocop.yml
cobra_commander-0.1.2 .rubocop.yml
cobra_commander-0.1.1 .rubocop.yml