Skip to content

Commit a8d2d96

Browse files
authored
chore: Ignore VisibleForTesting-annotated elements for purposes of api validation (#117)
1 parent 27c702c commit a8d2d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/plugins/src/main/kotlin/ApiValidatorConventionPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ApiValidatorConventionPlugin : Plugin<Project> {
3030
extensions.configure<ApiValidationExtension> {
3131
// Ignore anything marked with an internal API marker
3232
nonPublicMarkers += amplifyInternalMarkers
33+
nonPublicMarkers += "androidx.annotation.VisibleForTesting"
3334
}
3435
}
3536
}

0 commit comments

Comments
 (0)