bitwarden / authenticator-android

Bitwarden Authenticator mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
324 stars 22 forks source link

[BWA-52] Disable MissingTranslation lint error #156

Closed SaintPatrck closed 1 month ago

SaintPatrck commented 1 month ago

🎟️ Tracking

https://bitwarden.atlassian.net/browse/BWA-52

📔 Objective

Disable "MissingTranslations" lint error to prevent build failures when new string resources are added to the default file.

⏰ Reminders before review

🦮 Reviewer guidelines

github-actions[bot] commented 1 month ago

Logo Checkmarx One – Scan Summary & Detailsf39a65ee-8de5-4bd1-ac50-3d2384b24071

No New Or Fixed Issues Found

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.95%. Comparing base (d00a77e) to head (4b20032). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ===================================== Coverage 0.95% 0.95% ===================================== Files 85 85 Lines 4306 4306 Branches 475 475 ===================================== Hits 41 41 Misses 4254 4254 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SaintPatrck commented 1 month ago

Thanks, @andrebispo5