Skip to content

Commit

Permalink
Merge pull request #21255 from wordpress-mobile/reduce_lint_reports
Browse files Browse the repository at this point in the history
Reduce size of Lint report by disabling `UnknownNullness` check
  • Loading branch information
wzieba authored Sep 25, 2024
2 parents ec8461f + 38a83ba commit 4ae91c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/lint/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- EDITOR -->
<ignore path="**/org.jsoup/**" /> <!-- jsoup -->
</issue>
<!-- After addressing them, remove the below set of security issues from this list -->
<!-- TODO: After addressing them, remove the below set of security issues from this list -->
<issue id="MissingAutoVerifyAttribute" severity="warning" />
<issue id="SensitiveExternalPath" severity="warning" />
<issue id="WeakPrng" severity="warning" />
Expand Down Expand Up @@ -79,4 +79,6 @@

<!-- TODO: https://github.com/wordpress-mobile/WordPress-Android/issues/21065 -->
<issue id="UsingMaterialAndMaterial3Libraries" severity="warning" />
<!-- We rely on more granural checks from WordPress-Lint-Android -->
<issue id="UnknownNullness" severity="ignore" />
</lint>

0 comments on commit 4ae91c2

Please sign in to comment.