Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / tools / lint / lintpref.yml
blobcb58d642bc6d287f45f34c331afcc136bd573016
1 ---
2 lintpref:
3     description: Linter for static prefs.
4     include:
5         - 'modules/libpref/init'
6         - 'browser/app/profile/'
7         - 'mobile/android/app/'
8         - 'devtools/client/preferences/'
9         - 'browser/branding/'
10         - 'mobile/android/installer/'
11         - 'mobile/android/locales/'
12     exclude: []
13     extensions: ['js']
14     type: external
15     payload: libpref:checkdupes
16     support-files:
17         - 'modules/libpref/init/StaticPrefList.yaml'