Skip to content

Commit

Permalink
change linting convention to use a platform agnostic file separator
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed May 14, 2024
1 parent b223d42 commit 941ca4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
}

tasks.withType<ConfigurableKtLintTask>().configureEach {
exclude { it.file.path.contains("build/")}
exclude { it.file.path.contains("build${File.separator}") }
}

0 comments on commit 941ca4c

Please sign in to comment.