[go: nahoru, domu]

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

Enable prefer_relative_imports and fix files. #91573

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

Hixie
Copy link
Contributor
@Hixie Hixie commented Oct 10, 2021

I left it disabled in the flutter framework itself because it doesn't like our "subpackages" (e.g. import 'package:flutter/framework.dart'), but I think we have other bespoke tests that enforce it there anyway so it's not a big deal.

I left it disabled in the flutter framework itself because it doesn't like our "subpackages" (e.g. `import 'package:flutter/framework.dart'`), but I think we have other bespoke tests that enforce it there anyway so it's not a big deal.
@flutter-dashboard flutter-dashboard bot added a: tests "flutter test", flutter_test, or one of our tests a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels. f: integration_test The flutter/packages/integration_test plugin team Infra upgrades, team productivity, code health, technical debt. See also team: labels. labels Oct 10, 2021
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@google-cla google-cla bot added the cla: yes label Oct 10, 2021
@Hixie
Copy link
Contributor Author
Hixie commented Oct 10, 2021

cc @goderbauer

Copy link
Member
@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM

@Hixie
Copy link
Contributor Author
Hixie commented Oct 11, 2021

test-exempt: code refactor with no semantic change, enables lint

@fluttergithubbot fluttergithubbot merged commit f90b019 into flutter:master Oct 11, 2021
clocksmith pushed a commit to clocksmith/flutter that referenced this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: tests "flutter test", flutter_test, or one of our tests a: text input Entering text in a text field or keyboard related problems f: integration_test The flutter/packages/integration_test plugin framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants