Replace please with Makefile #257
Annotations
10 errors
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit.go#L130
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/main.go#L29
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmfullaudit/npmfullaudit_test.go#L19
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmfullaudit/npmfullaudit_test.go#L32
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit_test.go#L20
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit_test.go#L33
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/docker-trivy/main.go#L50
error strings should not be capitalized (ST1005)
|
Lint:
pkg/enrichment/db/db.go#L132
error strings should not be capitalized (ST1005)
|
Lint:
pkg/enrichment/db/db.go#L145
error strings should not be capitalized (ST1005)
|
Lint:
pkg/putil/load.go#L20
error strings should not be capitalized (ST1005)
|