Skip to content

Commit

Permalink
Fix lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 14, 2023
1 parent c786483 commit b94bdf2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/lint/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@
<issue id="InvalidPackage">

<!--
gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.14.4/20498aaec9b00a5cfdb831e7bf68feafa833ce4b/byte-buddy-1.14.4.jar
Invalid package reference in library; not included in Android: `java.lang.instrument`. Referenced from `net.bytebuddy.agent.builder.AgentBuilder`.
gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.14.4/20498aaec9b00a5cfdb831e7bf68feafa833ce4b/byte-buddy-1.14.4.jar:0 in project ':component:test-base-unit'/debug
Invalid package reference in library; not included in Android: `java.lang.instrument`. Referenced from `net.bytebuddy.agent.builder.AgentBuilder`.
-->
<ignore regexp="^Invalid package reference in library; not included in Android: `java.lang.instrument`\. Referenced from `net\.bytebuddy\.agent\.builder\.AgentBuilder`\.$" />
<ignore regexp="^Invalid package reference in library; not included in Android: `java\.lang\.instrument`\. Referenced from `net\.bytebuddy\.agent\.builder\.AgentBuilder`\.$" />

<!--
gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/5.3.0/a8169e15cb4016bd35594134c84f62b773e3391d/mockito-core-5.3.0.jar:0 in project ':component:test-base-ui'/debug
Invalid package reference in org.mockito:mockito-core; not included in Android: `java.lang.instrument`. Referenced from `org.mockito.internal.creation.bytebuddy.InlineBytecodeGenerator`.
-->
<ignore regexp="^Invalid package reference in org\.mockito:mockito-core; not included in Android: `java\.lang\.instrument`\. Referenced from `org\.mockito\.internal\.creation\.bytebuddy\.InlineBytecodeGenerator`\.$" />

</issue>

Expand Down

0 comments on commit b94bdf2

Please sign in to comment.