You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
432 B

<?xml version="1.0" encoding="UTF-8"?>
<lint>
 <!-- OpenSSLX509Certificate overrides a method added in API 26, but it does so knowingly. -->
<issue id="Override">
<ignore path="**/org/conscrypt/OpenSSLX509Certificate.java" />
    </issue>
<!-- These won't actually be included in the platform build. -->
<issue id="Assert">
<ignore path="**/org/conscrypt/Platform.java" />
</issue>
</lint>