Skip to content

Commit 39181a4

Browse files
committed
~update sniffer data
1 parent 956ce96 commit 39181a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/animalsniffer-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ configure(subprojects) {
2222
// Specific files so nothing from core is accidentally skipped
2323
tasks.withType<AnimalSniffer>().configureEach {
2424
exclude("**/future/FutureKt*")
25-
exclude("**/future/ContinuationConsumer*")
25+
exclude("**/future/ContinuationHandler*")
2626
exclude("**/future/CompletableFutureCoroutine*")
2727

2828
exclude("**/stream/StreamKt*")

0 commit comments

Comments
 (0)