frankfurter/.rubocop_todo.yml
BadMark d0a43e357a
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / publish (push) Has been cancelled
CI/CD Pipeline / release (push) Has been cancelled
up
2026-05-21 01:38:14 -06:00

11 lines
203 B
YAML

Metrics/AbcSize:
Max: 25.04
Metrics/BlockLength:
AllowedMethods: ['describe', 'route']
Metrics/MethodLength:
Max: 13
Minitest:
Include:
- '**/*_spec.rb'
Style/Documentation:
Enabled: false