Skip to content

Commit

Permalink
Analysis: Ignore android gradle plugin version lint warnings
Browse files Browse the repository at this point in the history
The AGP update is done manually.
  • Loading branch information
ParaskP7 committed Sep 26, 2024
1 parent d959b26 commit a1fa658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/lint/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<!-- GCM -->
<ignore path="**/generated/ksp/**/org/wordpress/android/push/Hilt_GCMMessageService.java" />
</issue>
<issue id="AndroidGradlePluginVersion" severity="ignore" /> <!-- The AGP update is done manually -->
<issue id="GradleDependency" severity="ignore" /> <!-- Dependabot will take care of this -->
<issue id="MissingNullAnnotationOnField">
<ignore path="**/generated/**" />
Expand Down

0 comments on commit a1fa658

Please sign in to comment.