Skip to content

Commit

Permalink
golanci-lint: change output format (#887)
Browse files Browse the repository at this point in the history
[...]
level=warning msg="[config_reader] The output format `github-actions` is
deprecated, please use `colored-line-number`"
[...]

Signed-off-by: Francesco Giudici <[email protected]>
  • Loading branch information
fgiudici authored Nov 28, 2024
1 parent ad150a8 commit 884beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issues:
- "zz_generated_*"
output:
formats:
- format: github-actions
- format: colored-line-number
linters:
enable:
- revive # replacement for golint
Expand Down

0 comments on commit 884beb5

Please sign in to comment.