add lint ignore for newApi within build dir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-06-10 09:09:56 +02:00
parent 8a70f22cc3
commit 5d8883e8c2
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -51,4 +51,8 @@
<issue id="RestrictedApi" severity="error">
<ignore path="build" />
</issue>
<issue id="NewApi" severity="error">
<ignore path="build" />
</issue>
</lint>