Linter can check that nolint statements are properly formatted and also that all nolint statements are used.
		
			
				
	
	
		
			5 lines
		
	
	
		
			60 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			60 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//nolint: varcheck
 | 
						|
package testdata
 | 
						|
 | 
						|
var nolintVarcheck int
 |