-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CE] "we never error on empty config files: Error { inner: ErrorInner { kind: Custom, line: None, col: 0, message: "missing field blacklisted-names
", key: [] } }"
#2560
Comments
I played around with this for a couple of hours, but from what I saw, the problem might be a nonexistent yet specified conf file. Two steps back in the backtrace from the code snippet mentioned in the description, there's this line. Earlier in the same block we have these lines. Looking around in Diesel, whenever Clippy is mentioned, a conf file is provided as seen here, but the files don't exist in the repo. Is this the same conf file that |
So there's two separate problems here. The first is the incorrect assumption that |
Ref rust-lang/rust#47462 for confirmation that the working directory during compilation should not be relied on |
I fixed the current dir usage. @killercup had ideas about the toml iirc |
I'm pretty sure it's because of the |
New versions of |
It looks like Diesel has been successfully upgraded to clippy 0.0.195 (diesel-rs/diesel#1674). |
Moved from rust-lang/rust#49207
Happens when compiling diesel on nightly
https://travis-ci.org/diesel-rs/diesel/jobs/355827115#L499
Error comes from https://github.com/rust-lang-nursery/rust-clippy/blob/4edd140e57cce900fa930e1439bab469f5bbce46/clippy_lints/src/utils/conf.rs#L214-L219
The text was updated successfully, but these errors were encountered: