From 3afb989ad47157192609f59ea44bc771e6a632a5 Mon Sep 17 00:00:00 2001 From: dprakash-01 Date: Wed, 9 Apr 2025 00:37:35 +0530 Subject: [PATCH] Update lint rule to exclude foreign-type-reference Signed-off-by: dprakash-01 --- test/app/protos/lint/rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/app/protos/lint/rules.yml b/test/app/protos/lint/rules.yml index 700c8a0..b1a1e8e 100644 --- a/test/app/protos/lint/rules.yml +++ b/test/app/protos/lint/rules.yml @@ -20,6 +20,7 @@ #- core::0123::resource-type-name #- core::0123::resource-variables #- core::0124::reference-same-package + - core::0215::foreign-type-reference #- core::0126::unspecified #- core::0126::upper-snake-values #- core::0127::http-annotation