Skip to content

Split up lints #28429

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

Merged
merged 2 commits into from
Sep 20, 2015
Merged

Split up lints #28429

merged 2 commits into from
Sep 20, 2015

Conversation

wesleywiser
Copy link
Member

This breaks out some of the lints defined in librustc_lint/builtin.rs into two new modules: unused for the UNUSED_* lints and bad_style for the various style related lints as suggested in #22206. builtin.rs could probably get broken up more but this is a start.

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@wesleywiser wesleywiser force-pushed the split_up_lints branch 4 times, most recently from 32b0426 to af3ab41 Compare September 16, 2015 01:40
@bors
Copy link
Collaborator

bors commented Sep 16, 2015

☔ The latest upstream changes (presumably #28399) made this pull request unmergeable. Please resolve the merge conflicts.

@bors
Copy link
Collaborator

bors commented Sep 17, 2015

☔ The latest upstream changes (presumably #28349) made this pull request unmergeable. Please resolve the merge conflicts.

@wesleywiser
Copy link
Member Author

@pcwalton I've rebased this against master and fixed the merge conflicts

@alexcrichton
Copy link
Member

@bors: r+ 974dfe8

Thanks!

bors added a commit that referenced this pull request Sep 20, 2015
This breaks out some of the lints defined in `librustc_lint/builtin.rs` into two new modules: `unused` for the `UNUSED_*` lints and `bad_style` for the various style related lints as suggested in #22206. `builtin.rs` could probably get broken up more but this is a start.
@bors
Copy link
Collaborator

bors commented Sep 20, 2015

⌛ Testing commit 974dfe8 with merge 2c06bb9...

@bors bors merged commit 974dfe8 into rust-lang:master Sep 20, 2015
@wesleywiser wesleywiser deleted the split_up_lints branch September 22, 2015 01:00
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.

5 participants