Fail on lint warnings
Some checks are pending
Core Repos/Rack/pipeline/head This commit looks good
Core Repos/Rack/pipeline/pr-master Build started...

This commit is contained in:
Cameron Cordes
2020-06-17 14:08:53 -04:00
parent 4623ed0802
commit e80af99d18

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
}
stage('lint') {
steps {
sh 'cargo clippy'
sh 'cargo clippy -- -D warnings'
}
}
stage('test') {