File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def GenerateAnalysisOptions(options):
84
84
85
85
To prevent dartanalyzer from tripping on the non-Dart files when it is
86
86
started from the root dart-sdk directory.
87
- https://github.com/Dart-Code/Dart-Code /issues/1295
87
+ https://github.com/dart-lang/sdk /issues/35562
88
88
89
89
Args:
90
90
options: supported options include: force, dir
@@ -96,6 +96,7 @@ def GenerateAnalysisOptions(options):
96
96
- runtime/**
97
97
- samples-dev/swarm/**
98
98
- sdk/lib/**
99
+ - sdk_nnbd/lib/**
99
100
- tests/**
100
101
- third_party/observatory_pub_packages/**
101
102
- third_party/pkg/**
@@ -106,7 +107,7 @@ def GenerateAnalysisOptions(options):
106
107
- tools/dom/**
107
108
- tools/sdks/dart-sdk/lib/**
108
109
- tools/status_clean.dart
109
- - xcodebuild / **"""
110
+ - xcodebuild/ **"""
110
111
111
112
fname = os .path .join (options .dir , "analysis_options.yaml" )
112
113
You can’t perform that action at this time.
0 commit comments