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

Clippy throwing errors and warnings for tests #56

Open
theJasonFan opened this issue Feb 20, 2024 · 0 comments
Open

Clippy throwing errors and warnings for tests #56

theJasonFan opened this issue Feb 20, 2024 · 0 comments

Comments

@theJasonFan
Copy link
Collaborator

theJasonFan commented Feb 20, 2024

  1. Multiple warnings and errors from cargo clippy --tests
  2. We can add lints for unit tests to to CI

cargo clippy --tests --fix should fix most of the issues. Clippy errors will need to be fixed manually (e.g. there's an error for an if in run.rs with identical blocks).

@theJasonFan theJasonFan changed the title Clippy errors and warnings for tests Clippy throwing errors and warnings for tests Feb 21, 2024
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

No branches or pull requests

1 participant