frankfurter/.rubocop.yml
Hakan Ensari cf373f3efb Denormalise database schema
This way, we will have no issue fitting the entire dataset on the free tier of Heroku
2018-10-07 01:08:45 +01:00

11 lines
210 B
YAML

AllCops:
TargetRubyVersion: 2.5
Documentation:
Enabled: false
Metrics/BlockLength:
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
Metrics/AbcSize:
Max: 20.45
Metrics/MethodLength:
Max: 13