diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index 7d513bd51e8..7ede001bb75 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -174,3 +174,7 @@ linters: - forbidigo # TODO: enable gomoddirectives - gomoddirectives + # TODO: enable gci + - gci + # TODO: enable wrapcheck linter, see: https://github.com/ceph/ceph-csi/pull/2268 + - wrapcheck