mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
5a66991bb3
updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# https://github.com/codespell-project/codespell
|
|
[codespell]
|
|
builtin = clear,rare,informal
|
|
check-filenames =
|
|
check-hidden =
|
|
ignore-words = .codespellignore
|
|
interactive = 1
|
|
skip = .git,go.mod,go.sum,go.work,go.work.sum,semconv,venv,.tools
|
|
uri-ignore-words-list = *
|
|
write =
|