Skip to content

Commit

Permalink
ci: add check-deferloop
Browse files Browse the repository at this point in the history
Change-Id: Iac334431ab65934b55d35609c036c59f38d1f6da
  • Loading branch information
amwolff committed Jun 6, 2022
1 parent a9b041a commit 2f809c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pipeline {
sh 'check-atomic-align ./...'
sh 'check-monkit ./...'
sh 'check-errs ./...'
sh 'check-deferloop ./...'
sh 'staticcheck ./...'
sh 'golangci-lint run --config /go/ci/.golangci.yml'
sh 'check-downgrades'
Expand All @@ -75,6 +76,7 @@ pipeline {
sh 'check-atomic-align ./...'
sh 'check-monkit ./...'
sh 'check-errs ./...'
sh 'check-deferloop ./...'
sh 'staticcheck ./...'
sh 'golangci-lint run --config /go/ci/.golangci.yml'
}
Expand Down

0 comments on commit 2f809c5

Please sign in to comment.