1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Use mozilla fluent linter (and remove mine)

This commit is contained in:
Sylvestre Ledru 2025-06-28 18:49:15 +02:00
parent 3214c4d604
commit eaa6d228b1
2 changed files with 33 additions and 3 deletions

View file

@ -19,10 +19,12 @@ repos:
args: [ --fix=lf ]
- id: trailing-whitespace
- repo: https://github.com/uutils/pre-commit-fluent-hook
rev: v0.0.1
- repo: https://github.com/mozilla-l10n/moz-fluent-linter
rev: v0.4.8
hooks:
- id: check-fluent
- id: fluent_linter
files: \.ftl$
args: [--config, .github/fluent_linter_config.yml, src/uu/]
- repo: local
hooks: