agenda-libre-ruby/.rubocop.yml
2019-12-21 21:00:16 +01:00

18 lines
322 B
YAML

require:
- rubocop-performance
- rubocop-rails
AllCops:
Exclude:
- db/schema.rb
TargetRubyVersion: 2.5
Metrics/BlockLength:
Exclude:
- app/admin/*.rb
- config/routes.rb
- config/environments/*.rb
Rails/HttpPositionalArguments:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false