-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area: configRelated to .golangci.yml and/or cli optionsRelated to .golangci.yml and/or cli optionsarea: outputRelated to issue outputRelated to issue outputenhancementNew feature or improvementNew feature or improvement
Description
It would be great if it would be possible to produce results in multiple formats of a run.
This can be useful if you e.g. want to run golangci-lint in CI and send a human-readable output (line-number) in a plain-text report to the user and also have a checkstyle result to process it and show it in the CI tool.
Syntax could be like:
golangcilint run --out-format <FORMAT>:(<FILENAME>|stdout|stderr)[,<FORMAT>:(<FILENAME>|stdout|stderr)]..
duckbrain, ergbouncex, ryancurrah, howardjohn, matoous and 19 more
Metadata
Metadata
Assignees
Labels
area: configRelated to .golangci.yml and/or cli optionsRelated to .golangci.yml and/or cli optionsarea: outputRelated to issue outputRelated to issue outputenhancementNew feature or improvementNew feature or improvement