aboutsummaryrefslogtreecommitdiff
path: root/webrtc/build/android/suppressions.xml
blob: 0fc22e08139285381c2233759c437abfcd54dd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>