TMP / reenable clang-tidy

This commit is contained in:
OLEGSHA 2023-03-21 11:22:17 +01:00
parent b8934e20f2
commit 5ff9334c64

View File

@ -1,11 +1,7 @@
#Checks: "-*,\
# clang-analyzer-*,\
# cppcoreguidelines-*,\
# modernize-*,\
# performance-*,\
# readability-*,\
# clang-diagnostic-*"
# OH SO TEMPORARY
# im gonna be mad BIG TIME if this makes it to a public repo
Checks: "-*,clang-analyzer-webkit.NoUncountedMemberChecker"
Checks: "-*,\
clang-analyzer-*,\
cppcoreguidelines-*,\
modernize-*,\
performance-*,\
readability-*,\
clang-diagnostic-*"