4 - id: check-translation-tag
5 name: Check newline characters in <translation> tag
6 entry: .github/workflows/helper/pre-commit/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 src/webui/www/private/css/lib/.* |
37 src/webui/www/private/scripts/lib/.* |
38 test/testdata/crlf.txt
41 - id: end-of-file-fixer
42 name: Check trailing newlines
46 src/webui/www/private/css/lib/.* |
47 src/webui/www/private/scripts/lib/.* |
48 test/testdata/crlf.txt
54 - id: trailing-whitespace
55 name: Check trailing whitespaces
58 src/webui/www/private/css/lib/.* |
59 src/webui/www/private/scripts/lib/.*
64 - repo: https://github.com/codespell-project/codespell
68 name: Check spelling (codespell)
69 args: ["--ignore-words-list", "additionals,curren,fo,ket,superseeding,te,ths"]
76 dist/windows/installer-translations/.* |
78 src/base/3rdparty/.* |
79 src/searchengine/nova3/socks.py |
80 src/webui/www/private/scripts/lib/.*
85 - repo: https://github.com/crate-ci/typos
89 name: Check spelling (typos)
90 args: ["--config", ".github/workflows/helper/pre-commit/.typos.toml"]
96 \.pre-commit-config\.yaml |
100 dist/windows/installer-translations/.* |
102 src/base/3rdparty/.* |
103 src/searchengine/nova3/socks.py |
104 src/webui/www/private/scripts/lib/.*