Revert "chore: remove buf local plugin (#57653)" (#57744)

This reverts commit 4685fad22f.
This commit is contained in:
Luke Okraszewski
2025-08-12 00:56:10 -07:00
committed by GitHub
parent f1a043b688
commit 70fe64711f
2 changed files with 21 additions and 0 deletions
+10
View File
@@ -21,6 +21,7 @@ lint:
# - COMMENT_MESSAGE
- COMMENT_RPC
- COMMENT_SERVICE
- PAGINATION_REQUIRED
except:
# MINIMAL
- PACKAGE_DIRECTORY_MATCH
@@ -35,3 +36,12 @@ lint:
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_REQUEST_STANDARD_NAME
- RPC_RESPONSE_STANDARD_NAME
plugins:
- plugin:
- env
- GOWORK=off
- go
- -C
- ./build.assets/tooling
- run
- ./cmd/buf-plugin-linters
+11
View File
@@ -17,6 +17,7 @@ lint:
- COMMENT_RPC
- COMMENT_SERVICE
- PACKAGE_NO_IMPORT_CYCLE
- PAGINATION_REQUIRED
- UNARY_RPC
except:
- FIELD_NOT_REQUIRED
@@ -83,3 +84,13 @@ breaking:
ignore:
# TODO(codingllama): Remove ignore once the PDP API is stable.
- api/proto/teleport/decision/v1alpha1
plugins:
- plugin:
- env
- GOWORK=off
- go
- -C
- ./build.assets/tooling
- run
- ./cmd/buf-plugin-linters