2019-06-03 13:55:27 +03:00
require :
- rubocop-performance
2019-12-19 10:28:27 +03:00
- rubocop-rails
2019-04-09 09:32:01 +03:00
2016-10-19 12:41:42 +03:00
Rails :
Enabled : true
2017-04-03 20:42:20 +03:00
AllCops :
2020-04-16 14:00:07 +03:00
TargetRubyVersion : 2.4
2018-08-13 13:31:50 +03:00
TargetRailsVersion : 5.2
2020-04-16 14:00:07 +03:00
NewCops : enable
2017-10-15 10:33:55 +03:00
Metrics/AbcSize :
2019-12-25 10:45:16 +03:00
Enabled : false
2017-10-15 10:33:55 +03:00
Metrics/BlockLength :
2019-12-25 10:45:16 +03:00
Enabled : false
2017-10-15 10:33:55 +03:00
Metrics/ClassLength :
2018-09-26 11:28:28 +03:00
Enabled : false
2017-10-15 10:33:55 +03:00
Metrics/CyclomaticComplexity :
2020-09-25 11:42:03 +03:00
Max : 25
2017-04-03 20:42:20 +03:00
2019-12-19 10:28:27 +03:00
Layout/LineLength :
2015-10-09 19:20:04 +03:00
Max : 140
Metrics/MethodLength :
Max : 60
2017-10-15 10:33:55 +03:00
Metrics/ModuleLength :
2018-09-26 11:28:28 +03:00
Enabled : false
2015-12-06 14:48:33 +03:00
2015-10-09 19:20:04 +03:00
Metrics/PerceivedComplexity :
2018-11-17 10:18:46 +03:00
Max : 25
2015-10-09 19:20:04 +03:00
2019-12-19 10:28:27 +03:00
Rails/ApplicationJob :
Enabled : false
Rails/ApplicationRecord :
2015-10-10 15:11:02 +03:00
Enabled : false
2016-10-19 12:41:42 +03:00
2017-12-12 20:37:21 +03:00
Rails/CreateTableWithTimestamps :
Enabled : false
2019-12-19 10:28:27 +03:00
Rails/HelperInstanceVariable :
Enabled : false
Rails/SkipsModelValidations :
Enabled : false
2019-04-09 18:47:08 +03:00
Performance/ChainArrayAllocation :
Enabled : true
2018-08-13 13:31:50 +03:00
2017-10-15 10:33:55 +03:00
Style/AutoResourceCleanup :
Enabled : true
2016-10-19 14:30:14 +03:00
2019-05-15 20:54:06 +03:00
Style/FrozenStringLiteralComment :
Enabled : false
2017-10-15 10:33:55 +03:00
Style/Documentation :
Enabled : false
2018-07-15 11:07:31 +03:00
2020-01-23 17:15:12 +03:00
# required for travis/ci (symbolic links problem)
2018-07-15 11:07:31 +03:00
Style/ExpandPathArguments :
Enabled : false
2020-03-09 16:51:54 +03:00
Style/HashTransformKeys :
Enabled : false
Style/HashTransformValues :
Enabled : false
2020-11-05 16:39:35 +03:00
Naming/VariableNumber :
Enabled : false