diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:13:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:13:11 +0300 |
commit | 7ed0f9242c53fbf14ebb33d4eca9e111b2c9d5cf (patch) | |
tree | 4b0e74d5c7c05c5fc4a1348bd669fc4505742203 /.clang-tidy | |
parent | update cmake-common (diff) | |
download | winapi-utf8-7ed0f9242c53fbf14ebb33d4eca9e111b2c9d5cf.tar.gz winapi-utf8-7ed0f9242c53fbf14ebb33d4eca9e111b2c9d5cf.zip |
add .clang-tidy & `make check`
Diffstat (limited to '')
-rw-r--r-- | .clang-tidy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..6777f75 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,4 @@ +--- +Checks: 'clang-diagnostic-*,clang-analyzer-*,bugprone-*,cppcoreguidelines-,modernize-*,-modernize-use-trailing-return-type,-modernize-use-nullptr,performance-*' +... + |