We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44523e7 commit 76e7220Copy full SHA for 76e7220
1 file changed
.github/workflows/build.yaml
@@ -83,9 +83,9 @@ jobs:
83
run: |
84
dcm analyze packages/devtools_app packages/devtools_app_shared packages/devtools_extensions packages/devtools_shared packages/devtools_test
85
- name: Run dcm checks on packages
86
- # TODO(https://github.com/flutter/devtools/issues/9906): run on all packages.
+ # TODO(https://github.com/flutter/devtools/issues/9906): run on all DevTools packages.
87
88
- dcm check-unused-code packages/devtools_app
+ dcm check-unused-code packages/devtools_app --exclude-public-api
89
90
test-packages:
91
name: ${{ matrix.os }} ${{ matrix.package }} test
0 commit comments