.rubocop.yml in dns_mock-1.4.2 vs .rubocop.yml in dns_mock-1.4.3
- old
+ new
@@ -140,10 +140,19 @@
Enabled: true
Style/RedundantSelfAssignmentBranch:
Enabled: true
+Style/NumberedParameters:
+ Enabled: true
+
+Style/NumberedParametersLimit:
+ Enabled: true
+
+Style/SelectByRegexp:
+ Enabled: true
+
Layout/LineLength:
Max: 150
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
@@ -246,13 +255,25 @@
Enabled: true
Lint/AmbiguousRange:
Enabled: true
+Lint/AmbiguousOperatorPrecedence:
+ Enabled: true
+
+Lint/IncompatibleIoSelectWithFiberScheduler:
+ Enabled: true
+
+Lint/RequireRelativeSelfPath:
+ Enabled: true
+
Gemspec/DateAssignment:
Enabled: true
+Security/IoMethods:
+ Enabled: true
+
Performance/AncestorsInclude:
Enabled: true
Performance/BigDecimalWithNumericArgument:
Enabled: true
@@ -331,6 +352,12 @@
RSpec/IdenticalEqualityAssertion:
Enabled: true
RSpec/Rails/AvoidSetupHook:
+ Enabled: true
+
+RSpec/ExcessiveDocstringSpacing:
+ Enabled: true
+
+RSpec/SubjectDeclaration:
Enabled: true