mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-12 04:19:00 -05:00
updated .clang-tidy
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user