.rubocop.yml in truemail-rspec-0.7.0 vs .rubocop.yml in truemail-rspec-0.8.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,34 @@ Enabled: true Style/QuotedSymbols: Enabled: true +Style/FileRead: + Enabled: true + +Style/FileWrite: + Enabled: true + +Style/MapToHash: + Enabled: true + +Style/NumberedParameters: + Enabled: true + +Style/NumberedParametersLimit: + Enabled: true + +Style/OpenStructUse: + Enabled: true + +Style/RedundantSelfAssignmentBranch: + Enabled: true + +Style/SelectByRegexp: + Enabled: true + Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true @@ -279,13 +306,34 @@ Enabled: true Lint/EmptyInPattern: Enabled: true +Lint/AmbiguousOperatorPrecedence: + Enabled: true + +Lint/AmbiguousRange: + Enabled: true + +Lint/IncompatibleIoSelectWithFiberScheduler: + 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 Performance/BigDecimalWithNumericArgument: Enabled: true @@ -330,10 +378,16 @@ Enabled: true Performance/RedundantSplitRegexpArgument: Enabled: true +Performance/ConcurrentMonotonicTime: + Enabled: true + +Performance/StringIdentifierArgument: + Enabled: true + RSpec/ExampleLength: Enabled: false RSpec/NestedGroups: Enabled: false @@ -361,6 +415,15 @@ RSpec/IdenticalEqualityAssertion: Enabled: true RSpec/Rails/AvoidSetupHook: + Enabled: true + +RSpec/ExcessiveDocstringSpacing: + Enabled: true + +RSpec/SubjectDeclaration: + Enabled: true + +RSpec/FactoryBot/SyntaxMethods: Enabled: true