-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🚀 Add a test that enforces clippy and rustfmt compliance #384
Comments
I know how to do it by using github actions. See this. |
I'm happy to switch to GitHub actions if that makes sense. But I'm thinking that's pretty much orthogonal to this issue since we can add shell commands here Lines 10 to 15 in b149425
|
I don't know, that's just what I happen to use for my open source projects, but yes, it's a separate issue. Anyway, the commands should be the following:
|
Update: we've got a check for rustfmt, and a check for clippy commented out; the only remaining thing here is getting the codebase to pass clippy. |
Fixed at #422 |
Once the codebase is clippy-compliant, let's add a test that ensures it stays that way. (And the same for rustfmt). cc @marcoieni ref #380 #383
The text was updated successfully, but these errors were encountered: