diff --git a/.clang-tidy b/.clang-tidy
index 12524da2d5edaadf08d4804a60969545726eaace..e3ad15e839dcf62173dbdbbac3fa233bb424abee 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,8 +2,7 @@
 # libomp-dev installed (the LLVM implementation of OpenMP)
 
 # TODO: add the following check families:
-# - performance-*
 # - bugprone-*
 # - cppcoreguidelines-
 
-Checks: 'modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'
+Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'