rubocop.yml in yoti-1.5.0 vs rubocop.yml in yoti-1.6.0
- old
+ new
@@ -4,12 +4,14 @@
TargetRubyVersion: 2.4
Exclude:
- 'examples/rails/config/**/*'
- 'lib/yoti/protobuf/attrpubapi/*'
- 'lib/yoti/protobuf/compubapi/*'
+ - 'lib/yoti/protobuf/sharepubapi/*'
Metrics/AbcSize:
+ Enabled: false
Max: 23
Exclude:
- examples/rails/app/controllers/yoti_controller.rb
Metrics/BlockLength:
@@ -19,15 +21,17 @@
Metrics/CyclomaticComplexity:
Max: 9
Metrics/ClassLength:
+ Enabled: false
Max: 115
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
+ Enabled: false
CountComments: false
Max: 19
Exclude:
- spec/yoti/data_type/multi_value_spec.rb