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

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

Fix missing path placeholder for kt files and add docs to markdown check

parent ba9d0c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ plugins {
configure<SpotlessExtension> {
    configureKotlinCheck(
        targets = listOf(
            "*.kt",
            "**/*.kt",
        ),
        project = project,
        libs = libs,
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ configure<SpotlessExtension> {
    configureMarkdownCheck(
        targets = listOf(
            "*.md",
            "docs/**/*.md",
        ),
    )