lint.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.28.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. <ignore path="**/raw/encryption_key_words.txt" />
  17. </issue>
  18. <issue id="MissingQuantity">
  19. <ignore path="**/values-ka-rGE/strings.xml"/>
  20. </issue>
  21. <issue id="UnusedQuantity">
  22. <ignore path="**/values-sk-rSK/strings.xml"/>
  23. <ignore path="**/values-cs-rCZ/strings.xml"/>
  24. <ignore path="**/values-lt-rLT/strings.xml"/>
  25. </issue>
  26. <issue id="ExtraTranslation">
  27. <ignore path="**/strings.xml"/>
  28. <ignore path="**/values-b+en+001/strings.xml"/>
  29. </issue>
  30. <issue id="UnusedResources">
  31. <ignore path="**/values-**/strings.xml" />
  32. </issue>
  33. <issue id="TypographyEllipsis">
  34. <ignore path="**/values-**/strings.xml" />
  35. </issue>
  36. <issue id="Typos">
  37. <ignore path="**/values-**/strings.xml" />
  38. </issue>
  39. </lint>