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:
parent
d917dd7d79
commit
5d9472beab
@ -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
|
||||||
|
@ -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":[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user