Skip to content

Commit

Permalink
use specific output formats
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hinteregger <[email protected]>
  • Loading branch information
philipp-hinteregger committed Nov 22, 2022
1 parent 49ec5c0 commit 6041ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
run:
timeout: 5m
go: '1.19'
output:
format:
- colored-line-number
- github-actions
linters:
enable:
- gofmt # Gofmt checks whether code was gofmt-ed. By default this tool runs with -s option to check for code simplification
Expand Down

0 comments on commit 6041ae4

Please sign in to comment.