agenda-libre-ruby/.rubocop.yml

10 lines
155 B
YAML
Raw Normal View History

2014-12-13 00:27:31 +01:00
AllCops:
Exclude:
- db/schema.rb
2016-10-15 16:39:15 +02:00
BlockLength:
Exclude:
- app/admin/*.rb
- config/routes.rb
Rails/HttpPositionalArguments:
Enabled: false