mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 23:32:35 +01:00
6feaa0c372
- Bump ruby to 3.0.1 - Upgrade gems - Add suggested rubocop rake plugin - Fix rubocop warnings - Add byebug and pry
12 lines
203 B
YAML
12 lines
203 B
YAML
Metrics/AbcSize:
|
|
Max: 25.04
|
|
Metrics/BlockLength:
|
|
IgnoredMethods: ['describe', 'route']
|
|
Metrics/MethodLength:
|
|
Max: 13
|
|
Minitest:
|
|
Include:
|
|
- '**/*_spec.rb'
|
|
Style/Documentation:
|
|
Enabled: false
|