github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/.golangci.yaml (about) 1 linters-settings: 2 staticcheck: 3 checks: 4 - all 5 # Exclude some staticcheck messages 6 - '-SA1008' # "content-length" is not canonical, avoid OBS headers warnings 7 - '-SA1019' # deprecations, used to avoid Extract... deprecation warnings 8 run: 9 timeout: 5m