Sha256: ea3108bfb2c12e03831af54cd7e9ade576ab47c36b4dd711f9b5edbba31995ce

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.4

Rails:
  Enabled: true

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/AbcSize:
  Max: 30

Metrics/MethodLength:
  Max: 15

Metrics/PerceivedComplexity:
  Max: 15

Metrics/CyclomaticComplexity:
  Max: 15

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
traxor-0.2.0 .rubocop.yml