Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fuchsia OS
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hacrwang
Fuchsia OS
Commits
89159a37
Commit
89159a37
authored
7 years ago
by
P.Y. Laligand
Browse files
Options
Downloads
Patches
Plain Diff
[dart] Removed reference to obsolete flag.
Change-Id: Iec8c139fc2bd6204f08b64553008b31eafaec85d
parent
556f20a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dart.md
+3
-4
3 additions, 4 deletions
dart.md
with
3 additions
and
4 deletions
dart.md
+
3
−
4
View file @
89159a37
...
...
@@ -70,8 +70,10 @@ dependencies:
## Analysis
Analysis is run as part of the Fuchsia build.
For each
`dart_package`
and
`flutter_app`
target, an analysis script gets
generated in the output directory under:
also
generated in the output directory under:
```
sh
out/<build-type>/gen/path/to/package/package.analyzer.sh
```
...
...
@@ -107,9 +109,6 @@ scripts/run-dart-action.py analyze --out out/<build-type> --fatal-warnings --lin
```
This holds true for the individual analysis scripts.
Lastly, it is possible to automatically run analysis as part of the build by
passing the
`--with-dart-analysis`
flag to the
`gen.py`
script.
## Testing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment