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

Added prefer condtional expressions rule and fix #59

Merged
Prev Previous commit
Next Next commit
Fix tests after merge
Denis Bogatirov committed Sep 15, 2023
commit 3a67e1b8afe4452fc3d7c4be1d6939eaa125599a
1 change: 1 addition & 0 deletions lint_test/prefer_conditional_expressions_test.dart
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
// ignore_for_file: cyclomatic_complexity
// ignore_for_file: no-equal-then-else
// ignore_for_file: dead_code
// ignore_for_file: no-magic-number

/// Check the `prefer-conditional-expressions` rule
void fun() {