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

ian/pedantic-clippy #78

Merged
merged 3 commits into from
Sep 25, 2021
Merged

ian/pedantic-clippy #78

merged 3 commits into from
Sep 25, 2021

Conversation

ian-h-chamberlain
Copy link
Member

@ian-h-chamberlain ian-h-chamberlain commented Sep 25, 2021

Closes #74

Exceptions:

Plus some discretionary find+replace based on the results
Exceptions:
- Docs-related lints, which will are tracked in #43
- Cast-related lints (mostly i32 <-> u32), which will be tracked in a
  new issue
--deny=warnings
--deny=clippy::pedantic
--allow=clippy::cast_possible_wrap
--allow=clippy::cast_possible_truncation
Copy link
Member Author

Choose a reason for hiding this comment

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

#79

@ian-h-chamberlain ian-h-chamberlain merged commit d94fc67 into develop Sep 25, 2021
@ian-h-chamberlain ian-h-chamberlain deleted the ian/pedantic-clippy branch September 25, 2021 04:33
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.

Turn on pedantic clippy warnings
1 participant