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