Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bb887345 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Fix Spotless

parent 4a30419e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@ fun SpotlessExtension.configureKotlinGradleCheck(
            .editorConfigOverride(
                mapOf(
                    "ktlint_standard_function-signature" to "disabled",
                ),
            )
            )
        target(targets)
        target(*targets.toTypedArray())
        targetExclude("**/build/")
    }
}
@@ -45,9 +45,9 @@ fun SpotlessExtension.configureMarkdownCheck(
        prettier("3.3.3").config(
            mapOf(
                "parser" to "markdown",
            ),
        )
        )
        target(targets)
        target(*targets.toTypedArray())
        targetExclude(
            "**/build/",
        )