File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ linter:
135
135
- prefer_contains
136
136
# - prefer_double_quotes # opposite of prefer_single_quotes
137
137
- prefer_equal_for_default_values
138
- # - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/ Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods
138
+ # - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/blob/master/docs/contributing/ Style-guide-for-Flutter-repo.md #consider-using--for-short-functions-and-methods
139
139
- prefer_final_fields
140
140
- prefer_final_in_for_each
141
141
- prefer_final_locals
@@ -148,7 +148,7 @@ linter:
148
148
- prefer_if_null_operators
149
149
- prefer_initializing_formals
150
150
- prefer_inlined_adds
151
- # - prefer_int_literals # conflicts with https://github.com/flutter/flutter/wiki/ Style-guide-for-Flutter-repo#use-double-literals-for-double-constants
151
+ # - prefer_int_literals # conflicts with https://github.com/flutter/flutter/blob/master/docs/contributing/ Style-guide-for-Flutter-repo.md #use-double-literals-for-double-constants
152
152
- prefer_interpolation_to_compose_strings
153
153
- prefer_is_empty
154
154
- prefer_is_not_empty
You can’t perform that action at this time.
0 commit comments