From 0e5db56ef2b99cb43916849a08790a250400df13 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 3 May 2021 18:02:26 +0100
Subject: [PATCH] Issue #2902548 by guilhermevp, mfernea, Spokje, quietone,
 longwave: Fix 'Drupal.Semantics.RemoteAddress' coding standard

---
 core/phpcs.xml.dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index 6be9d6a7ba70..abc06b32b5b0 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"/>
-- 
GitLab