diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:25:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:25:46 +0300 |
commit | 3b0f635ea18d463cd19c4dfe3ec849b3048c3774 (patch) | |
tree | c4b41b705cbf9e697e254e94f1498040f06051b0 /.clang-tidy | |
parent | update cmake-common (diff) | |
download | winapi-debug-3b0f635ea18d463cd19c4dfe3ec849b3048c3774.tar.gz winapi-debug-3b0f635ea18d463cd19c4dfe3ec849b3048c3774.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-*' +... + |