Skip to content

Commit

Permalink
Suppress Google Services lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Sep 9, 2024
1 parent b263ec9 commit 74c8e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/lint/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<ignore path="**/libs/editor/src/main/res/drawable-hdpi/**" /> <!-- 6 errors -->
<!-- GOOGLE SERVICES -->
<ignore path="**/generated/res/google-services/**/values/values.xml" />
<ignore path="**/generated/res/google-services/**/xml/global_tracker.xml" />
<ignore path="**/xml/global_tracker.xml" />
<ignore regexp="ga_trackingId|project_id" />
<!-- LOCALIZATION -->
<ignore regexp=".*\/values\-([a-z]|[A-Z]|\-){2,6}\/strings\.xml$"/>
<ignore regexp=".*\/values\/strings\.xml$"/>
Expand Down

0 comments on commit 74c8e0a

Please sign in to comment.