.rubocop.yml in dns_mock-1.2.1 vs .rubocop.yml in dns_mock-1.2.2

- old
+ new

@@ -122,10 +122,13 @@ Enabled: true Style/HashConversion: Enabled: true +Style/StringChars: + Enabled: true + Layout/LineLength: Max: 150 Layout/EmptyLinesAroundAttributeAccessor: Enabled: true @@ -265,9 +268,12 @@ Performance/RedundantEqualityComparisonBlock: Enabled: true Performance/RedundantSplitRegexpArgument: + Enabled: true + +Performance/MapCompact: Enabled: true RSpec/ExampleLength: Enabled: false