mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
5531678e9e
* Mitigate HTTP/RPC Services Allow Unbounded Resource Usage Fixes #7159. Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com> Co-authored-by: Paul Banks <banks@banksco.de>
14 lines
159 B
YAML
14 lines
159 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
|
|
exclude_patterns:
|
|
- ".github/"
|
|
- "vendor/"
|
|
- "codegen/"
|
|
- "doc.go"
|