mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-04 09:43:23 +02:00
887748491b
* api: add doc.go and vanity custom import name * experimental/streaming/exporter: add doc.go & vanity custom import name * experimental/streaming/exporter/*: add vanity custom import name * golangci.yml: fix local-prefixes to go.opentelemetry.io * api,sdk: run `goimports -w -local go.opentelemetry.io`
18 lines
306 B
YAML
18 lines
306 B
YAML
# See https://github.com/golangci/golangci-lint#config-file
|
|
run:
|
|
issues-exit-code: 1 #Default
|
|
tests: true #Default
|
|
|
|
linters:
|
|
enable:
|
|
- misspell
|
|
- goimports
|
|
|
|
linters-settings:
|
|
misspell:
|
|
locale: US
|
|
#ignore-words:
|
|
# - someword
|
|
goimports:
|
|
local-prefixes: go.opentelemetry.io
|