Tidy doesn't check the dependencies from submodules/subtrees #83554
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Filing this so that I don't forget to fix it...
We have a license check on tidy for each dependency but it doesn't check dependencies coming from submodules/subtrees. For instance, tidy doesn't say anything about the
libm
crate, which comes from rustfmt (rustfmt-nightly -> bytecount -> packed_simd2 -> libm
). Ideally, tidy should also check those dependencies.Originally discussed on #83239 (comment).
The text was updated successfully, but these errors were encountered: