diff --git a/.golangci.yml b/.golangci.yml index cef170f7c..2ef168198 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -26,7 +26,7 @@ issues: linters-settings: misspell: locale: US - #ignore-words: - # - someword + ignore-words: + - cancelled goimports: local-prefixes: go.opentelemetry.io diff --git a/exporters/otlp/options.go b/exporters/otlp/options.go index 6f2702bed..cf86a081c 100644 --- a/exporters/otlp/options.go +++ b/exporters/otlp/options.go @@ -35,9 +35,6 @@ const ( // Note: MaxAttempts > 5 are treated as 5. See // https://github.com/grpc/proposal/blob/master/A6-client-retries.md#validation-of-retrypolicy // for more details. - // - // The following is to ensure CANCELLED is not corrected to CANCELED. - // nolint DefaultGRPCServiceConfig = `{ "methodConfig":[{ "name":[