You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ need to know how to use the `dart_dev` tool.
71
71
-**Coverage:** collects coverage over test suites (unit, integration, and functional) and generates a report. Uses the [`coverage` package](https://github.com/dart-lang/coverage).
72
72
-**Code Formatting:** runs the [`dartfmt` tool from the `dart_style` package](https://github.com/dart-lang/dart_style) over source code.
73
73
-**Static Analysis:** runs the [`dartanalyzer`](https://www.dartlang.org/tools/analyzer/) over source code.
74
-
-**Documentation Generation:** runs the tool from [the `dartdoc` package](https://github.com/dart-lang/dartdoc) to generate docs.
74
+
-**Documentation Generation:** runs the tool from [the `dartdoc` package](https://github.com/dart-lang/dartdoc) to generate docs.
75
75
-**Serving Examples:** uses [`pub serve`](https://www.dartlang.org/tools/pub/cmd/pub-serve.html) to serve the project examples.
76
76
-**Applying a License to Source Files:** copies a LICENSE file to all applicable files.
77
77
@@ -253,10 +253,16 @@ All configuration options for the `analyze` task are found on the
253
253
<td>Show hint results.</td>
254
254
</tr>
255
255
<tr>
256
-
<td><code>fatalHints</code></td>
257
-
<td><code>bool</code></td>
258
-
<td><code>false</code></td>
259
-
<td>Fail on hints (requests hints to be true).</td>
256
+
<td><code>fatalHints</code></td>
257
+
<td><code>bool</code></td>
258
+
<td><code>false</code></td>
259
+
<td>Fail on hints (requests hints to be true).</td>
<td>Platforms on which to run the tests (handled by the Dart test runner). See https://github.com/dart-lang/test#platform-selector-syntax for a full list of supported platforms.
434
-
<strong>* Not all platforms are supported by all continuous integration servers. Please consult your CI server's documentation for more details.</strong>
440
+
<strong>* Not all platforms are supported by all continuous integration servers. Please consult your CI server's documentation for more details.</strong>
0 commit comments