25 строки
896 B
YAML
25 строки
896 B
YAML
---
|
|
fluent-lint:
|
|
description: Linter for Fluent files
|
|
include:
|
|
- .
|
|
exclude:
|
|
- dom/l10n/tests/mochitest/document_l10n/non-system-principal/localization/test.ftl
|
|
# Exclude files with single and double non-smart quotes during Migration
|
|
- comm/chat/locales/en-US/matrix-properties.ftl
|
|
- comm/chat/locales/en-US/irc.ftl
|
|
- comm/chat/locales/en-US/commands.ftl
|
|
- comm/chat/locales/en-US/xmpp.ftl
|
|
extensions: ['ftl']
|
|
support-files:
|
|
- 'tools/lint/fluent-lint/*.py'
|
|
- 'comm/tools/lint/fluent-lint/**'
|
|
brand-files:
|
|
- 'comm/mail/branding/tb_beta/locales/en-US/brand.ftl'
|
|
- '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
|