xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.39k stars 947 forks source link

Fix golangci-lint `output.format` deprecation warning #1920

Closed vntw closed 5 months ago

vntw commented 5 months ago

Fixes a deprecation during make lint:

WARN [config_reader] The configuration option `output.format` is deprecated, please use `output.formats`

output Docs