8 lines
		
	
	
		
			246 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			246 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Elll
 | 
						|
//golangcitest:config_path testdata/configs/lll.yml
 | 
						|
package testdata
 | 
						|
 | 
						|
func Lll() {
 | 
						|
	// In my experience, long lines are the lines with comments, not the code. So this is a long comment // want "line is 137 characters"
 | 
						|
}
 |