Sha256: 0ef5483cc55942469e117a21985a34507b795b84c2e4137ba04da31945682d05

Contents?: true

Size: 569 Bytes

Versions: 53

Compression:

Stored size: 569 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5.1

# Don't force top level comments in every class
Style/Documentation:
  Enabled: false

# A good line length is 100 chars
Metrics/LineLength:
  Max: 100
  AllowURI: true

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Max: 300

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 30

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 10

RSpec/RepeatedExample:
  Exclude:
    - 'spec/policies/**/*'

RSpec/RepeatedDescription:
  Exclude:
    - 'spec/policies/**/*'

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
zoho_hub-0.1.11 .rubocop.yml
zoho_hub-0.1.10 .rubocop.yml
zoho_hub-0.1.9 .rubocop.yml
codat-0.1.3 .rubocop.yml
codat-0.1.2 .rubocop.yml
codat-0.1.1 .rubocop.yml
zoho_hub-0.1.8 .rubocop.yml
zoho_hub-0.1.7 .rubocop.yml
zoho_hub-0.1.6 .rubocop.yml
zoho_hub-0.1.5 .rubocop.yml
zoho_hub-0.1.4 .rubocop.yml
zoho_hub-0.1.3 .rubocop.yml
zoho_hub-0.1.0 .rubocop.yml