Skip to content

Commit

Permalink
codespellrc: add OptionAll and fix
Browse files Browse the repository at this point in the history
The option is called `ignore-words` according to
https://github.com/codespell-project/codespell?tab=readme-ov-file#using-a-config-file

Also add `OptionAll` as is not a misspelled `optionally`

Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa committed Sep 9, 2024
1 parent f53b148 commit 2cdb98b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Copyright (c) 2024 Zededa, Inc.
# SPDX-License-Identifier: Apache-2.0

#
# https://github.com/codespell-project/codespell
#

[codespell]
skip = ./.git/*,*/vendor/*,./conf/v2tlsbaseroot-certificates.pem,./pkg/gpt-tools/patches/*,./pkg/new-kernel/*,./pkg/kernel/*,./pkg/fw/*
ignore-words-list = uptodate,synopsys
ignore-words = uptodate,synopsys,OptionAll

0 comments on commit 2cdb98b

Please sign in to comment.