Skip to content

Commit

Permalink
Change formatter for go-lint
Browse files Browse the repository at this point in the history
Based on [golangci/golangci-lint#4695](golangci/golangci-lint#4695), `colored-line-number` is a better formatter than `github-actions`
  • Loading branch information
gregtyler authored May 7, 2024
1 parent e4f406c commit ca2dca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
working_dir: /go/src/app
volumes:
- ./:/go/src/app
command: golangci-lint run --timeout 5m --out-format=github-actions ./lambda/get/... ./lambda/create/... ./lambda/update/...
command: golangci-lint run --timeout 5m --out-format=colored-line-number ./lambda/get/... ./lambda/create/... ./lambda/update/...

gosec:
image: securego/gosec:2.19.0
Expand Down

0 comments on commit ca2dca7

Please sign in to comment.