.rubocop.yml in cocina-models-0.90.0 vs .rubocop.yml in cocina-models-0.91.0

- old
+ new

@@ -296,11 +296,11 @@ Enabled: true RSpec/IdenticalEqualityAssertion: # new in 2.4 Enabled: true RSpec/SubjectDeclaration: # new in 2.5 Enabled: true -RSpec/FactoryBot/SyntaxMethods: # new in 2.7 +FactoryBot/SyntaxMethods: # new in 2.7 Enabled: true RSpec/Rails/AvoidSetupHook: # new in 2.4 Enabled: true Style/NestedFileDirname: # new in 1.26 Enabled: true @@ -385,13 +385,13 @@ Enabled: true RSpec/PendingWithoutReason: # new in 2.16 Enabled: true RSpec/SortMetadata: # new in 2.14 Enabled: true -RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14 +FactoryBot/ConsistentParenthesesStyle: # new in 2.14 Enabled: true -RSpec/FactoryBot/FactoryNameStyle: # new in 2.16 +FactoryBot/FactoryNameStyle: # new in 2.16 Enabled: true RSpec/Rails/InferredSpecType: # new in 2.14 Enabled: true RSpec/Rails/MinitestAssertions: # new in 2.17 Enabled: true @@ -408,5 +408,51 @@ Enabled: true RSpec/SkipBlockInsideExample: # new in 2.19 Enabled: true RSpec/Rails/TravelAround: # new in 2.19 Enabled: true + +Lint/DuplicateMatchPattern: # new in 1.50 + Enabled: true +Style/DataInheritance: # new in 1.49 + Enabled: true +Style/ExactRegexpMatch: # new in 1.51 + Enabled: true +Style/RedundantArrayConstructor: # new in 1.52 + Enabled: true +Style/RedundantFilterChain: # new in 1.52 + Enabled: true +Style/RedundantLineContinuation: # new in 1.49 + Enabled: true +Style/RedundantRegexpConstructor: # new in 1.52 + Enabled: true +FactoryBot/AssociationStyle: # new in 2.23 + Enabled: true +FactoryBot/FactoryAssociationWithStrategy: # new in 2.23 + Enabled: true +FactoryBot/RedundantFactoryOption: # new in 2.23 + Enabled: true +RSpec/BeEmpty: # new in 2.20 + Enabled: true +RSpec/ContainExactly: # new in 2.19 + Enabled: true +RSpec/IndexedLet: # new in 2.20 + Enabled: true +RSpec/MatchArray: # new in 2.19 + Enabled: true + +Lint/MixedCaseRange: # new in 1.53 + Enabled: true +Lint/RedundantRegexpQuantifiers: # new in 1.53 + Enabled: true +Style/RedundantCurrentDirectoryInPath: # new in 1.53 + Enabled: true +Style/RedundantRegexpArgument: # new in 1.53 + Enabled: true +Style/ReturnNilInPredicateMethodDefinition: # new in 1.53 + Enabled: true +Style/YAMLFileRead: # new in 1.53 + Enabled: true +RSpec/ReceiveMessages: # new in 2.23 + Enabled: true +RSpec/Rails/NegationBeValid: # new in 2.23 + Enabled: true \ No newline at end of file