blob: bb8ec8443a20c81b3d748954812fad94daf9cd13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
fluent-lint:
description: Linter for Fluent files
include:
- .
exclude:
- dom/l10n/tests/mochitest/document_l10n/non-system-principal/localization/test.ftl
extensions: ['ftl']
support-files:
- 'tools/lint/fluent-lint/*.py'
- 'comm/tools/lint/fluent-lint/**'
brand-files:
- 'comm/mail/branding/thunderbird/locales/en-US/brand.ftl'
- 'toolkit/locales/en-US/toolkit/branding/brandings.ftl'
type: external
payload: commlint:lint_wrapper
wraps: fluent-lint:lint
commroot: true
|