mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
168242e725
* refactor: switch from opencensus to opentelemetry * tempo works as designed nooooot * fix: log traceids * with grafana agent * fix: http tracing * fix: cleanup files * chore: remove todo * fix: bad test * fix: ignore methods in grpc interceptors * fix: remove test log * clean up * typo * fix(config): configure tracing endpoint * fix(span): add error id to span
42 lines
636 B
YAML
42 lines
636 B
YAML
# What language dictionaries should it use? Currently Typo CI supports:
|
|
# de
|
|
# en
|
|
# en_GB
|
|
# es
|
|
# fr
|
|
# it
|
|
# pt
|
|
# pt_BR
|
|
dictionaries:
|
|
- en
|
|
- en_GB
|
|
- de
|
|
|
|
# Any files/folders we should ignore?
|
|
excluded_files:
|
|
- ".codecov/*"
|
|
- ".github/*"
|
|
- "build/*"
|
|
- "k8s/*"
|
|
- "*.min.css"
|
|
- "*.css.map"
|
|
- "*.min.js"
|
|
- "*.js.map"
|
|
- "package-lock.json"
|
|
- "package.json"
|
|
- ".releaserc.js"
|
|
- ".typo-ci.yml"
|
|
- ".gitignore"
|
|
- "go.mod"
|
|
- "go.sum"
|
|
|
|
# Any typos we should ignore?
|
|
excluded_words:
|
|
- typoci
|
|
- idps
|
|
- ZITADEL's
|
|
- otel
|
|
- otlp
|
|
|
|
# Would you like filenames to also be spellchecked?
|
|
spellcheck_filenames: false |