blob: cb58d642bc6d287f45f34c331afcc136bd573016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
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'
|