.rubocop.yml in microformats-4.1.0 vs .rubocop.yml in microformats-4.2.0

- old
+ new

@@ -7,17 +7,14 @@ - spec/**/*.rb Metrics/LineLength: Enabled: false -RSpec/ExampleLength: - Max: 15 - RSpec/MultipleExpectations: - Max: 10 + Max: 5 RSpec/NestedGroups: - Max: 6 + Max: 4 Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: