-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Don't emit duplicated_attribute
lint on "complex" cfg
s
#12555
Conversation
f46fa11
to
573ee37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! ❤️
We were too greedy trying to implement a pattern matching on a first iteration. Maybe in the future we can make a perfect algorithm (I don't see it as impossible)
Could you squash these commits?
573ee37
to
e3f3a4b
Compare
Sure, done! |
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Part of #12537.
changelog: Don't emit
duplicated_attribute
lint on "complex"cfg
s