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
|
|
@ -48,6 +48,7 @@ class KonsistLicenseTest {
|
|||
.files
|
||||
.filter {
|
||||
it.moduleName.startsWith("enterprise").not() &&
|
||||
it.moduleName != "libraries/rustls-tls" &&
|
||||
it.nameWithExtension != "locales.kt" &&
|
||||
it.name.startsWith("Template ").not()
|
||||
}
|
||||
|
|
@ -78,6 +79,7 @@ class KonsistLicenseTest {
|
|||
.scopeFromProject()
|
||||
.files
|
||||
.filter {
|
||||
it.moduleName.endsWith("rustls-tls").not() &&
|
||||
it.nameWithExtension != "locales.kt" &&
|
||||
it.nameWithExtension != "KonsistLicenseTest.kt" &&
|
||||
it.name.startsWith("Template ").not()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue