mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	full diff: https://github.com/go-logr/logr/compare/v1.2.3...v1.2.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
			
				
	
	
		
			27 lines
		
	
	
		
			377 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			377 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
run:
 | 
						|
  timeout: 1m
 | 
						|
  tests: true
 | 
						|
 | 
						|
linters:
 | 
						|
  disable-all: true
 | 
						|
  enable:
 | 
						|
    - asciicheck
 | 
						|
    - errcheck
 | 
						|
    - forcetypeassert
 | 
						|
    - gocritic
 | 
						|
    - gofmt
 | 
						|
    - goimports
 | 
						|
    - gosimple
 | 
						|
    - govet
 | 
						|
    - ineffassign
 | 
						|
    - misspell
 | 
						|
    - revive
 | 
						|
    - staticcheck
 | 
						|
    - typecheck
 | 
						|
    - unused
 | 
						|
 | 
						|
issues:
 | 
						|
  exclude-use-default: false
 | 
						|
  max-issues-per-linter: 0
 | 
						|
  max-same-issues: 10
 |