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

Additional checks for Travis #2

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Additional checks for Travis #2

merged 1 commit into from
Nov 13, 2020

Conversation

daemontus
Copy link
Member

In this PR, we add extra verification steps to the Travis CI script. Specifically:

  1. Treat warnings as errors. While sometimes acceptable, warnings should be generally avoided.
  2. Check cargo formatting. Ensure project follows standard code style enforced by cargo.
  3. Use clippy (rust lint tool) to verify other coding practices, line unnecessary if or return statements or simple performance anti-patterns.

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