Package io.github.gmazzo.codeowners
Interface CodeOwnersInspectDependencies
-
- All Implemented Interfaces:
public interface CodeOwnersInspectDependencies
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCodeOwnersInspectDependencies.DependenciesMode
-
Method Summary
Modifier and Type Method Description abstract Property<CodeOwnersInspectDependencies.DependenciesMode>getInspectDependencies()Whether to inspect or not runtime dependencies of the module to detect package collisions and generate more accurate ownership information. -
-
Method Detail
-
getInspectDependencies
abstract Property<CodeOwnersInspectDependencies.DependenciesMode> getInspectDependencies()
Whether to inspect or not runtime dependencies of the module to detect package collisions and generate more accurate ownership information.
Default to DependenciesMode.LOCAL_PROJECTS which has the best performance/accuracy ratio.
-
-
-
-