Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to identify backends not part of the pants distribution. (#…
…20548) These mistakes are done over and over again, and goes undetected for too long. As a follow up, we could add a check mode and run during CI to catch early. For now, it's merely a conveniency that can be run manually. Example output (pre #20529): ``` ❯ ./build-support/bin/check_orphaned_plugins.py These are discovered backends, which are not included in the pantsbuild.pants distribution: * (internal_plugins.releases - intentionally excluded) * (internal_plugins.test_lockfile_fixtures - intentionally excluded) * pants.backend.build_files.fmt.ruff * pants.backend.experimental.typescript * (pants_explorer.server - intentionally excluded) ``` --------- Co-authored-by: cburroughs <[email protected]>
- Loading branch information