Skip to content

build(deps): bump github/codeql-action from 2 to 3 (#140) #408

build(deps): bump github/codeql-action from 2 to 3 (#140)

build(deps): bump github/codeql-action from 2 to 3 (#140) #408

Triggered via push December 14, 2023 11:05
Status Success
Total duration 1m 47s
Artifacts

go.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Test on go 1.19 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.19 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.19 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.19 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.19 and ubuntu-latest: benchmark_test.go#L81
this block is empty, you can remove it
Test on go 1.19 and ubuntu-latest: benchmark_test.go#L98
this block is empty, you can remove it
Test on go 1.18 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.18 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.18 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.18 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.18 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: context.go#L455
var isHttp should be isHTTP
Test on go 1.18 and ubuntu-latest: route_cache.go#L27
exported func NewCachedRoutes returns unexported type *rux.cachedRoutes, which can be annoying to use
Test on go 1.20 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.20 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.20 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.20 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.20 and ubuntu-latest: route_cache.go#L27
exported func NewCachedRoutes returns unexported type *rux.cachedRoutes, which can be annoying to use
Test on go 1.20 and ubuntu-latest: benchmark_test.go#L120
parameter 't' seems to be unused, consider removing or renaming it as _