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
|
2017-05-20 16:01:17 +02:00
|
|
|
# https://github.com/bbatsov/rubocop/issues/4189
|
|
|
|
# TODO remove once rubocopy has changed beyond 0.48.1
|
|
|
|
Lint/AmbiguousBlockAssociation:
|
|
|
|
Enabled: false
|