Skip to content

Commit

Permalink
Build/rat: another exclude for rat (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Nov 26, 2024
1 parent d21b678 commit 5960a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ tasks.named<RatTask>("rat").configure {
excludes.add("**/go.sum")

excludes.add("**/kotlin-compiler*")
excludes.add("**/build-logic/.kotlin/errors/*")
}

// Pass environment variables:
Expand Down

0 comments on commit 5960a77

Please sign in to comment.