summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/checkstyle-suppressions.xml
blob: 4326882f9930e7d5557b69985d3af084228c70a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE suppressions PUBLIC
  "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
  "https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
  <suppress id="checkstyle:javadocmethod"
    files="org[/\\]mozilla[/\\]gecko[/\\]"/>
</suppressions>