agenda-libre-ruby/.rubocop.yml

13 lines
231 B
YAML
Raw Normal View History

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