Skip to content

Commit

Permalink
fix config
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 743c79a commit 581f946
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ run:
timeout: 5m
go: '1.19'
output:
format:
- colored-line-number
- github-actions
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 581f946

Please sign in to comment.