lint.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <lint>
  3. <issue id="UnusedAttribute">
  4. <ignore regexp="importantForAutofill"/>
  5. <ignore regexp="autofillHints"/>
  6. </issue>
  7. <issue id="InvalidPackage">
  8. <ignore path="**/freemarker-2.3.23.jar"/>
  9. <ignore path="**/nnio-0.2.jar"/>
  10. <ignore path="**/pkix-1.54.0.0.jar"/>
  11. </issue>
  12. <issue id="UnusedResources">
  13. <ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
  14. <ignore
  15. regexp="screenshot_01_gridView|screenshot_02_listView|screenshot_03_drawer|screenshot_04_accounts|screenshot_05_autoUpload|screenshot_06_davdroid"/>
  16. </issue>
  17. <issue id="MissingQuantity">
  18. <ignore path="**/values-ka-rGE/strings.xml"/>
  19. </issue>
  20. <issue id="UnusedQuantity">
  21. <ignore path="**/values-sk-rSK/strings.xml"/>
  22. <ignore path="**/values-cs-rCZ/strings.xml"/>
  23. <ignore path="**/values-lt-rLT/strings.xml"/>
  24. </issue>
  25. <issue id="ExtraTranslation">
  26. <ignore path="**/strings.xml"/>
  27. <ignore path="**/values-b+en+001/strings.xml"/>
  28. </issue>
  29. <issue id="UnusedResources">
  30. <ignore path="**/values-**/strings.xml" />
  31. </issue>
  32. <issue id="TypographyEllipsis">
  33. <ignore path="**/values-**/strings.xml" />
  34. </issue>
  35. <issue id="Typos">
  36. <ignore path="**/values-**/strings.xml" />
  37. </issue>
  38. </lint>