updated .clang-tidy

This commit is contained in:
silverqx
2023-03-28 13:21:26 +02:00
parent 46efe95248
commit daf420e2dc
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ FormatStyle: none
InheritParentConfig: false
UseColor: true
CheckOptions:
- key: cppcoreguidelines-avoid-do-while.IgnoreMacros
value: true
- key: google-readability-namespace-comments.ShortNamespaceLines
value: '5'
- key: llvm-namespace-comment.ShortNamespaceLines
-3
View File
@@ -1,6 +1,3 @@
---
Checks: '-bugprone-unchecked-optional-access,-misc-const-correctness,-readability-function-cognitive-complexity'
InheritParentConfig: true
CheckOptions:
- key: cppcoreguidelines-avoid-do-while.IgnoreMacros
value: true