mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-28 21:12:20 +08:00
This reverts commit 4685fad22f.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user