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

feat: Update all lint rules #61

Merged
merged 2 commits into from
Oct 4, 2024
Merged

feat: Update all lint rules #61

merged 2 commits into from
Oct 4, 2024

Conversation

pr-writer[bot]
Copy link
Contributor

@pr-writer pr-writer bot commented Oct 4, 2024

Automated pull request to update lint rules.

@pr-writer pr-writer bot requested a review from a team as a code owner October 4, 2024 02:42
@pr-writer pr-writer bot requested review from naipaka and removed request for a team October 4, 2024 02:42
Comment on lines -85 to -86
// ignore: deprecated_member_use
bool _isWidgetState(DartType? type) => type?.element2?.displayName == 'State';
Copy link
Member

Choose a reason for hiding this comment

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

I was told to use element instead of element2, so I did!

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree!

Copy link
Contributor

@naipaka naipaka left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines -85 to -86
// ignore: deprecated_member_use
bool _isWidgetState(DartType? type) => type?.element2?.displayName == 'State';
Copy link
Contributor

Choose a reason for hiding this comment

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

I agree!

@riscait riscait merged commit cd146c8 into main Oct 4, 2024
1 check passed
@riscait riscait deleted the update-all-lint-rules-45 branch October 4, 2024 04:19
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.

2 participants