Skip to content

Provide a default config file for Clippy #9992

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

Open
3 tasks
xFrednet opened this issue Nov 29, 2022 · 0 comments
Open
3 tasks

Provide a default config file for Clippy #9992

xFrednet opened this issue Nov 29, 2022 · 0 comments
Labels
A-documentation Area: Adding or improving documentation C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-help-wanted Call for participation: Help is requested to fix this issue.

Comments

@xFrednet
Copy link
Member

xFrednet commented Nov 29, 2022

We have a few lints with configuration values, like borrow_as_ptr. We want to increase the visibility of these config values, to encourage the use of them.

As part of this, we'd like to provide a default configuration file. The config should be included in the book.

Tasks:

  • Examine config values and determine which are probably often used
  • Some less commonly used but important ones should be listed, but commented out.
  • Additionally, a configuration could be provided, that should be run once before a release with configs like: avoid-breaking-exported-api

cc: #9880

@xFrednet xFrednet added C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages A-documentation Area: Adding or improving documentation E-help-wanted Call for participation: Help is requested to fix this issue. labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Adding or improving documentation C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-help-wanted Call for participation: Help is requested to fix this issue.
Projects
None yet
Development

No branches or pull requests

1 participant