1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-04-28 05:15:10 +02:00
gitea/vendor/github.com/chi-middleware/proxy/.golangci.yml
Lauris BH 044cd4d016
Add reverse proxy configuration support for remote IP address (#14959)
* 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>
2021-03-16 00:27:28 +02:00

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