File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,10 @@ analyzer:
81
81
duplicate_shown_name : warning
82
82
unused_catch_clause : warning
83
83
unused_catch_stack : warning
84
- unused_element : warning
85
- unused_field : warning
86
- unused_import : warning
84
+ # Disabled during the Dart 2.13 transition
85
+ # unused_element: warning
86
+ # unused_field: warning
87
+ # unused_import: warning
87
88
unused_local_variable : warning
88
89
unused_shown_name : warning
89
90
@@ -130,7 +131,8 @@ analyzer:
130
131
unnecessary_null_aware_assignments : warning
131
132
unnecessary_null_in_if_null_operators : warning
132
133
unnecessary_statements : warning
133
- unsafe_html : warning
134
+ # Disabled during the Dart 2.13 transition
135
+ # unsafe_html: warning
134
136
unrelated_type_equality_checks : warning
135
137
valid_regexps : warning
136
138
void_checks : warning
@@ -183,7 +185,8 @@ linter:
183
185
- unnecessary_null_aware_assignments
184
186
- unnecessary_null_in_if_null_operators
185
187
- unnecessary_statements
186
- - unsafe_html
188
+ # Disabled during the Dart 2.13 transition
189
+ # - unsafe_html
187
190
- unrelated_type_equality_checks
188
191
- valid_regexps
189
192
- void_checks
You can’t perform that action at this time.
0 commit comments