Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heppu committed Jul 12, 2019
1 parent adb9bfc commit 3f57bd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,15 @@ go vet ./... 2>&1 | go-review
```sh
staticcheck ./... | go-review
```

### Jenkins pipeline

```groovy
stage('Lint') {
steps {
sh 'golangci-lint run --new-from-rev=HEAD~ --out-format=line-number --print-issued-lines=false | go-review'
}
}
```


0 comments on commit 3f57bd8

Please sign in to comment.