mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
8 lines
378 B
XML
8 lines
378 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- It's a bummer, but Android Studio doesn't seem to be smart enough to recognize Optional and stream() are available to us in this lib -->
|
|
<issue id="NewApi" severity="ignore" />
|
|
<issue id="OptionalUsedAsFieldOrParameterType" severity="ignore" />
|
|
<issue id="NewClassNamingConvention" severity="ignore" />
|
|
</lint>
|