-
Notifications
You must be signed in to change notification settings - Fork 15
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 linting and CI build/test. #30
Clippy linting and CI build/test. #30
Conversation
Hello there @Xithrius , Firstly thanks for making this contribution in a holiday season 😄 Few questions:
I'm new to Rust development. Please excuse dumb questions. |
|
Ohh, Intresting @Xithrius . Got it. I'll test it once and we can merge it. |
One more thing @Xithrius , The builds for different platforms... How are they gonna be used ? I mean Would that have any effect on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left few comments
@ParthJadhav Correct, it is only for testing. |
Got it @Xithrius , Will merge it 🚀 Thanks for the enhancements. |
Hello!
I saw your post on the Rust community Discord, and thought I'd contribute this project.
The clippy group lints I've added are nursery and pedantic, which can be found here. There are some rules that I ignored that can be seen at the top of
lib.rs
.I wasn't sure how to explain what the similarity sort function panics on, so I added a placeholder for the time being.
The CI builds and tests when there's a commit to main or any PR, and runs on the following operating systems and architectures:
Happy holidays!