From 1962fc3dbbf2ed9a609c3d1bb866f5497af55666 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Thu, 18 Apr 2024 22:15:05 -0700 Subject: [PATCH] Fixed Rubocop.yml --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index d30cd76..ab951f6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,9 @@ # cspell:Disable require: - rubocop-rails + - rubocop-performance - rubocop-factory_bot + - rubocop-minitest AllCops: TargetRubyVersion: 3.3.0