mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	The "reference" package was moved to a separate module, which was extracted
from b9b19409cf
Also update compose-go, which also switched to distribution/reference;
full diff: https://github.com/compose-spec/compose-go/compare/v1.18.3...v1.18.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
linters:
 | 
						|
  enable:
 | 
						|
    - bodyclose
 | 
						|
    - dupword # Checks for duplicate words in the source code
 | 
						|
    - gofmt
 | 
						|
    - goimports
 | 
						|
    - ineffassign
 | 
						|
    - misspell
 | 
						|
    - revive
 | 
						|
    - staticcheck
 | 
						|
    - unconvert
 | 
						|
    - unused
 | 
						|
    - vet
 | 
						|
  disable:
 | 
						|
    - errcheck
 | 
						|
 | 
						|
run:
 | 
						|
  deadline: 2m
 |