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: "-*,\ Checks: "-*,\
# clang-analyzer-*,\ clang-analyzer-*,\
# cppcoreguidelines-*,\ cppcoreguidelines-*,\
# modernize-*,\ modernize-*,\
# performance-*,\ performance-*,\
# readability-*,\ readability-*,\
# clang-diagnostic-*" clang-diagnostic-*"
# OH SO TEMPORARY
# im gonna be mad BIG TIME if this makes it to a public repo
Checks: "-*,clang-analyzer-webkit.NoUncountedMemberChecker"