summaryrefslogtreecommitdiffstats
path: root/tools/lint/android-format.yml
blob: cacf3ff2d754d5b4c11fd5503b1ba696d886b119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
android-format:
    description: Android formatting lint
    include: ['mobile/android']
    exclude: []
    extensions: ['java', 'kt']
    support-files:
        - 'mobile/android/**/Makefile.in'
        - 'mobile/android/config/**'
        - 'mobile/android/gradle.configure'
        - 'mobile/android/**/moz.build'
        - '**/*.gradle'
    type: global
    payload: android.lints:format
    setup: android.lints:setup