Skip to content

Commit

Permalink
style: fixed ktlint violations ignoring build/generated folder
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Addazi <[email protected]>
  • Loading branch information
loradd committed Mar 11, 2024
1 parent e7c474a commit d719d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ buildConfig {
ktlint {
version = "1.2.1"
filter {
exclude("**/generated/**")
exclude { it.file.path.contains(layout.buildDirectory.dir("generated").get().toString()) }
}
}

0 comments on commit d719d03

Please sign in to comment.