Skip to content

ENG-36756: use enum #49

ENG-36756: use enum

ENG-36756: use enum #49

Triggered via pull request December 21, 2023 07:21
Status Failure
Total duration 13s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: proto/ai/traceable/agent/config/v1/config.proto#L102
Enum value name "LOG_MODE_UNSPECIFIED" should be prefixed with "MODE_".
build: proto/ai/traceable/agent/config/v1/config.proto#L103
Enum value name "LOG_MODE_NONE" should be prefixed with "MODE_".
build: proto/ai/traceable/agent/config/v1/config.proto#L104
Enum value name "LOG_MODE_STDOUT" should be prefixed with "MODE_".
build: proto/ai/traceable/agent/config/v1/config.proto#L105
Enum value name "LOG_MODE_FILE" should be prefixed with "MODE_".
build: proto/ai/traceable/agent/config/v1/config.proto#L109
Enum value name "LOG_LEVEL_UNSPECIFIED" should be prefixed with "LEVEL_".
build: proto/ai/traceable/agent/config/v1/config.proto#L110
Enum value name "LOG_LEVEL_TRACE" should be prefixed with "LEVEL_".
build: proto/ai/traceable/agent/config/v1/config.proto#L111
Enum value name "LOG_LEVEL_DEBUG" should be prefixed with "LEVEL_".
build: proto/ai/traceable/agent/config/v1/config.proto#L112
Enum value name "LOG_LEVEL_INFO" should be prefixed with "LEVEL_".
build: proto/ai/traceable/agent/config/v1/config.proto#L113
Enum value name "LOG_LEVEL_WARN" should be prefixed with "LEVEL_".
build: proto/ai/traceable/agent/config/v1/config.proto#L114
Enum value name "LOG_LEVEL_ERROR" should be prefixed with "LEVEL_".
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, bufbuild/buf-setup-action@v0.7.0, bufbuild/buf-lint-action@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
No github_token supplied, API requests will be subject to stricter rate limiting