Skip to content

Commit

Permalink
fix bitbucket example in readme
Browse files Browse the repository at this point in the history
Co-authored-by: haya14busa <hayabusa1419@gmail.com>
  • Loading branch information
taraspos and haya14busa committed Oct 21, 2020
1 parent 6151198 commit e8c02ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ pipelines:
script:
- wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh |
sh -s -- -b $(go env GOPATH)/bin
- golangci-lint run --out-format=line-number ./... | reviewdog -f=golangci-lint -filter-mode=nofilter
- golangci-lint run --out-format=line-number ./... | reviewdog -f=golangci-lint -reporter=bitbucket-code-report
```

### Common (Jenkins, local, etc...)
Expand Down

0 comments on commit e8c02ab

Please sign in to comment.