We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefer_equal_for_default_values
1 parent 2df140f commit a819d61Copy full SHA for a819d61
analysis_options.yaml
@@ -153,7 +153,6 @@ linter:
153
# - prefer_constructors_over_static_methods # far too many false positives
154
- prefer_contains
155
# - prefer_double_quotes # opposite of prefer_single_quotes
156
- - prefer_equal_for_default_values
157
# - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods
158
- prefer_final_fields
159
- prefer_final_in_for_each
0 commit comments