mirror of https://github.com/beemdevelopment/Aegis
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
573 B
XML
16 lines
573 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="MissingQuantity" severity="ignore" />
|
|
<issue id="InvalidPackage">
|
|
<ignore regexp="X509LDAPCertStoreSpi" />
|
|
</issue>
|
|
<issue id="NotificationPermission">
|
|
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
|
|
</issue>
|
|
<issue id="UnusedResources" severity="error">
|
|
<ignore path="res/raw/aboutlibraries.json" />
|
|
<ignore regexp="res/mipmap.*/ic_launcher_debug.*.png" />
|
|
</issue>
|
|
</lint>
|