implement fluent (ftl) check

Fluent is file format used by Firefox and other programs for translation strings.
This commit is contained in:
Sylvestre Ledru 2025-06-21 13:29:16 +02:00
parent ec458dc1db
commit 9f9fdd6663
4 changed files with 300 additions and 0 deletions

View file

@ -51,6 +51,9 @@ Checks for a common error of placing code before the docstring.
#### `check-executables-have-shebangs`
Checks that non-binary executables have a proper shebang.
#### `check-fluent`
Checks that fluent files are correctly formatted.
#### `check-illegal-windows-names`
Check for files that cannot be created on Windows.