Skip to content
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

Fix new linting errors #602

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented May 23, 2024

The new Clippy version forces you to use indentation and also use the > marker in a multiline paragraph. For example:

Not valid because of the missing markers > and the indentation:

//! > **NOTICE**: The server must be running before running the tests. The
//! server url is hardcoded to `http://localhost:3001` for now. We are planning
//! to make it configurable in the future via a environment variable.
//!

Valid:

//! > **NOTICE**: The server must be running before running the tests. The
//! > server url is hardcoded to `http://localhost:3001` for now. We are planning
//! > to make it configurable in the future via a environment variable.
//!

@josecelano josecelano requested a review from da2ce7 May 23, 2024 13:04
@josecelano josecelano self-assigned this May 23, 2024
@josecelano josecelano added this to the v3.0.0 milestone May 23, 2024
@josecelano josecelano added the Code Cleanup / Refactoring Tidying and Making Neat label May 23, 2024
@josecelano
Copy link
Member Author

ACK e0d56a4

@josecelano josecelano linked an issue May 23, 2024 that may be closed by this pull request
@josecelano josecelano merged commit f83a5f7 into torrust:develop May 23, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup / Refactoring Tidying and Making Neat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New linting errors in rustc 1.80.0-nightly (9cdfe285c 2024-05-22)
1 participant