clang-tidy: add basic checks

This commit is contained in:
Dirk Olbrich
2023-09-13 16:08:03 +02:00
committed by Thomas Krijnen
parent 66a0b56443
commit b3d10ce43e
+5
View File
@@ -0,0 +1,5 @@
Checks: 'bugprone-*,cert-*,clang-analyzer-*,readability-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none