diff --git a/.golangci.yml b/.golangci.yml
index ddb964c0cf9209371e8b8a9db92a3c28fc31e41c..894b443b9174a434c69e392b7f897ffff411e05f 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -34,7 +34,7 @@ linters:
     # enable the specific needed linters
     # see here for full list: https://golangci-lint.run/usage/linters/
     # linters to consider: gosimple, containedctx, contextcheck, depguard, errchkjson, errname, exhaustive, exhaustruct, forbidigo,
-    # gochecknoinits, gocognit, goconst, godot, gofumpt, gomnd, gosec, importas, lll, nestif, nilerr, nlreturn, noctx, nolintlint,
+    # gochecknoinits, gocognit, goconst, gocritic, godot, gofumpt, gomnd, gosec, importas, lll, nestif, nilerr, nlreturn, noctx, nolintlint,
     # nosnakecase, paralleltest, prealloc, structcheck, testpackage, tparallel, unparam, wastedassign, wrapcheck, wsl
     disable-all: true
     enable: