Explorar o código

clang-tidy: enable relevant checks

Fabian Peter Hammerle %!s(int64=6) %!d(string=hai) anos
pai
achega
a35c5467f4
Modificáronse 1 ficheiros con 9 adicións e 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-*,