mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			180 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			180 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| run:
 | |
|   timeout: 5m
 | |
| linters:
 | |
|   disable-all: true
 | |
|   enable:
 | |
|     - govet
 | |
|     - ineffassign
 | |
|     - staticcheck
 | |
|     - typecheck
 | |
|     - whitespace
 | |
|     - unused
 | |
|     - gofmt
 | |
|     - unconvert
 |