Sha256: e11edd39298a1c88172832bfa8b1a133b237a77c8238ce78b590b023284cf478

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

AllCops:
  Exclude:
    - 'rubocop.gemspec'

Documentation:
  Enabled: false

LineLength:
  Max: 100

Style/StringLiterals:
  EnforcedStyle: double_quotes
  SupportedStyles:
    - double_quotes

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 40

Metrics/AbcSize:
  Max: 40

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comixins-0.1.2 .rubocop.yml