Skip to content

Commit

Permalink
wip(workflows): Fix buildLogic detekt issue
Browse files Browse the repository at this point in the history
Resolves: DCMAW-8361

Co-authored-by: Aamir <[email protected]>
  • Loading branch information
JacksonJ2W and aamirchoksi committed Apr 19, 2024
1 parent bd7815d commit 6a8a026
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ configure<KtlintExtension> {
filter {
exclude(
"**/generated/**",
"${project.projectDir}/build/**/*"
"**/build/**",
"${project.projectDir}/build/**/*",
"${project.projectDir}/**/build/**/*"
)
setIncludes(listOf("${project.projectDir}/src/**/*.kt"))
}
Expand Down

0 comments on commit 6a8a026

Please sign in to comment.