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

Adjust some ignores for 'dart format' #57208

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

goderbauer
Copy link
Member

@goderbauer goderbauer commented Dec 14, 2024

When running dart format over these lines the // ignore ended up on a line where it wasn't properly ignoring the lint. This adjusts the placement of // ignores so they will continue to ignore the right thing even after the code is auto formatted.

I am hoping that if we do this now the large PR that formats the entire repo will go in smoother without manual intervention.

@goderbauer goderbauer requested a review from yjbanov December 14, 2024 00:27
@github-actions github-actions bot added the platform-web Code specifically for the web engine label Dec 14, 2024
@goderbauer goderbauer added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 14, 2024
@auto-submit auto-submit bot merged commit a9f7fa8 into flutter:main Dec 14, 2024
34 checks passed
@goderbauer goderbauer deleted the adjustIgnores branch December 14, 2024 02:16
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 14, 2024
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Dec 14, 2024
…160294)

flutter/engine@4e4a430...a9f7fa8

2024-12-14 goderbauer@google.com Adjust some ignores for 'dart format'
(flutter/engine#57208)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jonahwilliams@google.com,zra@google.com on the revert to
ensure that a human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
nick9822 pushed a commit to nick9822/flutter that referenced this pull request Dec 18, 2024
When running `dart format` over these lines the `// ignore` ended up on a line where it wasn't properly ignoring the lint. This adjusts the placement of `// ignore`s so they will continue to ignore the right thing even after the code is auto formatted.

I am hoping that if we do this now the large PR that formats the entire repo will go in smoother without manual intervention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants