Skip to content

Commit

Permalink
Revert "Remove clippy test since it seems to have issues? rust-lang/r…
Browse files Browse the repository at this point in the history
…ust-clippy#2602"

This reverts commit 3d0092d.
  • Loading branch information
kellerkindt committed Apr 12, 2018
1 parent 3d0092d commit 539da9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/mecview_server/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ pipeline {
stage('Clippy') {
steps {
ansiColor('xterm') {
# seems to have issues? https://github.com/rust-lang-nursery/rust-clippy/issues/2602
# sh "cd $CRATE_SERVER; $CARGO +nightly clippy --all"
sh "cd $CRATE_SERVER; $CARGO +nightly clippy --all"
}
}
}
Expand Down

0 comments on commit 539da9c

Please sign in to comment.