makes lint fail the build
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good

This commit is contained in:
2020-12-27 19:34:38 -06:00
parent 1c00a06c10
commit 403295b2b4

2
Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ pipeline {
PATH="${env.PATH}:${env.GOPATH}/bin"
}
steps {
sh 'golint ./...'
sh 'golint -set_exit_status ./...'
}
}
}