kevinjalbert/pronto-flow

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Metrics/LineLength:
  Max: 100

Metrics/AbcSize:
  Max: 20

Metrics/ParameterLists:
  Max: 10