[Hackathon] implement kontext client authorization #3597
Annotations
9 errors and 7 warnings
js/modules/k6/experimental/kontext/module.go#L101
use of `os.LookupEnv` forbidden because "Using anything except Signal and SyscallError from the os package is forbidden" (forbidigo)
|
js/modules/k6/experimental/kontext/module.go#L102
use of `os.Getenv` forbidden because "Using anything except Signal and SyscallError from the os package is forbidden" (forbidigo)
|
js/modules/k6/experimental/kontext/module.go#L106
use of `os.Getenv` forbidden because "Using anything except Signal and SyscallError from the os package is forbidden" (forbidigo)
|
js/modules/k6/experimental/kontext/kontext.go#L29
File is not `gofumpt`-ed (gofumpt)
|
js/modules/k6/experimental/kontext/kontext.go#L654
File is not `gofumpt`-ed (gofumpt)
|
js/modules/k6/experimental/kontext/kontext.go#L468
line is 128 characters (lll)
|
js/modules/k6/experimental/kontext/localdb.go#L82
func `(*db).close` is unused (unused)
|
js/modules/k6/experimental/kontext/kontext.go#L655
unnecessary trailing newline (whitespace)
|
|
js/modules/k6/experimental/kontext/kontext.go#L343
exported: exported method LocalKontext.Size should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L376
exported: exported method LocalKontext.Incr should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L380
exported: exported method LocalKontext.Decr should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L639
exported: exported method CloudKontext.Size should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L657
exported: exported method CloudKontext.Incr should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L661
exported: exported method CloudKontext.Decr should have comment or be unexported (revive)
|
js/modules/k6/experimental/kontext/kontext.go#L457
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading