Explorar el Código

clang-tidy: enable relevant checks

Fabian Peter Hammerle hace 6 años
padre
commit
a35c5467f4
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .clang-tidy

+ 9 - 0
.clang-tidy

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