File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ linter:
135135 - prefer_contains
136136 # - prefer_double_quotes # opposite of prefer_single_quotes
137137 - 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
139139 - prefer_final_fields
140140 - prefer_final_in_for_each
141141 - prefer_final_locals
@@ -148,7 +148,7 @@ linter:
148148 - prefer_if_null_operators
149149 - prefer_initializing_formals
150150 - 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
152152 - prefer_interpolation_to_compose_strings
153153 - prefer_is_empty
154154 - prefer_is_not_empty
You can’t perform that action at this time.
0 commit comments