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

Prepare for curly_braces lint rule change #961

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

srawlins
Copy link
Contributor

To fix dart-lang/linter#4870, the analyzer is now reporting if-statement bodies without curly braces when the if-statement condition spans multiple lines.

This change prepares zulip-flutter for this lint rule change.

To fix dart-lang/linter#4870, the analyzer
is now reporting if-statement bodies without curly braces when the
if-statement condition spans multiple lines.

This change prepares zulip-flutter for this lint rule change.
@gnprice gnprice merged commit 977d27b into zulip:main Sep 24, 2024
1 check passed
@gnprice
Copy link
Member

gnprice commented Sep 24, 2024

Thanks! Merged.

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.

False negative for curly_braces_in_control_flow_structures
2 participants