From 08e6049f273c685be218d79f1a4f3b13e692499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Insaurralde?= Date: Tue, 24 Feb 2026 10:48:56 -0300 Subject: [PATCH] chore: replace buf DEFAULT lint category with STANDARD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Insaurralde --- buf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buf.yaml b/buf.yaml index c8c1182f2..7a9c5041b 100644 --- a/buf.yaml +++ b/buf.yaml @@ -83,7 +83,7 @@ modules: - path: app/controlplane/plugins/sdk/v1/plugin/api lint: use: - - DEFAULT + - STANDARD except: - FIELD_NOT_REQUIRED - PACKAGE_NO_IMPORT_CYCLE @@ -102,7 +102,7 @@ modules: - path: pkg/attestation/crafter/api lint: use: - - DEFAULT + - STANDARD except: - FIELD_NOT_REQUIRED - PACKAGE_NO_IMPORT_CYCLE @@ -119,7 +119,7 @@ modules: - path: pkg/credentials/api lint: use: - - DEFAULT + - STANDARD except: - FIELD_NOT_REQUIRED - PACKAGE_NO_IMPORT_CYCLE