agenda-libre-ruby/.rubocop.yml

18 lines
322 B
YAML
Raw Normal View History

2019-06-25 22:18:43 +02:00
require:
- rubocop-performance
- rubocop-rails
2019-04-29 16:50:58 +02:00
2014-12-13 00:27:31 +01:00
AllCops:
Exclude:
- db/schema.rb
2018-07-08 16:19:39 +02:00
TargetRubyVersion: 2.5
2019-12-21 21:00:16 +01:00
Metrics/BlockLength:
2016-10-15 16:39:15 +02:00
Exclude:
- app/admin/*.rb
- config/routes.rb
2019-12-21 21:00:16 +01:00
- config/environments/*.rb
2016-10-15 16:39:15 +02:00
Rails/HttpPositionalArguments:
Enabled: false
2018-07-08 16:19:39 +02:00
Style/FrozenStringLiteralComment:
Enabled: false