.rubocop.yml 206 B

1234567891011121314151617
  1. Metrics/LineLength:
  2. Max: 120
  3. Metrics/MethodLength:
  4. Max: 200
  5. Metrics/AbcSize:
  6. Max: 100
  7. Metrics/PerceivedComplexity:
  8. Max: 20
  9. Metrics/BlockLength:
  10. Max: 60
  11. Metrics/CyclomaticComplexity:
  12. Max: 9