agenda-libre-ruby/.rubocop.yml

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