Skip to content
Prev Previous commit
Next Next commit
ignore avoid_print in pigeon project runner
  • Loading branch information
vashworth committed Jun 4, 2024
commit ce432a1f1b970e6aed4a52b059f49bf07e8e995b
2 changes: 2 additions & 0 deletions packages/pigeon/tool/shared/native_project_runners.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: avoid_print

import 'dart:io';

import 'package:path/path.dart' as path;
Expand Down