mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-24 20:14:40 +02:00
7c5e64cccc
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Pająk <pellared@hotmail.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 =
|