Remove nolint and update misspell to ignore cancelled
This commit is contained in:
		
							parent
							
								
									d917dd7d79
								
							
						
					
					
						commit
						5d9472beab
					
				| 
						 | 
				
			
			@ -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":[
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue