DCM can detect and cleanup unused code. It would be amazing if this would be run by bots regularly, without humans worrying about it, just asking them to review/merge PR, when needed.
public packages like devtools_shared, devtools_app_shared, and devtools_extensions may show up with unused code in our repo, but may have usages by third party packages.
We'd also need to prevent the checks from running across certain files that have usage by DevTools code that lives inside google source code, with // ignore: unused-code
DCM can detect and cleanup unused code. It would be amazing if this would be run by bots regularly, without humans worrying about it, just asking them to review/merge PR, when needed.
public packages like devtools_shared, devtools_app_shared, and devtools_extensions may show up with unused code in our repo, but may have usages by third party packages.
We'd also need to prevent the checks from running across certain files that have usage by DevTools code that lives inside google source code, with // ignore: unused-code