Fix clang-tidy on CI and introduce .clang-tidy file

This commit is contained in:
Project579 2022-07-13 00:38:24 +00:00 committed by jvoisin
parent 80adcf3c88
commit c3e2f84273
3 changed files with 11 additions and 22 deletions

8
.clang-tidy Normal file
View file

@ -0,0 +1,8 @@
---
Checks: "-*,
boost-*,
portability-*,
"
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none