Ignore RestrictedApiCheck for generated files

https://stackoverflow.com/a/53193227
This commit is contained in:
Stefan Niedermann 2020-06-10 09:06:43 +02:00
parent b508452eb0
commit 8a70f22cc3
1 changed files with 3 additions and 0 deletions

View File

@ -48,4 +48,7 @@
<ignore path="**/bouncycastle/est/jcajce/*.class" />
</issue>
<issue id="RestrictedApi" severity="error">
<ignore path="build" />
</issue>
</lint>