5 name: Check items order in grid layouts
6 entry: .github/workflows/helper/pre-commit/check_grid_items_order.py
10 - id: check-translation-tag
11 name: Check newline characters in <translation> tag
12 entry: .github/workflows/helper/pre-commit/check_translation_tag.py
21 - repo: https://github.com/pre-commit/pre-commit-hooks.git
25 name: Check JSON files
28 name: Check YAML files
30 - id: fix-byte-order-marker
31 name: Check file encoding (UTF-8 without BOM)
34 src/base/unicodestrings.h
37 - id: mixed-line-ending
38 name: Check line ending character (LF)
42 src/webui/www/private/css/lib/.* |
43 src/webui/www/private/scripts/lib/.* |
44 dist/windows/license.txt |
45 test/testdata/crlf.txt
48 - id: end-of-file-fixer
49 name: Check trailing newlines
53 src/webui/www/private/css/lib/.* |
54 src/webui/www/private/scripts/lib/.* |
55 test/testdata/crlf.txt
61 - id: trailing-whitespace
62 name: Check trailing whitespaces
65 src/webui/www/private/css/lib/.* |
66 src/webui/www/private/scripts/lib/.*
71 - repo: https://github.com/codespell-project/codespell.git
75 name: Check spelling (codespell)
76 args: ["--ignore-words-list", "additionals,categor,curren,fo,ist,ket,notin,searchin,sectionin,superseeding,te,ths"]
82 dist/windows/installer-translations/.* |
83 src/base/3rdparty/.* |
84 src/searchengine/nova3/socks.py |
85 src/webui/www/private/scripts/lib/.*
90 - repo: https://github.com/crate-ci/typos.git
94 name: Check spelling (typos)
95 args: ["--config", ".github/workflows/helper/pre-commit/.typos.toml"]
101 \.pre-commit-config\.yaml |
103 dist/windows/installer-translations/.* |
104 src/base/3rdparty/.* |
105 src/searchengine/nova3/socks.py |
106 src/webui/www/private/scripts/lib/.*