Skip to content

Commit

Permalink
build: Add lint config
Browse files Browse the repository at this point in the history
Resolves: DCMAW-7374
  • Loading branch information
alex-bradbury committed Dec 14, 2023
1 parent 2a264b7 commit 7764647
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/android/baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">

</issues>
14 changes: 14 additions & 0 deletions config/android/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage">
<ignore path="**/jj2000-5.2**" />
<ignore path="**/org.jacoco/org.jacoco.agent/**" />
<ignore path="**/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm/**" />
<ignore path="**/io.ktor/ktor-utils-jvm/2.1.2/**"/>
</issue>

<issue id="PermissionNamingConvention">
<ignore path="**/AndroidManifest.xml" />
</issue>
</lint>

0 comments on commit 7764647

Please sign in to comment.