Add configurable concurrency & parallelism to checks #228
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
golangci:
pkg/authz/check/service.go#L333
pkg/authz/check/service.go:333: Line contains TODO/BUG/FIXME: "TODO: Should do wookieSafeRead" (godox)
|
golangci:
pkg/authz/check/service.go#L334
pkg/authz/check/service.go:334: Line contains TODO/BUG/FIXME: "TODO: Set some 'dynamic' upper-bound for..." (godox)
|
golangci:
pkg/authz/objecttype/sqlite.go#L136
File is not `gofumpt`-ed (gofumpt)
|
golangci:
pkg/authz/objecttype/mysql.go#L132
only one cuddle assignment allowed before if statement (wsl)
|
golangci:
pkg/authz/objecttype/postgres.go#L131
only one cuddle assignment allowed before if statement (wsl)
|
golangci:
pkg/authz/objecttype/service.go#L136
only one cuddle assignment allowed before if statement (wsl)
|
golangci:
pkg/authz/check/service.go#L344
assignments should only be cuddled with other assignments (wsl)
|
golangci:
pkg/authz/check/service.go#L348
if statements should only be cuddled with assignments (wsl)
|
golangci:
pkg/authz/check/service.go#L351
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci:
pkg/authz/check/service.go#L379
return statements should not be cuddled if block has more than two lines (wsl)
|
ci
Restore cache failed: Dependencies file is not found in /home/runner/work/warrant/warrant. Supported file pattern: go.sum
|