4 - id: check-translation-tag
5 name: Check newline characters in <translation> tag
6 entry: .github/workflows/check_translation_tag.py
11 - repo: https://github.com/pre-commit/pre-commit-hooks.git
15 name: Check JSON files
18 name: Check YAML files
20 - id: fix-byte-order-marker
21 name: Check file encoding (UTF-8 without BOM)
24 src/base/unicodestrings.h
27 - id: mixed-line-ending
28 name: Check line ending character (LF)
32 compile_commands.json |
33 src/webui/www/private/scripts/lib/.*
36 - id: end-of-file-fixer
37 name: Check trailing newlines
40 compile_commands.json |
42 src/webui/www/private/scripts/lib/.*
48 - id: trailing-whitespace
49 name: Check trailing whitespaces
52 src/webui/www/private/scripts/lib/.*