diff --git a/.golangci.yml b/.golangci.yml index ea4b27e75c3..8573e65f2eb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,7 +3,8 @@ linters: disable-all: true enable: - bodyclose - - depguard + # Disabled due to flakes: https://github.com/sourcegraph/sourcegraph/issues/33183 + # - depguard - forbidigo - gocritic - goimports