@@ -0,0 +1,9 @@
+# https://clang.llvm.org/extra/clang-tidy/checks/list.html
+
+Checks: >-
+ bugprone-*,
+ cppcoreguidelines-*,
+ misc-*,
+ modernize-*,
+ performance-*,
+ readability-*,