mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	diffs: - https://github.com/docker/cli/compare/v26.1.4..v27.0.1 - https://github.com/docker/docker/compare/v26.1.4..v27.0.1 - https://github.com/moby/buildkit/compare/v0.14.1...aaaf86e5470bffbb395f5c15ad4a1c152642ea30 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
			
				
	
	
		
			31 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
run:
 | 
						|
  timeout: 10m
 | 
						|
 | 
						|
linters:
 | 
						|
  enable:
 | 
						|
    - bodyclose
 | 
						|
    - depguard
 | 
						|
    - errname
 | 
						|
    - forbidigo
 | 
						|
    - gocritic
 | 
						|
    - gofmt
 | 
						|
    - goimports
 | 
						|
    - gosec
 | 
						|
    - gosimple
 | 
						|
    - govet
 | 
						|
    - importas
 | 
						|
    - ineffassign
 | 
						|
    - makezero
 | 
						|
    - misspell
 | 
						|
    - noctx
 | 
						|
    - nolintlint
 | 
						|
    - revive
 | 
						|
    - staticcheck
 | 
						|
    - typecheck
 | 
						|
    - unused
 | 
						|
    - whitespace
 | 
						|
  disable-all: true
 | 
						|
 | 
						|
issues:
 | 
						|
  exclude-use-default: false
 |