Set OldTargetApi to a warning (#3836)
`OldTargetApi` default behaviour is to warn (https://googlesamples.github.io/android-custom-lint-rules/checks/OldTargetApi.md.html) Set it back to that, so that CI runs on runners with newer versions of the SDK installed do not fail.
This commit is contained in:
parent
f5ffe3cb52
commit
2a04edc69b
|
@ -40,6 +40,9 @@
|
|||
how to add to it when it's wrong. -->
|
||||
<issue id="Typos" severity="warning" />
|
||||
|
||||
<!-- Set OldTargetApi back to warning -->
|
||||
<issue id="OldTargetApi" severity="warning" />
|
||||
|
||||
<!-- Mark all other lint issues as errors -->
|
||||
<issue id="all" severity="error" />
|
||||
</lint>
|
||||
|
|
Loading…
Reference in New Issue