Skip to content

Commit

Permalink
Remove clippy test since it seems to have issues? rust-lang/rust-clip…
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Apr 12, 2018
1 parent cdc061c commit 3d0092d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/mecview_server/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ pipeline {
stage('Clippy') {
steps {
ansiColor('xterm') {
sh "cd $CRATE_SERVER; $CARGO +nightly clippy --all"
# seems to have issues? https://github.com/rust-lang-nursery/rust-clippy/issues/2602
# sh "cd $CRATE_SERVER; $CARGO +nightly clippy --all"
}
}
}
Expand Down

0 comments on commit 3d0092d

Please sign in to comment.