-
Notifications
You must be signed in to change notification settings - Fork 29k
Enable avoid_redundant_argument_values lint #91409
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
Conversation
ea96797
to
11472c8
Compare
Reviewing the commits separately may be easier. There are four. The first has the change to the root |
ba12c57
to
96d873e
Compare
cc @goderbauer and @christopherfujino since this mostly affected the framework and the tool. |
My browser can't handle this diff... |
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.
RSLGTM (I did not look at every single line)
@@ -1171,31 +1170,31 @@ class _ContextMenuSheet extends StatelessWidget { | |||
return _orientation == Orientation.portrait | |||
? <Widget>[ | |||
const Spacer( | |||
flex: 1, | |||
|
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.
nit: remove these empty lines?
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.
oops, i cleaned up all the ones i saw, but missed these. i'll do a more thorough search.
The ci.yaml validation:
Is a race condition where we tried to look up the .ci.yaml file from the commit before GitHub had propagated it to rawgithubusercontent. Unfortunately you will need to push a new commit to re-run this check. |
Google testing failure is because #91309 hasn't rolled into google3 yet so this PR causes a bunch of warnings to trigger that won't trigger once that's rolled in. |
96d873e
to
f1dbcc0
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
f1dbcc0
to
4e752f7
Compare
This pull request is not suitable for automatic merging in its current state.
|
Turns out there were some more redundant arguments checked in.
4e752f7
to
afc13c1
Compare
This pull request is not suitable for automatic merging in its current state.
|
…lutter#91461) This reverts commit 5fd259b.
No description provided.