summaryrefslogtreecommitdiffstats
path: root/comm/tools/lint/lintpref.yml
blob: 2e456279251cdfcb066557317f4fbedd145573ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
lintpref:
    description: Linter for static prefs.
    include:
        - 'comm/calendar/base/calendar.js'
        - 'comm/chat/chat-prefs.js'
        - 'comm/mail/app/profile/'
        - 'comm/mail/branding/'
        - 'comm/mail/components/compose/composer.js'
        - 'comm/mail/components/im/all-im.js'
        - 'comm/mail/locales/en-US/all-l10n.js'
        - 'comm/mailnews/extensions/mdn/mdn.js'
        - 'comm/mailnews/mailnews.js'
    exclude: []
    extensions: ['js']
    type: external
    payload: commlint:lint_wrapper
    wraps: libpref:checkdupes
    support-files:
        - 'modules/libpref/init/StaticPrefList.yaml'