Skip to content

Commit ae74ac5

Browse files
committed
.codespellrc: fix syntax
We must not use quotes here if we want to ignore individual words. Signed-off-by: Maciej Pijanowski <[email protected]>
1 parent 42c2c2a commit ae74ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
exclude-file = .codespellx
3-
ignore-words-list = "FPT,FTP,fpt,ftp"
3+
ignore-words-list = FPT,FTP,fpt,ftp

0 commit comments

Comments
 (0)