chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1-0.20221117193127-916db76e8214 to 3.0.3 #45
lint.yml
on: pull_request
lint-commits
0s
lint-markdown
19s
lint-yaml
4s
lint-go
2m 53s
lint-dockerfile
0s
lint-branch-name
0s
Annotations
10 errors and 3 warnings
lint-go:
dataverse/client.go#L44
Function 'GetExecutionOrderContext' is too long (74 > 60) (funlen)
|
lint-go:
dataverse/client.go#L121
Function 'GetResourceGovCode' is too long (74 > 60) (funlen)
|
lint-go:
cmd/start.go#L26
G101: Potential hardcoded credentials (gosec)
|
lint-go:
cmd/start.go#L29
G101: Potential hardcoded credentials (gosec)
|
lint-go:
cmd/start.go#L88
line is 137 characters (lll)
|
lint-go:
cmd/start.go#L92
line is 137 characters (lll)
|
lint-go:
auth/credential.go#L164
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
lint-go:
cmd/start.go#L24
ST1003: const FlagServiceId should be FlagServiceID (stylecheck)
|
lint-go:
cmd/start.go#L35
ST1003: var grpcNoTls should be grpcNoTLS (stylecheck)
|
lint-go:
cmd/start.go#L36
ST1003: var grpcTlsSkipVerify should be grpcTLSSkipVerify (stylecheck)
|
lint-go:
cmd/start.go#L24
var-naming: const FlagServiceId should be FlagServiceID (revive)
|
lint-go:
cmd/start.go#L35
var-naming: var grpcNoTls should be grpcNoTLS (revive)
|
lint-go:
cmd/start.go#L36
var-naming: var grpcTlsSkipVerify should be grpcTLSSkipVerify (revive)
|