Add exportable custom plain logger #2012
Annotations
12 warnings
analysis
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/
|
analysis
Restore cache failed: Dependencies file is not found in /home/runner/work/easegress/easegress. Supported file pattern: go.sum
|
analysis:
cmd/client/commandv2/specs/spec.go#L18
should have a package comment
|
analysis:
cmd/builder/gen/controllers.go#L39
comment on exported function NewControllerInfo should be of the form "NewControllerInfo ..."
|
analysis:
cmd/builder/gen/controllers.go#L48
exported function CreateController should have comment or be unexported
|
analysis:
cmd/builder/gen/filters.go#L45
exported function CreateFilter should have comment or be unexported
|
analysis:
cmd/builder/gen/jennifer.go#L24
exported type Consts should have comment or be unexported
|
analysis:
cmd/builder/gen/registry.go#L26
exported function CreateRegistry should have comment or be unexported
|
analysis:
cmd/builder/gen/server.go#L26
exported function CreateServer should have comment or be unexported
|
analysis:
cmd/builder/gen/config.go#L30
exported const KindName should have comment (or a comment on this block) or be unexported
|
analysis:
cmd/builder/command/run.go#L47
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|
analysis:
cmd/client/commandv2/convert/nginx/cmd.go#L18
should have a package comment
|