-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ignore too_long_first_doc_paragraph
lint
#545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I didn't expect the new linter to be polluting almost all crates. Is there a way to whitelist a lint at the workspace level directly? cc @atanmarko maybe?
@Nashtare We take latest nightly tool-chain for lint/clippy so we pick all the latest changes and new rules. We could fix the tool-chain version (e.g. to stable). |
@LindaGuiga Before merging let me check if this works on the workspace level |
@atanmarko We can't use stable, and I'd rather not pin the toolchain to a fixed version of nightly that would be get easily forgotten. Once we move into prod we can think of pinning it but for now I think we're good with the latest? |
Nice, thanks @atanmarko! |
With this latest changes we add some future irritating lint rule to ignore on just one place in workspace |
This PR aims at making Clippy happy by ignoring the
too_long_first_doc_paragraph
lint