Update .clang-tidy [ci skip]

This commit is contained in:
Johannes Lorenz
2022-06-25 01:17:35 +02:00
committed by Johannes Lorenz
parent cd7f26b36c
commit 95843759cc

View File

@@ -2,7 +2,13 @@
Checks: >
bugprone-macro-parentheses,
bugprone-macro-repeated-side-effects,
modernize-redundant-void-arg,
modernize-use-bool-literals,
modernize-use-emplace,
modernize-use-equals-default,
modernize-use-equals-delete,
modernize-use-override,
performance-trivially-destructible,
readability-identifier-naming,
readability-misleading-indentation,
readability-simplify-boolean-expr,