Progressia/tools/clang-tidy/clang-tidy.yml

12 lines
280 B
YAML

#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"