gecko-dev/tools/lint/android-format.yml
Makoto Kato 1756e8266e Bug 1740799 - Format Kotlin code using ktlint. r=geckoview-reviewers,owlish,linter-reviewers,sylvestre
Android-component and Fenix use ktlint, so mozilla-central should use same
tools via spotless.

This is from https://phabricator.services.mozilla.com/D131018

Differential Revision: https://phabricator.services.mozilla.com/D161557
2022-11-18 00:55:03 +00:00

16 lines
428 B
YAML

---
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