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

Remove flutter_svg tests #419

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Remove flutter_svg tests #419

merged 2 commits into from
Oct 30, 2024

Conversation

srawlins
Copy link
Contributor

@srawlins srawlins commented Oct 29, 2024

Work towards dart-lang/sdk#59514

This repo refers to the avoid_null_checks_in_equality_operators lint rule, which is being removed as per dart-lang/sdk#59514.

This repo is also being migrated, as I understand it. Let's remove it from the customer tests registry.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Work towards https://github.com/dart-lang/linter/issues/5063

This repo refers to the `avoid_null_checks_in_equality_operators` lint rule, which is being removed as per https://github.com/dart-lang/linter/issues/5063.

This repo is also being migrated, as I understand it. I suggest we disable for now, and can remove the `avoid_null_checks_in_equality_operators` enablement after the migration, and re-enable the tests then.
@jonahwilliams
Copy link
Member

We won't re-enable the tests, because the repo itself will be in flutter/packages its already in our CI. Instead I would recommend completely removing the flutter_svg entry from here

@jonahwilliams jonahwilliams self-requested a review October 29, 2024 23:24
@srawlins srawlins changed the title Disable flutter_svg tests Remove flutter_svg tests Oct 30, 2024
@srawlins
Copy link
Contributor Author

Ah yes, OK updated the title, description, and code. Thanks!

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@auto-submit auto-submit bot merged commit 870b34d into main Oct 30, 2024
12 checks passed
@auto-submit auto-submit bot deleted the srawlins-patch-1 branch October 30, 2024 00:51
@srawlins srawlins mentioned this pull request Nov 15, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants