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
Quality of life developer tooling changes for dartdoc (#2070)
* Quality of life tooling changes for dartdoc
* Add a CONTRIBUTING comment
* Update appveyor call to grinder
* Strip fragile checks from the sdk-analyzer test hack
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ yet in the issue tracker, start by opening an issue. Thanks!
26
26
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`.
27
27
4. For major changes, run `grind compare-sdk-warnings` and `grind compare-flutter-warnings`, and include the summary results in your pull request.
28
28
5. Be sure to format your Dart code using `dartfmt -w`, otherwise travis will complain.
29
-
6. Post your change via a pull request for review and integration!
29
+
6. Use `grind presubmit` before creating a pull request to quickly check for common problems.
30
+
7. Post your change via a pull request for review and integration!
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1| grep "dartdoc failed: dartdoc could not find any libraries to document.$"
38
38
PACKAGE_NAME=shelf_exception_handler PACKAGE_VERSION=">=0.2.0" pub run grinder build-pub-package
39
39
elif [ "$DARTDOC_BOT"="sdk-analyzer" ];then
40
-
echo"Running main dartdoc bot against the SDK analyzer"
40
+
echo"Running all tests against the SDK analyzer"
41
41
unset COVERAGE_TOKEN
42
-
DARTDOC_GRIND_STEP=buildbot-no-publish pub run grinder test-with-analyzer-sdk
0 commit comments