You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Remove nolint and update misspell to ignore cancelled
This commit is contained in:
		| @@ -26,7 +26,7 @@ issues: | ||||
| linters-settings: | ||||
|   misspell: | ||||
|     locale: US | ||||
|     #ignore-words: | ||||
|     #  - someword | ||||
|     ignore-words: | ||||
|       - cancelled | ||||
|   goimports: | ||||
|     local-prefixes: go.opentelemetry.io | ||||
|   | ||||
| @@ -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":[ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user