diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/lint-baseline.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/android/config/lint-baseline.xml b/android/config/lint-baseline.xml index f43a56a860..4e21f5e7b9 100644 --- a/android/config/lint-baseline.xml +++ b/android/config/lint-baseline.xml @@ -225,6 +225,22 @@ </issue> <issue + id="StringFormatCount" + message="Inconsistent number of arguments in formatting string `daita_description_slide_2_second_paragraph`; found both 1 here and 2 in values/strings.xml" + errorLine1=" <string name="daita_description_slide_2_second_paragraph">Daher verwenden wir automatisch Multihop, um %1$s mit jedem Server zu aktivieren.</string>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + <location + file="src/main/res/values-de/strings.xml" + line="100" + column="5"/> + <location + file="src/main/res/values/strings.xml" + line="416" + column="5" + message="Conflicting number of arguments (2) here"/> + </issue> + + <issue id="SyntheticAccessor" message="Access to `private` method `generateOtherStates` of class `AccountUiStatePreviewParameterProviderKt` requires synthetic accessor" errorLine1=" ) + generateOtherStates()" |
