Explorar o código

add lint ignore for newApi within build dir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
5d8883e8c2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lint.xml

+ 4 - 0
lint.xml

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