Skip to content

Commit 4514fd1

Browse files
committed
exclude flutter_app from main analysis
fix
1 parent 907c90b commit 4514fd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
analyzer:
2+
exclude:
3+
- pkgs/objective_c/example/flutter_app # Flutter app that does not analyze as part of `dart analyze` for the workspace.

tool/ci.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:io';
65
import 'dart:ffi';
6+
import 'dart:io';
77

88
import 'package:args/args.dart';
99
import 'package:yaml/yaml.dart';

0 commit comments

Comments
 (0)