From 05a155d3d8ff3d80b888b1307c7ccb693118c010 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 24 Sep 2017 22:04:41 +0200 Subject: Revert "do not ignore extra translations linter" This reverts commit fb69e05412453dfe91b8690119225c5ccf12835a. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 36b815551..f049d0ad0 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ android { } lintOptions { - disable 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource' + disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource' } subprojects { -- cgit v1.2.3