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
* Refactor more documentation comment generation into DocumentationComment (#2817)
* Straight move
* Partial
* delete experiment
* rebuild
* remove ??= from a cut and paste
* Continuing the crushing down of documentation handling (#2818)
* Straight move
* Partial
* delete experiment
* rebuild
* moved computeDocumentationComment and documentationComment
* Move more documentation comment handling
* remove ??= from a cut and paste
* Documentation comment move for combos
* better as a getter
* Remove all deprecated bits in preparation for next release (#2821)
* Remove all deprecated bits in preparation for next release
* make some things final
* documentationComment can now be non-nullable (#2819)
* Straight move
* Partial
* delete experiment
* rebuild
* moved computeDocumentationComment and documentationComment
* Move more documentation comment handling
* remove ??= from a cut and paste
* Documentation comment move for combos
* better as a getter
* Untangle synthetic combo documentation in preparing for non-null
* rebuild
* documentationComment can be made non-nullable
* Update test.yaml to delete sdk check from beta branch
* tab conversion error
* correct name
* Stop testing beta in the bots (#2824)
* disable beta
* try switching on stable
* stable doesn't work for a lot of things now either :-(
* try enabling the main bot
* Change "dartfmt" -> "dart format". (#2822)
Co-authored-by: Janice Collins <[email protected]>
Co-authored-by: Bob Nystrom <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ yet in the issue tracker, start by opening an issue. Thanks!
24
24
2. When a change is user-facing, please add a new entry to the [changelog](https://github.com/dart-lang/dartdoc/blob/master/CHANGELOG.md)
25
25
3. Please include a test for your change. `dartdoc` has both `package:test`-style unittests as well as integration tests. To run the unittests, use `grind test`.
26
26
4. For major changes, run `grind compare-sdk-warnings` and `grind compare-flutter-warnings`, and include the summary results in your pull request.
27
-
5. Be sure to format your Dart code using `dartfmt -w`, otherwise travis will complain.
27
+
5. Be sure to format your Dart code using `dart format`, otherwise travis will complain.
28
28
6. Use `grind presubmit` before creating a pull request to quickly check for common problems.
29
29
7. Post your change via a pull request for review and integration!
0 commit comments