mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
add an ignore to analyze snippet code (#106079)
This commit is contained in:
parent
ea28f287f1
commit
6671503789
@ -461,7 +461,8 @@ class _SnippetChecker {
|
|||||||
// Remove output from building the flutter tool.
|
// Remove output from building the flutter tool.
|
||||||
stderr.removeWhere((String line) {
|
stderr.removeWhere((String line) {
|
||||||
return line.startsWith('Building flutter tool...')
|
return line.startsWith('Building flutter tool...')
|
||||||
|| line.startsWith('Waiting for another flutter command to release the startup lock...');
|
|| line.startsWith('Waiting for another flutter command to release the startup lock...')
|
||||||
|
|| line.startsWith('Flutter assets will be downloaded from ');
|
||||||
});
|
});
|
||||||
// Check out the stderr to see if the analyzer had it's own issues.
|
// Check out the stderr to see if the analyzer had it's own issues.
|
||||||
if (stderr.isNotEmpty && stderr.first.contains(RegExp(r' issues? found\. \(ran in '))) {
|
if (stderr.isNotEmpty && stderr.first.contains(RegExp(r' issues? found\. \(ran in '))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user