I’d like to run implicit-imports and redundant-imports inspection with one call to tuist inspect. We’re running both in a pre-commit hook, so it would be great to have it run as quickly as possible.
Is there a way we can restructure the command to support that?
We will need to keep the current tuist inspect implicit-imports and tuist inspect redundant-imports , so this is not a breaking change. But we can deprecate these two commands and remove them from the –help menu.
I called it tuist inspect dependencies because that seems more accurate (the imports aren’t implicit or redundant, that’s just what we use to determine whether the dependencies are implicit or redundant).