Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #2174
Annotations
12 warnings
misspell
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/easegress/easegress. Supported file pattern: go.sum
|
Revive Action:
cmd/client/commandv2/specs/spec.go#L18
should have a package comment
|
Revive Action:
cmd/builder/build/config.go#L31
exported type Options should have comment or be unexported
|
Revive Action:
cmd/client/commandv2/specs/spec.go#L116
comment on exported type AutoCertManagerSpec should be of the form "AutoCertManagerSpec ..." (with optional leading article)
|
Revive Action:
cmd/builder/utils/alias.go#L1
package comment should not have leading space
|
Revive Action:
cmd/client/commandv2/convert/nginx/cmd.go#L18
should have a package comment
|
Revive Action:
cmd/builder/command/run.go#L47
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|
Revive Action:
cmd/builder/utils/context.go#L27
exported function WithInterrupt should have comment or be unexported
|
Revive Action:
cmd/builder/utils/env.go#L28
exported const EGPath should have comment (or a comment on this block) or be unexported
|
Revive Action:
pkg/object/etcdserviceregistry/etcdserviceregistry.go#L368
parameter 'timeout' seems to be unused, consider removing or renaming it as _
|
Revive Action:
cmd/builder/utils/validation.go#L22
exported function ValidVariableName should have comment or be unexported
|
Loading