Replace rustls-platform-verifier-android.aar with single class (#6610)
* Replace the `rustls-platform-verifier-android.aar` with the actual source code * Exclude the platform-verifier code from linters * Add manual update instructions * Exclude from Kover too
This commit is contained in:
parent
eff5a02963
commit
9323cbba98
11 changed files with 530 additions and 37 deletions
|
|
@ -52,6 +52,9 @@ allprojects {
|
|||
|
||||
tasks.withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
|
||||
exclude("io/element/android/tests/konsist/failures/**")
|
||||
|
||||
// This file comes from another project and we want to keep it as close to the original as possible
|
||||
exclude("org/rustls/platformverifier/**")
|
||||
}
|
||||
|
||||
// KtLint
|
||||
|
|
@ -79,6 +82,9 @@ allprojects {
|
|||
|
||||
// This file comes from another project and we want to keep it as close to the original as possible
|
||||
exclude("**/SafeChildrenTransitionScope.kt")
|
||||
|
||||
// This file comes from another project and we want to keep it as close to the original as possible
|
||||
exclude("org/rustls/platformverifier/**")
|
||||
}
|
||||
}
|
||||
// Dependency check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue