.rubocop.yml in dns_mock-1.4.4 vs .rubocop.yml in dns_mock-1.5.0

- old
+ new

@@ -29,10 +29,13 @@ Enabled: false Naming/InclusiveLanguage: Enabled: false +Naming/BlockForwarding: + Enabled: true + Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false @@ -149,10 +152,22 @@ Enabled: true Style/SelectByRegexp: Enabled: true +Style/FileRead: + Enabled: true + +Style/FileWrite: + Enabled: true + +Style/MapToHash: + Enabled: true + +Style/OpenStructUse: + Enabled: true + Layout/LineLength: Max: 150 Layout/EmptyLinesAroundAttributeAccessor: Enabled: true @@ -264,13 +279,19 @@ Enabled: true Lint/RequireRelativeSelfPath: Enabled: true +Lint/UselessRuby2Keywords: + Enabled: true + Gemspec/DateAssignment: Enabled: true +Gemspec/RequireMFA: + Enabled: false + Security/IoMethods: Enabled: true Performance/AncestorsInclude: Enabled: true @@ -321,10 +342,13 @@ Enabled: true Performance/ConcurrentMonotonicTime: Enabled: true +Performance/StringIdentifierArgument: + Enabled: true + RSpec/ExampleLength: Enabled: false RSpec/NestedGroups: Enabled: false @@ -361,6 +385,9 @@ RSpec/ExcessiveDocstringSpacing: Enabled: true RSpec/SubjectDeclaration: + Enabled: true + +RSpec/FactoryBot/SyntaxMethods: Enabled: true