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

Enable clippy pedantic, fix lints #525

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Enable clippy pedantic, fix lints #525

merged 2 commits into from
Dec 19, 2022

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Dec 16, 2022

Pedantic lints often offer some good insight into the code. It is usually easier to sprinkle a few "allow"-s around, than to miss some important life hack offered by clippy.

Also, make use a different martin port when running integration tests locally (make sure git push works even if martin is running).

Pedantic lints often offer some good insight into the code. It is
usually easier to sprinkle a few "allow"-s around, than to miss
some important life hack offered by clippy.

Also, make use a different martin port when running integration tests
locally (make sure `git push` works even if martin is running).
@nyurik nyurik requested a review from stepankuzmin December 16, 2022 14:52
@nyurik nyurik merged commit cb99b83 into maplibre:main Dec 19, 2022
@nyurik nyurik deleted the lints branch December 19, 2022 02:24
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