gnunicorn / clippy-service

Linting your rust project with clippy as a service
GNU Affero General Public License v3.0
36 stars 9 forks source link

cargo doesn't build if clippy dependency is missing #5

Closed gnunicorn closed 8 years ago

gnunicorn commented 8 years ago

Example: http://clippy.bashy.io/github/sha/servo/rust-url/ed77d29abff5b8274fc08dc7b57994448fcdb55b/log


It doesn't run, because clippy is missing in that crates dependencies (or it might be optional). Switch from -l to -L always using our shipped version of the lib!