.rubocop.yml in bright_serializer-0.3.1 vs .rubocop.yml in bright_serializer-0.4.0

- old
+ new

@@ -2,10 +2,12 @@ - rubocop-performance - rubocop-rspec AllCops: NewCops: enable + DisplayStyleGuide: true # Include styleguide and reference URLs + ExtraDetails: true # Include cop details Metrics/BlockLength: Enabled: false Layout/LineLength: @@ -32,8 +34,11 @@ Metrics/CyclomaticComplexity: Enabled: false Metrics/AbcSize: Enabled: false + +Metrics/ParameterLists: + Max: 6 RSpec/NestedGroups: Enabled: false