about summary refs log tree commit diff
path: root/buf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buf.yaml')
-rw-r--r--buf.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/buf.yaml b/buf.yaml
index 42c769f2e4..ab2028f40e 100644
--- a/buf.yaml
+++ b/buf.yaml
@@ -1,13 +1,12 @@
-build:
-  roots:
-    #- proto
-    - third_party
+version: v1
+
 lint:
-  ignore:
-    - nix/buildGo
+  allow_comment_ignores: true
   use:
     - BASIC
     - FILE_LOWER_SNAKE_CASE
   except:
     - ENUM_VALUE_UPPER_SNAKE_CASE
     - PACKAGE_DIRECTORY_MATCH
+  ignore:
+    - nix/buildGo