Sha256: 8d70dfda86e44fd24d6dc2dce04719eb9608b1c2df0c02ad2923b60f573eb13e

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  SuggestExtensions: false
  Exclude:
    - 'tmp/**/*'
    - 'demo/templates/xml_to_class.rb'


Metrics/AbcSize:
  CountRepeatedAttributes: false

Metrics/ClassLength:
  CountAsOne:
    - array
    - hash

Metrics/MethodLength:
  Max: 15
  CountAsOne:
    - array
    - hash

Style/Documentation:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 150

RSpec/ExampleLength:
  Max: 20

RSpec/MultipleExpectations:
  Max: 10


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
goldendocx-0.2.3 .rubocop.yml