Skip to content

Commit 18a492c

Browse files
committed
feat: add codespell config
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 71e3ce0 commit 18a492c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.codespellignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
als
2+
hsi

.codespellrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[codespell]
2+
check-filenames =
3+
check-hidden =
4+
skip = ./.git
5+
ignore-words = ./.codespellignore

0 commit comments

Comments
 (0)