aboutsummaryrefslogtreecommitdiffstats
path: root/.codespellrc
diff options
context:
space:
mode:
authorLibravatar Yaroslav Halchenko <debian@onerussian.com>2024-04-13 10:05:38 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 10:05:38 +0530
commit77b5f1481e06443862c6fa31a10fe9196f628f39 (patch)
treeb635f65d87a2dfdc1d9873d15db870443a37b3f0 /.codespellrc
parentUpgrade electron to '29.3.0' and some other deps (diff)
downloadferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.gz
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.zst
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.zip
Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648)
Diffstat (limited to '.codespellrc')
-rw-r--r--.codespellrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc
new file mode 100644
index 000000000..5e3e02437
--- /dev/null
+++ b/.codespellrc
@@ -0,0 +1,9 @@
1[codespell]
2# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3skip = .git*,*.svg,*.css,.codespellrc,locales,pnpm-lock.yaml,i18n,config.ts,extensions.json
4check-hidden = true
5# Case sensitive names, or phrases (typically non-English), to ignore
6# Python style regex. \b is a match at a word boundary
7ignore-regex = \b(Manuel|Sie diesen|Sie den|l'authentification)\b
8# Case insensitive comma separated list of words to ignore
9# ignore-words-list =