diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 11:17:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 11:17:42 -0600 |
| commit | f51dfd3d1e581a631106ce836e1126767354c321 (patch) | |
| tree | 2b71a93e22b28dddf7653c399e8e2a3eb3a276e3 | |
| parent | 8cb2553f2f1c62dad0cfdf049c216780064a3ae4 (diff) | |
chore: add buf config
| -rw-r--r-- | buf.lock | 2 | ||||
| -rw-r--r-- | buf.yaml | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/buf.lock b/buf.lock new file mode 100644 index 00000000..4f98143f --- /dev/null +++ b/buf.lock @@ -0,0 +1,2 @@ +# Generated by buf. DO NOT EDIT. +version: v2 diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 00000000..adb31bfb --- /dev/null +++ b/buf.yaml @@ -0,0 +1,11 @@ +# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml +version: v2 +deps: + - buf.build/bufbuild/protovalidate + - buf.build/authzed/api +lint: + use: + - STANDARD +breaking: + use: + - FILE |
