mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
Add rudimentary codespell config
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
56be1a4950
commit
a484954d74
1 changed files with 6 additions and 0 deletions
6
.codespellrc
Normal file
6
.codespellrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = .git*,go.sum,*.lock,.codespellrc
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex =
|
||||||
|
# ignore-words-list =
|
Loading…
Add table
Add a link
Reference in a new issue