ModuleCheck icon indicating copy to clipboard operation
ModuleCheck copied to clipboard

Support per-module checks

Open RBusarow opened this issue 3 years ago • 1 comments

In grotesquely large codebases with thousands of modules, the initial check can take enough time that it's no longer trivial to just execute against all modules. If a developer is modifying the dependencies in a single module -- probably somewhere in a middle layer of the dependency graph -- they should be able to execute against that single module.

RBusarow avatar Feb 18 '22 17:02 RBusarow

For some rules, just starting from that module works. But some others, it may be required to go up until the root and cover ancestors.

tasomaniac avatar Mar 20 '22 11:03 tasomaniac