.rubocop.yml in dns_mock-0.2.1 vs .rubocop.yml in dns_mock-1.0.0

- old
+ new

@@ -116,10 +116,13 @@ Enabled: true Style/HashExcept: Enabled: true +Style/IfWithBooleanLiteralBranches: + Enabled: true + Layout/LineLength: Max: 150 Layout/EmptyLinesAroundAttributeAccessor: Enabled: true @@ -199,9 +202,21 @@ Lint/RedundantDirGlobSort: Enabled: true Lint/UnmodifiedReduceAccumulator: + Enabled: true + +Lint/NumberedParameterAssignment: + Enabled: true + +Lint/OrAssignmentToConstant: + Enabled: true + +Lint/SymbolConversion: + Enabled: true + +Lint/TripleQuotes: Enabled: true Performance/AncestorsInclude: Enabled: true