24 lines
988 B
XML
24 lines
988 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<lint>
|
||
|
<!-- These lint settings is for the Android linter that gets run by
|
||
|
lint_action.gypi on compile of WebRTC java code. All WebRTC java code
|
||
|
should lint cleanly for the issues below. -->
|
||
|
<!-- TODO(phoglund): make work with suppress.py or remove printout referring
|
||
|
to suppress.py. -->
|
||
|
<issue id="NewApi"></issue>
|
||
|
|
||
|
<issue id="Locale" severity="ignore"/>
|
||
|
<issue id="SdCardPath" severity="ignore"/>
|
||
|
<issue id="UseValueOf" severity="ignore"/>
|
||
|
<issue id="InlinedApi" severity="ignore"/>
|
||
|
<issue id="DefaultLocale" severity="ignore"/>
|
||
|
<issue id="Assert" severity="ignore"/>
|
||
|
<issue id="UseSparseArrays" severity="ignore"/>
|
||
|
|
||
|
<!-- These are just from the dummy AndroidManifest.xml we use for linting.
|
||
|
It's in the same directory as this file. -->
|
||
|
<issue id="MissingApplicationIcon" severity="ignore"/>
|
||
|
<issue id="AllowBackup" severity="ignore"/>
|
||
|
<issue id="MissingVersion" severity="ignore"/>
|
||
|
</lint>
|