mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 18:17:08 +08:00 
			
		
		
		
	chore: remove deprecated linters (#5525)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0de6064c3b
						
					
				
				
					commit
					bef1a739db
				
			@ -7,7 +7,6 @@ linters:
 | 
			
		||||
  disable-all: true
 | 
			
		||||
  enable:
 | 
			
		||||
    - bodyclose
 | 
			
		||||
    - deadcode
 | 
			
		||||
    - errcheck
 | 
			
		||||
    - gofmt
 | 
			
		||||
    - goimports
 | 
			
		||||
@ -18,11 +17,9 @@ linters:
 | 
			
		||||
    - misspell
 | 
			
		||||
    - prealloc
 | 
			
		||||
    - staticcheck
 | 
			
		||||
    - structcheck
 | 
			
		||||
    - typecheck
 | 
			
		||||
    - unconvert
 | 
			
		||||
    - unused
 | 
			
		||||
    - varcheck
 | 
			
		||||
  # these are implicitly disabled:
 | 
			
		||||
  # - asciicheck
 | 
			
		||||
  # - depguard
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user