Add a clang-tidy config

This commit is contained in:
Robbert van der Helm
2021-04-14 15:53:28 +02:00
parent a297866d45
commit 8942727661
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Use `tools/run-clang-tidy.sh` to run clang-tidy with the correct config
Checks: 'bugprone-*,concurrency-*,clang-analyzer-*,-clang-diagnostic-missing-braces'
InheritParentConfig: false
FormatStyle: file
HeaderFilterRegex: ''
WarningsAsErrors: ''