diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-10-16 20:11:55 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-10-16 20:11:55 +0200 |
commit | d80134afe11289bf68630d59e0db5edcbb898c20 (patch) | |
tree | 16d20a673e56449a3502d15d669d76a1a761b255 /.clang-tidy | |
parent | a28790b91d89002edb27dd1bc3997b1d03a94d7e (diff) | |
download | cpp-utils-d80134afe11289bf68630d59e0db5edcbb898c20.tar.gz cpp-utils-d80134afe11289bf68630d59e0db5edcbb898c20.zip |
log: add minimal stderr logger
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index ac2683b..49c1de0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -33,6 +33,7 @@ Checks: > readability-identifier-naming, misc-*, -misc-non-private-member-variables-in-classes, + -misc-const-correctness, #cert-*, bugprone-*, -bugprone-use-after-move, |