mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 17:43:42 +08:00 
			
		
		
		
	lint: remove structcheck
structcheck is abandoned, and has been replaced by the unused linter. See https://golangci-lint.run/usage/linters/#structcheck for more information. Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		@@ -21,7 +21,6 @@ linters:
 | 
				
			|||||||
    - revive
 | 
					    - revive
 | 
				
			||||||
    - staticcheck
 | 
					    - staticcheck
 | 
				
			||||||
    - typecheck
 | 
					    - typecheck
 | 
				
			||||||
    - structcheck
 | 
					 | 
				
			||||||
  disable-all: true
 | 
					  disable-all: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
linters-settings:
 | 
					linters-settings:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user