Skip to content

Commit

Permalink
Remove nolint and update misspell to ignore cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed May 29, 2020
1 parent d917dd7 commit 5d9472b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ issues:
linters-settings:
misspell:
locale: US
#ignore-words:
# - someword
ignore-words:
- cancelled
goimports:
local-prefixes: go.opentelemetry.io
3 changes: 0 additions & 3 deletions exporters/otlp/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
Expand Down

0 comments on commit 5d9472b

Please sign in to comment.