I have an Android project that has the typical myproject/app/
directory along with another separate java module myproject/mymodule/
.
How do I add exceptions for mymodule
? Using relative paths in app/lint.xml doesn't seem to work.
<issue id="RxLeakedSubscription">
<ignore path="../mymodule/src/test/" />
</issue>