From f011a6f612c49529291b7b6f0ac1355c21e375ee Mon Sep 17 00:00:00 2001
From: Darius Schneider <schneider@itc.rwth-aachen.de>
Date: Wed, 9 Oct 2024 09:54:29 +0200
Subject: [PATCH] Update rubocop-for-gem.yml

---
 rails/rubocop-for-gem.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/rails/rubocop-for-gem.yml b/rails/rubocop-for-gem.yml
index db625b3..7890b9d 100644
--- a/rails/rubocop-for-gem.yml
+++ b/rails/rubocop-for-gem.yml
@@ -1,10 +1,13 @@
 require:
+  - rubocop-minitest
   - rubocop-packaging
   - rubocop-performance
+  - rubocop-rails
 
-# gem 'rubocop', '1.65.1', require: false
-# gem 'rubocop-performance', '1.21.1', require: false
-# gem 'rubocop-packaging', '0.5.2', require: false
+# gem "rubocop", "1.65.1", require: false
+# gem "rubocop-minitest", "0.35.1", require: false
+# gem "rubocop-performance", "1.21.1", require: false
+# gem "rubocop-packaging", "0.5.2", require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed
 
-- 
GitLab