Sha256: 0a26338cd1507aa3db6851f64c7c9d0b12489d10cfd27a064496e8de71af4ae7

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

# Xolphin-API RuboCop configuration

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisplayStyleGuide: true

Metrics/AbcSize:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/NumericLiterals:
  Exclude:
    - 'spec/**/*.rb'

Style/MutableConstant:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xolphin-api-1.9.0 .rubocop.yml
xolphin-api-1.8.0 .rubocop.yml