Skip to content

Commit

Permalink
Add .kotlin/ to RAT excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Jan 13, 2025
1 parent be78642 commit 5eec07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ tasks.rat {
exclude(
"README.md", "CODE_OF_CONDUCT.md",
".gradletasknamecache", "gradle/wrapper/**", "gradlew*", "build/**", // Gradle
".nb-gradle/**", "*.iml", "*.ipr", "*.iws", "*.idea/**", ".editorconfig" // IDEs
".kotlin/**", // Kotlin
".nb-gradle/**", "*.iml", "*.ipr", "*.iws", "*.idea/**", ".editorconfig", // IDEs
)
notCompatibleWithConfigurationCache("https://github.com/eskatos/creadur-rat-gradle/issues/23")
}

0 comments on commit 5eec07e

Please sign in to comment.