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