Skip to content

Commit ab2aac7

Browse files
authored
[CQ] analyze triage source in presubmit (#8285)
Following up from a conversation w/ @jwren. Enables analysis on `triage` tools as part of our presubmit. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 552dc78 commit ab2aac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/github.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ if [ "DART_BOT" = "$BOT" ] ; then
4747
echo "dart analyze"
4848
(cd flutter-idea/src; dart analyze)
4949
(cd tool/plugin; dart analyze)
50+
(cd tool/triage; dart pub upgrade && dart analyze)
5051

5152
# Ensure that the edits have been applied to template files (and their target
5253
# files have been regenerated).

0 commit comments

Comments
 (0)