Skip to content

Commit b0e019e

Browse files
committed
Ignore PluralsCandidate, I do not know why it is reported by Danger, since this is a warning. Also make this issue an error.
1 parent 916ea0d commit b0e019e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vector/lint.xml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<!-- Wording -->
103103
<issue id="Typos" severity="error" />
104104
<issue id="TypographyDashes" severity="error" />
105+
<issue id="PluralsCandidate" severity="error" />
105106

106107
<!-- DI -->
107108
<issue id="JvmStaticProvidesInObjectDetector" severity="error" />

vector/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@
30163016
<string name="voice_message_reply_content">Voice Message (%1$s)</string>
30173017

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

0 commit comments

Comments
 (0)