Skip to content

Commit

Permalink
Update comments for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nina9753 committed Sep 4, 2024
1 parent dac8e3d commit b32eb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serverless-init/cloudservice/cloudrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const (
//nolint:revive // TODO(SERV) Fix revive linter
revisionNameEnvVar = "K_REVISION"
ServiceNameEnvVar = "K_SERVICE" // also used in traces
ServiceNameEnvVar = "K_SERVICE" // ServiceNameEnvVar is also used in the trace package
configurationNameEnvVar = "K_CONFIGURATION"
functionTypeEnvVar = "FUNCTION_SIGNATURE_TYPE"
functionTargetEnvVar = "FUNCTION_TARGET" // exists as a cloudrunfunction env var for all runtimes except Go
Expand Down

0 comments on commit b32eb49

Please sign in to comment.