Skip to content

Commit

Permalink
Ignore missing and extra translation checks
Browse files Browse the repository at this point in the history
Translation strings should only be removed in the default translation.
Crowdin will update the removed strings in all other translation files
automatically later. To pass the Jenkins job if strings have been
removed from the default translation only, following checks have been
disabled.

- Remove StringTest.java
- Ignore Lint warning ExtraTranslation which would warn if there is a
  translated string which isn't in the default translation.

http://tools.android.com/tips/lint-checks
  • Loading branch information
robertpainsi committed Sep 7, 2015
1 parent 545834c commit b5c8733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 232 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -200,7 +200,7 @@ android {
ignore 'ContentDescription', 'InvalidPackage', 'ValidFragment', 'GradleDependency',
'ClickableViewAccessibility', 'UnusedAttribute', 'CommitPrefEdits', 'OldTargetApi',
'RtlSymmetry', 'GradleDynamicVersion', 'RtlHardcoded', 'HandlerLeak', 'IconMissingDensityFolder',
'WrongRegion', 'RelativeOverlap', 'IconColors', 'MissingTranslation'
'WrongRegion', 'RelativeOverlap', 'IconColors', 'MissingTranslation', 'ExtraTranslation'

textReport true
xmlReport true
Expand Down
231 changes: 0 additions & 231 deletions catroidSourceTest/src/org/catrobat/catroid/test/code/StringsTest.java

This file was deleted.

0 comments on commit b5c8733

Please sign in to comment.