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

Improve lints and deny policy #135

Merged
merged 1 commit into from
Aug 26, 2019
Merged

Improve lints and deny policy #135

merged 1 commit into from
Aug 26, 2019

Conversation

tony-iqlusion
Copy link
Member

@tony-iqlusion tony-iqlusion commented Aug 26, 2019

  • Replace deny on warnings with -D warnings in .travis.yml
  • Change other deny directives to warn to be caught by above
  • Add lints on rust_2018_idioms and unused_lifetimes to all crates
  • Fix all rust_2018_idioms-related errors

- Replace `deny` on `warnings` with `-D warnings` in .travis.yml
- Change other `deny` directives to `warn` to be caught by above
- Add lints on `rust_2018_idioms` and `unused_lifetimes` to all crates
- Fix all `rust_2018_idioms`-related errors
@tony-iqlusion tony-iqlusion merged commit ce23afc into develop Aug 26, 2019
@tony-iqlusion tony-iqlusion deleted the improve-lint-policy branch August 26, 2019 18:37
@tony-iqlusion tony-iqlusion mentioned this pull request Oct 13, 2019
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

1 participant