Skip to content

Commit

Permalink
Update InvalidPackage Lint rule configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 16, 2024
1 parent 5da8b99 commit 0c01baf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
-->
<lint>
<issue id="InvalidPackage">
<ignore regexp="kotlinx.coroutines.debug.AgentPremain" />
</issue>
<!-- https://youtrack.jetbrains.com/issue/KTOR-3690 -->
<issue id="InvalidPackage">
<ignore regexp="io.ktor:ktor-utils-jvm" />
<!-- 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\)' />
Expand Down

0 comments on commit 0c01baf

Please sign in to comment.