Skip to content

Commit

Permalink
Enable annotations by generating a golangci artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 13, 2020
1 parent cf10ff7 commit 16007e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ task:
container:
image: golangci/golangci-lint:latest
name: Lint
script: golangci-lint run -v -p bugs,complexity,format,performance,style,unused -D goimports,wsl,gochecknoglobals,funlen,noctx,gofumpt
script: golangci-lint run -v --out-format json -p bugs,complexity,format,performance,style,unused -D goimports,wsl,gochecknoglobals,funlen,noctx,gofumpt > golangci.json
always:
artifacts:
path: golangci.json
type: text/json
format: golangci

task:
name: Test
Expand Down

0 comments on commit 16007e1

Please sign in to comment.