23 lines
994 B
XML
23 lines
994 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Our translations are crowd-sourced -->
|
|
<issue id="MissingTranslation" severity="ignore"/>
|
|
|
|
<!-- to make CI fail on errors until this is fixed
|
|
https://github.com/rtyley/spongycastle/issues/7 -->
|
|
<issue id="InvalidPackage" severity="warning"/>
|
|
<issue id="ImpliedQuantity" severity="warning"/>
|
|
|
|
<!-- These are important to us, so promote from warning to error -->
|
|
<issue id="AppCompatMethod" severity="error"/>
|
|
<issue id="NestedScrolling" severity="error"/>
|
|
<issue id="StringFormatCount" severity="error"/>
|
|
<issue id="UnsafeProtectedBroadcastReceiver" severity="error"/>
|
|
|
|
<!-- these should be fixed, but it'll be a chunk of work -->
|
|
<issue id="SetTextI18n" severity="error">
|
|
<ignore path="src/main/java/org/fdroid/fdroid/views/AppDetailsRecyclerViewAdapter.java"/>
|
|
<ignore path="src/main/java/org/fdroid/fdroid/views/apps/AppListItemController.java"/>
|
|
</issue>
|
|
</lint>
|