1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-29 21:47:00 +02:00

Remove nolint and update misspell to ignore cancelled

This commit is contained in:
Tyler Yahn 2020-05-29 11:11:19 -07:00
parent d917dd7d79
commit 5d9472beab
No known key found for this signature in database
GPG Key ID: 42AA23B0BC85B798
2 changed files with 2 additions and 5 deletions

View File

@ -26,7 +26,7 @@ issues:
linters-settings: linters-settings:
misspell: misspell:
locale: US locale: US
#ignore-words: ignore-words:
# - someword - cancelled
goimports: goimports:
local-prefixes: go.opentelemetry.io local-prefixes: go.opentelemetry.io

View File

@ -35,9 +35,6 @@ const (
// Note: MaxAttempts > 5 are treated as 5. See // Note: MaxAttempts > 5 are treated as 5. See
// https://github.com/grpc/proposal/blob/master/A6-client-retries.md#validation-of-retrypolicy // https://github.com/grpc/proposal/blob/master/A6-client-retries.md#validation-of-retrypolicy
// for more details. // for more details.
//
// The following is to ensure CANCELLED is not corrected to CANCELED.
// nolint
DefaultGRPCServiceConfig = `{ DefaultGRPCServiceConfig = `{
"methodConfig":[{ "methodConfig":[{
"name":[ "name":[