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

This commit is contained in:
Deepak Mallubhotla 2020-12-27 19:34:38 -06:00
parent 1c00a06c10
commit 403295b2b4
Signed by: deepak
GPG Key ID: 64BF53A3369104E7

2
Jenkinsfile vendored
View File

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