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

Clippy Service announces failure even with no warnings identified. #39

Open paholg opened 8 years ago

paholg commented 8 years ago

I added a batch to typenum and it says it's failing, even though clippy produces no warnings.

Log here: https://clippy.bashy.io/github/sha/paholg/typenum/ed58857ad2977e033aaca1f3168aec9698c3fcb7/log

Typenum does have #![no_std] which maybe has something to do with it? It also has #![allow(type_complexity, expl_impl_clone_on_copy)] lints.

shaded-enmity commented 8 years ago

My little project keeps failing as well: https://clippy.bashy.io/github/sha/shaded-enmity/feaders-rs/c94dd47a774980573c3128217c4b33d99ef32f94/log

(I suppose the license / license-file stuff is none of clippy's concern)

palfrey commented 8 years ago

Same here https://clippy.bashy.io/github/sha/palfrey/kitling/6d08cfdee188d6d300fe2446d2cc79ab3ab63f5c/log

palfrey commented 8 years ago

More recent log with the same problem https://clippy.bashy.io/github/sha/palfrey/kitling/0bfb93023cda2429708ad1048b006af5807d8e0f/log

I've locally checked, and the code is "clippy clean" but the service doesn't like it