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

Allow a simple override to make a @protected method public #3482

Merged
merged 3 commits into from
Jun 30, 2022
Merged

Conversation

srawlins
Copy link
Member

Description

Allow a simple override to make a @Protected method public.

Fixes #3475

@srawlins srawlins requested a review from bwilkerson June 30, 2022 01:08
@coveralls
Copy link

coveralls commented Jun 30, 2022

Coverage Status

Coverage increased (+0.004%) to 95.698% when pulling 7b86276 on fix-3475 into fac289e on master.

lib/src/rules/unnecessary_overrides.dart Outdated Show resolved Hide resolved
@srawlins srawlins merged commit 4cafaa6 into master Jun 30, 2022
@srawlins srawlins deleted the fix-3475 branch June 30, 2022 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unnecessary_override reports method M when super method is @protected and M is not
3 participants