Fixed
Status Update
Comments
tn...@google.com <tn...@google.com> #2
Going through various old bugs and came across this; I've added a unit test to confirm that this works now so it was fixed a while back.
No update yet.
Description
This works:
<issue id="UnusedResources">
<ignore path="**/ic_chevron_start.xml" />
</issue>
Neither of the following works (only for the UnusedResources check, it works for other checks and worked for UnusedResources before alpha5):
<issue id="UnusedResources">
<ignore path="**/res/**" />
</issue>
<issue id="all">
<ignore path="**/res/**" />
</issue>