From 14fa5df625defe8a32e1d9046564e35c803e8f78 Mon Sep 17 00:00:00 2001
From: Darius Schneider <schneider@itc.rwth-aachen.de>
Date: Tue, 15 Apr 2025 12:26:26 +0200
Subject: [PATCH] update description

---
 rails/rubocop/rubocop-base.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rails/rubocop/rubocop-base.yml b/rails/rubocop/rubocop-base.yml
index 1f42026..5e471ae 100644
--- a/rails/rubocop/rubocop-base.yml
+++ b/rails/rubocop/rubocop-base.yml
@@ -127,6 +127,7 @@ Rails/SkipsModelValidations:
 
 # BEGIN Style
 # prevent getting around most cops, but allow a few that may be impossible to resolve otherwise, f.e.:
+# ItcGemRubocop/NocPortalRz: allow usage of string that contains `"noc-portal.rz.rwth-aachen.de"` if really needed
 # Lint/UnusedMethodArgument: subclasses that are passed unused keyword args, but not using them must be allowed
 # Naming/PredicateName: allow DSL style methods like Rails 'has_one'
 # Naming/VariableNumber: allow passing keyword args to other libraries that violate naming conventions
-- 
GitLab