mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
docs: update problem matchers section
This commit is contained in:
parent
642f8ee631
commit
c2427fec79
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ Force the usage of the embedded problem matchers.
|
|||
|
||||
By default, the [problem matcher of Go (`actions/setup-go`)](https://github.com/actions/setup-go/blob/main/matchers.json) already handles the default golangci-lint output (`text`).
|
||||
|
||||
Works only with `colored-line-number` (the golangci-lint default).
|
||||
Works only with `text` format (the golangci-lint default).
|
||||
|
||||
https://golangci-lint.run/usage/configuration/#output-configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue