mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
c5f931e3b5
API lint is arguably the most valuable lint of all, but it's also hard to fit into the Phab ecosystem, since there's no place to hang the "API hash not correct" message in the case when the hash hasn't been updated at all. Therefore, this commit doesn't convert it. See also https://github.com/mozilla-mobile/gradle-apilint/issues/61 for adding file/line information to API lint. Differential Revision: https://phabricator.services.mozilla.com/D35277 --HG-- rename : mobile/android/config/mozconfigs/android-api-16-frontend/nightly => mobile/android/config/mozconfigs/android-api-16/nightly-android-lints extra : moz-landing-system : lando
16 lines
413 B
YAML
16 lines
413 B
YAML
---
|
|
android-lint:
|
|
description: Android 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:lint
|
|
setup: android.lints:setup
|