mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
5eac06f458
Adds a test for Lintpref and two test files. Also makes some adjustments to `lintpref.yml` to improve support file loading. Differential Revision: https://phabricator.services.mozilla.com/D49674 --HG-- extra : moz-landing-system : lando
18 lines
474 B
YAML
18 lines
474 B
YAML
---
|
|
lintpref:
|
|
description: Linter for static prefs.
|
|
include:
|
|
- 'modules/libpref/init'
|
|
- 'browser/app/profile/'
|
|
- 'mobile/android/app/'
|
|
- 'devtools/client/preferences/'
|
|
- 'browser/branding/'
|
|
- 'mobile/android/installer/'
|
|
- 'mobile/android/locales/'
|
|
exclude: []
|
|
extensions: ['js']
|
|
type: external
|
|
payload: libpref:checkdupes
|
|
support-files:
|
|
- 'modules/libpref/init/StaticPrefList.yaml'
|