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: add rustfmt/clippy scripts to make CI pass #9

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

giladchase
Copy link
Collaborator

@giladchase giladchase commented Mar 19, 2024

Copy link
Contributor

@MohammadNassar1 MohammadNassar1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ayeletstarkware and @giladchase)


scripts/clippy.sh line 3 at r1 (raw file):

#!/bin/bash

cargo clippy "$@" --all-targets --all-features 

Add?
-D warnings -D future-incompatible -D nonstandard-style -D rust-2018-idioms -D unused

Copy link
Collaborator Author

@giladchase giladchase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ayeletstarkware and @MohammadNassar1)


scripts/clippy.sh line 3 at r1 (raw file):

Previously, MohammadNassar1 (mohammad-starkware) wrote…

Add?
-D warnings -D future-incompatible -D nonstandard-style -D rust-2018-idioms -D unused

Not necessary, they're automatically added due to the lints section in Cargo.toml
Not sure why we have them in the blockifier.

Copy link
Contributor

@MohammadNassar1 MohammadNassar1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ayeletstarkware)

Base automatically changed from spr/main/841310c2 to main March 20, 2024 10:54
@giladchase giladchase merged commit 416f77c into main Mar 20, 2024
37 of 45 checks passed
@giladchase giladchase deleted the spr/main/241c09e5 branch March 20, 2024 10:55
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