Skip to content

Conversation

szokeasaurusrex
Copy link
Member

Currently, the lint action specifies -D clippy::all. This means that if we enable any additional lints in the code, e.g. by adding #![warn(clippy::pedantic)] to the main module, these lints will not fail CI. By specifying -D warnings instead, any lints we enable as warnings in code will fail CI.

Currently, the lint action specifies `-D clippy::all`. This means that if we enable any additional lints in the code, e.g. by adding `#![warn(clippy::pedantic)]` to the `main` module, these lints will not fail CI. By specifying `-D warnings` instead, any lints we enable as warnings in code will fail CI.
@szokeasaurusrex szokeasaurusrex merged commit 2fcc7f4 into master Jan 24, 2025
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/clippy-linting branch January 24, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants