Skip to content

Replace please with Makefile #252

Replace please with Makefile

Replace please with Makefile #252

Triggered via pull request January 22, 2024 13:49
Status Success
Total duration 3m 14s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: pkg/context/context.go#L69
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors
Lint: components/producers/typescript-npm-audit/types/npmfullaudit/npmfullaudit.go#L49
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors
Lint: components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit.go#L131
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#L18
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#L31
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#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/npmquickaudit/npmquickaudit_test.go#L32
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
Lint: components/producers/docker-trivy/main.go#L49
error strings should not be capitalized (ST1005)
Lint: pkg/enrichment/db/db.go#L132
error strings should not be capitalized (ST1005)