瀏覽代碼

Lint: ignore StringFormatCount for translated files

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 7 月之前
父節點
當前提交
229f59269e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/lint.xml

+ 4 - 0
app/lint.xml

@@ -34,6 +34,10 @@
     <issue id="UnusedQuantity">
         <ignore path="**/values-**/strings.xml" />
     </issue>
+    
+    <issue id="StringFormatCount">
+        <ignore path="**/values-**/strings.xml" />
+    </issue>
 
     <issue id="ExtraTranslation">
         <ignore path="**/strings.xml"/>