Hi all, I'm new to Konsist and try to think about ...
# konsist
d
Hi all, I'm new to Konsist and try to think about how to integrate konsist checks in a multi component repository that has multiple apps that should follow roughly the same guidelines. My idea was to write a build convention that adds a runtime dependency onto several
<component>/konist-checks
modules and this runtime dependency would contain the actual (dynamic) tests. The build convention would also be configurable so that I could change the execution environment of the tests, e.g. by disabling tests that are irrelevant for some components, filtering out legacy Gradle library modules that should not be checked, aso. asf. Would that be a feasible approach or how do people "scale" konsist otherwise?