We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e9032 commit ebeb491Copy full SHA for ebeb491
packages/flutter_tools/test/integration.shard/analyze_once_test.dart
@@ -229,9 +229,9 @@ void main() {
229
arguments: <String>['analyze', '--no-pub'],
230
statusTextContains: <String>[
231
'Analyzing',
232
- "info $analyzerSeparator The declaration '_incrementCounter' isn't",
233
- 'info $analyzerSeparator Only throw instances of classes extending either Exception or Error',
234
- "warning $analyzerSeparator The parameter 'onPressed' is required",
+ 'unused_element',
+ 'only_throw_errors',
+ 'missing_required_param',
235
],
236
exitMessageContains: '3 issues found.',
237
exitCode: 1,
0 commit comments