#144 RFC - Improve integration and Helm workflow for Tasks #145
Annotations
10 errors and 1 warning
Lint:
cmd/draconctl/migrations/migrations.go#L138
var leaseId should be leaseID (ST1003)
|
Lint:
components/consumers/defectdojo/client/client_test.go#L18
var mockTs should be mockTS (ST1003)
|
Lint:
components/consumers/defectdojo/client/client_test.go#L36
var mockTs should be mockTS (ST1003)
|
Lint:
components/consumers/defectdojo/client/client_test.go#L81
var mockTs should be mockTS (ST1003)
|
Lint:
components/consumers/elasticsearch/main.go#L191
should omit type elasticsearch.Config from declaration; it will be inferred from the right-hand side (ST1023)
|
Lint:
components/enrichers/deduplication/main.go#L31
var dbUrl should be dbURL (ST1003)
|
Lint:
pkg/db/db.go#L31
should not use underscores in Go names; var search_paths should be searchPaths (ST1003)
|
Lint:
pkg/jira/document/document.go#L66
comment on exported function SeverityToText should be of the form "SeverityToText ..." (ST1020)
|
Lint:
build/ci/github/e2e/ensure_hashes/main.go#L97
function compare has cognitive complexity 20 (> max enabled 11)
|
Lint:
pkg/enumtransformers/enumtransformers.go#L5
Import alias "v1" is redundant
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading