Loading app/lint.xml +5 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,11 @@ <!-- Performance: checks we'd like to eventually set to error. --> <issue id="UseCompoundDrawables" severity="warning" /> <issue id="Overdraw" severity="warning" /> <issue id="UnusedResources" severity="error" /> <issue id="UnusedResources" severity="error"> <!-- Using an automated process to remove localized strings after they are removed from the default strings.xml means the files for localized strings will contain unused resources for a few days after the original removal operation. --> <ignore path="**/values-*/strings.xml" /> </issue> <!-- Performance: checks that we're unsure of the value of that we might want to investigate. --> <issue id="UnpackedNativeCode" severity="informational" /> Loading Loading
app/lint.xml +5 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,11 @@ <!-- Performance: checks we'd like to eventually set to error. --> <issue id="UseCompoundDrawables" severity="warning" /> <issue id="Overdraw" severity="warning" /> <issue id="UnusedResources" severity="error" /> <issue id="UnusedResources" severity="error"> <!-- Using an automated process to remove localized strings after they are removed from the default strings.xml means the files for localized strings will contain unused resources for a few days after the original removal operation. --> <ignore path="**/values-*/strings.xml" /> </issue> <!-- Performance: checks that we're unsure of the value of that we might want to investigate. --> <issue id="UnpackedNativeCode" severity="informational" /> Loading