diff --git a/rails/rubocop/rubocop-base.yml b/rails/rubocop/rubocop-base.yml
index 1f42026eab608f4eae7dc5c032117c708feada3e..5e471aead538b1addf6fcf1b5a584b5b900e2be1 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