Skip to content

Commit

Permalink
Ignore PluralsCandidate, I do not know why it is reported by Danger, …
Browse files Browse the repository at this point in the history
…since this is a warning. Also make this issue an error.
  • Loading branch information
bmarty committed Jul 28, 2022
1 parent 916ea0d commit b0e019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vector/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<!-- Wording -->
<issue id="Typos" severity="error" />
<issue id="TypographyDashes" severity="error" />
<issue id="PluralsCandidate" severity="error" />

<!-- DI -->
<issue id="JvmStaticProvidesInObjectDetector" severity="error" />
Expand Down
2 changes: 1 addition & 1 deletion vector/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3016,7 +3016,7 @@
<string name="voice_message_reply_content">Voice Message (%1$s)</string>

<string name="a11y_audio_message_item">%1$s, %2$s, %3$s</string> <!-- filename, duration, file size -->
<string name="a11y_audio_playback_duration">%1$d minutes %2$d seconds</string>
<string name="a11y_audio_playback_duration" tools:ignore="PluralsCandidate">%1$d minutes %2$d seconds</string>
<string name="a11y_play_audio_message">Play %1$s</string>
<string name="a11y_pause_audio_message">Pause %1$s</string>
<string name="error_audio_message_unable_to_play">Unable to play %1$s</string>
Expand Down

0 comments on commit b0e019e

Please sign in to comment.