.rubocop.yml in dns_mock-1.2.4 vs .rubocop.yml in dns_mock-1.3.0
- old
+ new
@@ -125,10 +125,19 @@
Enabled: true
Style/StringChars:
Enabled: true
+Style/InPatternThen:
+ Enabled: true
+
+Style/MultilineInPatternThen:
+ Enabled: true
+
+Style/QuotedSymbols:
+ Enabled: true
+
Layout/LineLength:
Max: 150
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
@@ -222,10 +231,13 @@
Enabled: true
Lint/TripleQuotes:
Enabled: true
+Lint/EmptyInPattern:
+ Enabled: true
+
Gemspec/DateAssignment:
Enabled: true
Performance/AncestorsInclude:
Enabled: true
@@ -302,5 +314,11 @@
RSpec/MultipleMemoizedHelpers:
Enabled: false
RSpec/StubbedMock:
Enabled: false
+
+RSpec/IdenticalEqualityAssertion:
+ Enabled: true
+
+RSpec/Rails/AvoidSetupHook:
+ Enabled: true