gecko-dev/tools/lint/lintpref.yml
Kristen Wright 5eac06f458 Bug 1587180 - 4. Write a test for Lintpref r=ahal
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
2019-10-21 19:23:08 +00:00

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'