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

Configure CI and fix clippy warnings #5

Merged
merged 3 commits into from
Mar 23, 2022
Merged

Configure CI and fix clippy warnings #5

merged 3 commits into from
Mar 23, 2022

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Mar 22, 2022

I set up dependabot (to automatically update dependencies), cargo deny (to check dependencies for vulnerabilities and license compatibility), formatting, tests and clippy checks.
Also I fixed discovered warnings (all changes was done only to silence warnings), applied formatting (I left only deprecated std::env::home_dir() function, probably should be replaced with dirs-rs) to make CI pass.

Note: I had to replace new with default and new_with_names with just new due to this warning. And I think this actually makes sense :)

@Shatur Shatur marked this pull request as draft March 22, 2022 21:59
@Shatur Shatur marked this pull request as ready for review March 22, 2022 22:21
@mentaljam
Copy link
Owner

Thanks for your work! All the changes look valuable for me. And I'm glad that this crate is still in use🙂

@mentaljam mentaljam merged commit d984366 into mentaljam:master Mar 23, 2022
@Shatur Shatur deleted the configure-ci branch March 23, 2022 08:16
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.

None yet

2 participants