You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
11 lines
252 B
Plaintext
11 lines
252 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,semconv,venv,.tools
|
||
|
|
uri-ignore-words-list = *
|
||
|
|
write =
|