dotanuki-labs/norris

View on GitHub
gradle/plugins/src/main/kotlin/io/dotanuki/norris/gradle/modules/AutoModulePlugin.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method apply has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    override fun apply(target: Project) {
        with(target) {
            pluginManager.apply("com.adarshr.test-logger")
            target.applyTestLoggingConventions()

    There are no issues that match your filters.

    Category
    Status