2019-04-29 16:50:58 +02:00
|
|
|
require: rubocop-performance
|
|
|
|
|
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
|