agenda-libre-ruby/.rubocop.yml
2019-04-29 16:50:58 +02:00

15 lines
261 B
YAML

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