Browse Source

ignore MissingQuantity in values-ka-rGE/strings.xml

Andy Scherzinger 7 năm trước cách đây
mục cha
commit
3867fbb0de
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      lint.xml

+ 6 - 1
lint.xml

@@ -8,4 +8,9 @@
     <issue id="UnusedResources">
         <ignore regexp="store_short_desc|store_full_desc" />
     </issue>
-</lint>
+    
+    <issue id="MissingQuantity">
+        <ignore path="/src/main/res/values-ka-rGE/strings.xml" />
+    </issue>
+
+</lint>