From 7c09abfa9c203e86a9376c9a9b206d2332f55312 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Wed, 5 Mar 2025 22:52:13 +0100
Subject: [PATCH] Remove buf.yaml options not compatible with CI pipeline

---
 buf.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/buf.yaml b/buf.yaml
index caa1def..e831799 100644
--- a/buf.yaml
+++ b/buf.yaml
@@ -11,6 +11,4 @@ lint:
 breaking:
   use:
     - FILE
-  except:
-    - EXTENSION_NO_DELETE
-    - FIELD_SAME_DEFAULT
+
-- 
GitLab