Co-authored-by: Francesco Renzi <[email protected]> Co-authored-by: Nikola Jokic <[email protected]>
11 lines
187 B
YAML
11 lines
187 B
YAML
version: "2"
|
|
run:
|
|
timeout: 5m
|
|
linters:
|
|
settings:
|
|
errcheck:
|
|
exclude-functions:
|
|
- (net/http.ResponseWriter).Write
|
|
exclusions:
|
|
presets:
|
|
- std-error-handling |