Skip to content

redirect reviewdog stderr to stdout #474

redirect reviewdog stderr to stdout

redirect reviewdog stderr to stdout #474

Triggered via pull request June 5, 2024 11:09
@ptzianosptzianos
opened #202
Status Cancelled
Total duration 1m 44s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint
Canceling since a higher priority waiting request for 'Lint-202' exists
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: components/producers/typescript-yarn-audit/types/yarn-issue.go#L13
extra empty line at the end of a block
Lint: pkg/context/context.go#L40
extra empty line at the end of a block
Lint: pkg/jira/jira/apiutils.go#L175
unnamed results of the same type may be confusing, consider using named results