diff options
Diffstat (limited to '')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 138dd8a..768427f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -159,4 +159,6 @@ CheckOptions: value: '2' - key: 'readability-identifier-length.MinimumParameterNameLength' value: '2' + - key: 'cppcoreguidelines-avoid-do-while.IgnoreMacros' + value: 'true' ... |