agenda-libre-ruby/.rubocop.yml

14 lines
307 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
# https://github.com/bbatsov/rubocop/issues/4189
# TODO remove once rubocopy has changed beyond 0.48.1
Lint/AmbiguousBlockAssociation:
Enabled: false