-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlint.xml
More file actions
20 lines (20 loc) · 848 Bytes
/
lint.xml
File metadata and controls
20 lines (20 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?><!--
~ Copyright (c) SRG SSR. All rights reserved.
~ License information is available from the LICENSE file.
-->
<lint>
<issue id="InvalidPackage">
<!-- Robolectric brings these dependencies transitively, but they are not in the Android SDK -->
<ignore regexp="java.awt" />
<ignore regexp="java.lang.management" />
<ignore regexp="javax.imageio" />
<ignore regexp="javax.inject" />
<ignore regexp="javax.naming" />
<ignore regexp="javax.xml" />
</issue>
<issue id="UnsafeOptInUsageError">
<ignore regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
</issue>
<issue id="MissingTranslation" severity="warning" />
<issue id="UnsupportedChromeOsHardware" severity="informational" />
</lint>