Sha256: 500f25c24dddb396365aa5b2f311de2a2a24a3d224800677b74f161ccf2dadc2

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.4

Rails:
  Enabled: true

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/BlockLength:
  Exclude:
    - '**/spec/**/*'
    - 'traxor.gemspec'
    - 'Guardfile'

Style/StringLiterals:
  Exclude:
    - 'bin/*'
    - 'gemfiles/*'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
traxor-0.1.20 .rubocop.yml
traxor-0.1.19 .rubocop.yml
traxor-0.1.18 .rubocop.yml