From 8938e9b5208d6b44fcbffaaa4c7b420a88556657 Mon Sep 17 00:00:00 2001 From: Edoardo Spadolini Date: Wed, 21 May 2025 11:46:36 +0200 Subject: [PATCH] Disallow deleting enum reservations in buf breaking --- buf.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/buf.yaml b/buf.yaml index f99394e087387..099606a052d97 100644 --- a/buf.yaml +++ b/buf.yaml @@ -80,12 +80,6 @@ breaking: use: - ENUM_VALUE_NO_DELETE - WIRE_JSON - except: - - FIELD_SAME_DEFAULT ignore: # TODO(codingllama): Remove ignore once the PDP API is stable. - api/proto/teleport/decision/v1alpha1 - ignore_only: - RESERVED_ENUM_NO_DELETE: - - api/proto/teleport/legacy/types/types.proto - - proto/teleport/legacy/types/types.proto