New Clippy source test: lint-attributes-organization - #17050
Conversation
|
r? @Jarcho rustbot has assigned @Jarcho. Use Why was this reviewer chosen?The reviewer was selected based on:
|
b34c6cb to
a63909a
Compare
|
Since we talked about this yesterday at the AllHands: |
This comment has been minimized.
This comment has been minimized.
a63909a to
f51b2ed
Compare
This comment has been minimized.
This comment has been minimized.
f51b2ed to
8b1396b
Compare
This comment has been minimized.
This comment has been minimized.
8b1396b to
6a5bcbb
Compare
This comment has been minimized.
This comment has been minimized.
499e1d1 to
d7f3968
Compare
This comment has been minimized.
This comment has been minimized.
d7f3968 to
37d6642
Compare
37d6642 to
ce0ffbf
Compare
1d278f7 to
4ec93a8
Compare
This comment has been minimized.
This comment has been minimized.
4ec93a8 to
4a8f5d0
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is needed to implement the new test which checks top-level inner attributes ordering and structure.
|
Some changes occurred in clippy_lints/src/doc cc @notriddle |
|
r? @ada4a |
This is needed to implement the new test which checks top-level inner attributes ordering and structure.
|
As you wish, this is not really a constraint as 99% of the test files are conformant, and a problem will be caught by anyone doing "cargo test -F internal" or by the CI with a clear error message. |
|
Oh, I meant "FCP" as in "let's ask the other team members what they think about this", not "I'm not sure the implementation is correct, let's wait it out a bit" |
|
That's also how I understood your "FCP". What I was saying is that it is a small change in my eyes (like maintaining the symbols in |
|
My worry was that it might be deemed too pedantic.. Well, it wouldn't hurt to ask @rustbot label I-nominated |
|
@ada4a Is there anything holding up the merge right now? |
|
GitHub is having real difficulties today |
View all comments
Add a new Clippy source test
lint-attributes-organizationwhich checks that:allow/deny/expect/forbid/warn) are not repeated in testsunused) come before prefixed ones (clippy::cast_precision_loss)changelog: none