tidy: enable modernize-use-nullptr

This commit is contained in:
fanquake
2022-04-25 10:33:32 +01:00
parent e53274868e
commit 9c96f1008b
4 changed files with 19 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
fi
if [[ "${RUN_TIDY}" == "true" ]]; then
MAYBE_BEAR="bear"
MAYBE_BEAR="bear --config src/.bear-tidy-config"
MAYBE_TOKEN="--"
fi