Sha256: 0b754a219d2955caf7142548fc7ce84eb924eff949c4fc258b8b040953d1b34e

Contents?: true

Size: 586 Bytes

Versions: 4

Compression:

Stored size: 586 Bytes

Contents

---
require:
  - rubocop-rake
  - rubocop-rspec

inherit_mode:
  merge:
    - Exclude

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5
  Exclude:
    - 'spec/cronitor_spec.rb'
    
RequireMFA: 
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/EachWithObject:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cronitor-5.2.1 .rubocop.yml
cronitor-5.2.0 .rubocop.yml
cronitor-5.1.0 .rubocop.yml
cronitor-5.0.0 .rubocop.yml