 6a979fb40d
			
		
	
	
		6a979fb40d
		
			
		
	
	
	
	
		
			
			* update staticcheck Don't fork staticcheck: use the upstream version. Remove unneeded SSA loading. * Cache go/analysis facts Don't load unneeded packages for go/analysis. Repeated run of go/analysis linters now 10x faster (2s vs 20s on this repo) than before.
		
			
				
	
	
		
			11 lines
		
	
	
		
			426 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			426 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| checks = ["all", "-ST1003", "-ST1014"]
 | |
| initialisms = ["ACL", "API", "ASCII", "CPU", "CSS", "DNS",
 | |
| 	"EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID",
 | |
| 	"IP", "JSON", "QPS", "RAM", "RPC", "SLA",
 | |
| 	"SMTP", "SQL", "SSH", "TCP", "TLS", "TTL",
 | |
| 	"UDP", "UI", "GID", "UID", "UUID", "URI",
 | |
| 	"URL", "UTF8", "VM", "XML", "XMPP", "XSRF",
 | |
| 	"XSS", "SIP", "RTP"]
 | |
| dot_import_whitelist = []
 | |
| http_status_code_whitelist = ["200", "400", "404", "500"]
 |