diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index 6be9d6a7ba70cb172d087db238e097066b2abc9e..abc06b32b5b0f095608c3a7324aa010c998fa9a3 100644
--- a/core/phpcs.xml.dist
+++ b/core/phpcs.xml.dist
@@ -127,6 +127,7 @@
   <rule ref="Drupal.Semantics.InstallHooks"/>
   <rule ref="Drupal.Semantics.LStringTranslatable"/>
   <rule ref="Drupal.Semantics.PregSecurity"/>
+  <rule ref="Drupal.Semantics.RemoteAddress"/>
   <rule ref="Drupal.Semantics.TInHookMenu"/>
   <rule ref="Drupal.Semantics.TInHookSchema"/>
   <rule ref="Drupal.Strings.UnnecessaryStringConcat"/>