mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	* Add reverse proxy configuration support for remote IP address validation * Trust all IP addresses in containerized environments by default * Use single option to specify networks and proxy IP addresses. By default trust all loopback IPs Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
run:
 | 
						|
    timeout: 3m
 | 
						|
 | 
						|
issues:
 | 
						|
  exclude-rules:
 | 
						|
    # Exclude some linters from running on tests files.
 | 
						|
    - path: _test\.go
 | 
						|
      linters:
 | 
						|
        - errcheck |