mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	full diff: https://github.com/containerd/console/compare/v1.0.3...8f6c4e4faef5a326d2cd907097d04c0239ee5e2f Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
linters:
 | 
						|
  enable:
 | 
						|
    - gofmt
 | 
						|
    - goimports
 | 
						|
    - ineffassign
 | 
						|
    - misspell
 | 
						|
    - revive
 | 
						|
    - staticcheck
 | 
						|
    - structcheck
 | 
						|
    - unconvert
 | 
						|
    - unused
 | 
						|
    - varcheck
 | 
						|
    - vet
 | 
						|
  disable:
 | 
						|
    - errcheck
 | 
						|
 | 
						|
run:
 | 
						|
  timeout: 3m
 | 
						|
  skip-dirs:
 | 
						|
    - vendor
 |