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

Apply lint suggestion and format the project #325

Merged
merged 6 commits into from
Apr 25, 2024
Merged

Apply lint suggestion and format the project #325

merged 6 commits into from
Apr 25, 2024

Conversation

aljazerzen
Copy link
Contributor

@aljazerzen aljazerzen commented Apr 24, 2024

Clippy was run with the following command:

          cargo clippy --all-features --workspace --all-targets -- \
            -A clippy::collapsible_if \
            -A clippy::derive_partial_eq_without_eq \
            -A clippy::zero_ptr \
            -A clippy::manual_strip \
            -A clippy::new_ret_no_self \
            -A clippy::type_complexity \
            -A clippy::vec_init_then_push \
            -A clippy::while_let_on_iterator \
            -A clippy::useless_format \
            -A clippy::too_many_arguments \
            -A clippy::clone_on_copy

This PR also adds GH Actions job step to check the code quality.

@aljazerzen aljazerzen changed the title fmt Apply lint suggestion and format the project Apr 24, 2024
@aljazerzen aljazerzen requested a review from quinchs April 24, 2024 17:21
@aljazerzen aljazerzen merged commit 760b2b5 into master Apr 25, 2024
4 checks passed
@aljazerzen aljazerzen deleted the fmt branch May 8, 2024 09:32
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