diff --git a/.clang-tidy b/.clang-tidy index 894a98c74..f648d4d84 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -57,3 +57,19 @@ CheckOptions: value: 1 - key: readability-magic-numbers.IgnoredIntegerValues value: 4;8;16; + - key: bugprone-argument-comment.CommentNullPtrs + value: 1 + - key: bugprone-argument-comment.CommentBoolLiterals + value: 1 + - key: bugprone-argument-comment.StrictMode + value: 1 + - key: bugprone-argument-comment.CommentIntegerLiterals + value: 1 + - key: bugprone-argument-comment.CommentUserDefinedLiterals + value: 1 + - key: bugprone-argument-comment.CommentStringLiterals + value: 1 + - key: bugprone-argument-comment.CommentFloatLiterals + value: 1 + - key: bugprone-argument-comment.CommentCharacterLiterals + value: 1