agenda-libre-ruby/.rubocop.yml

14 lines
307 B
YAML

AllCops:
Exclude:
- db/schema.rb
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