mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
linters:
 | 
						|
  enable:
 | 
						|
    - staticcheck
 | 
						|
    - unconvert
 | 
						|
    - gofmt
 | 
						|
    - goimports
 | 
						|
    - ineffassign
 | 
						|
    - revive
 | 
						|
    - vet
 | 
						|
    - unused
 | 
						|
    - misspell
 | 
						|
  disable:
 | 
						|
    - errcheck
 | 
						|
 | 
						|
run:
 | 
						|
  timeout: 3m
 |