sensu-plugins/sensu-plugins-process-checks

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage

MethodLength:
  Max: 200

LineLength:
  Max: 160

AbcSize:
  Max: 220

FileName:
  Enabled: false

PerceivedComplexity:
  Enabled: false

CyclomaticComplexity:
  Enabled: false

ClassLength:
  Enabled: false

IfUnlessModifier:
  Enabled: false

RegexpLiteral:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FlipFlop:
  Enabled: false

# testing
Metrics/BlockLength:
  Enabled: true
  Exclude:
    - 'test/**/*'