2021-05-03 20:00:23 +03:00
|
|
|
---
|
|
|
|
fluent-lint:
|
|
|
|
description: Linter for Fluent files
|
2022-10-12 13:38:43 +03:00
|
|
|
include:
|
|
|
|
- .
|
2021-05-03 20:00:23 +03:00
|
|
|
exclude:
|
|
|
|
- dom/l10n/tests/mochitest/document_l10n/non-system-principal/localization/test.ftl
|
2024-05-15 01:22:31 +03:00
|
|
|
# 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
|
2021-05-03 20:00:23 +03:00
|
|
|
extensions: ['ftl']
|
|
|
|
support-files:
|
2021-05-06 01:08:47 +03:00
|
|
|
- 'tools/lint/fluent-lint/*.py'
|
2022-10-12 13:38:43 +03:00
|
|
|
- 'comm/tools/lint/fluent-lint/**'
|
2023-04-19 02:42:16 +03:00
|
|
|
brand-files:
|
2023-10-24 19:35:19 +03:00
|
|
|
- 'comm/mail/branding/tb_beta/locales/en-US/brand.ftl'
|
2023-04-19 02:42:16 +03:00
|
|
|
- 'comm/mail/branding/thunderbird/locales/en-US/brand.ftl'
|
|
|
|
- 'toolkit/locales/en-US/toolkit/branding/brandings.ftl'
|
2021-05-03 20:00:23 +03:00
|
|
|
type: external
|
|
|
|
payload: commlint:lint_wrapper
|
|
|
|
wraps: fluent-lint:lint
|
|
|
|
commroot: true
|