Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix static analysis issues for dart 3.6 #2462

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Dec 11, 2024

This PR fixes the following issues showing up with today's dart 3.6 release:

warning • lib/src/embedded/compilation_dispatcher.dart:94:11 • This default clause is covered by the previous cases. Try removing the default clause, or restructuring the preceding patterns. • unreachable_switch_default
   info • lib/src/callable/built_in.dart:112:35 • Statements in an if should be enclosed in a block. Try wrapping the statement in a block. • curly_braces_in_flow_control_structures

@nex3 nex3 merged commit 219fe67 into sass:main Dec 11, 2024
39 checks passed
@ntkme ntkme deleted the fix-dart-analyze branch December 11, 2024 22:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants