refactor: code refactored to comply with clang-tidy

This commit is contained in:
Mateusz Pusz
2024-05-08 11:12:38 +02:00
parent 901b5e5394
commit 75f719add7
46 changed files with 489 additions and 380 deletions

7
test/.clang-tidy Normal file
View File

@@ -0,0 +1,7 @@
Checks: '
-bugprone-chained-comparison,
-cppcoreguidelines-avoid-magic-numbers,
-google-build-using-namespace,
-readability-function-cognitive-complexity
'
InheritParentConfig: true