Add more clang-tidy modernize-* checks

This commit is contained in:
Dennis Felsing 2022-02-15 00:09:48 +01:00
parent 62756dbda0
commit 984aed2e03

View file

@ -42,6 +42,12 @@ Checks: >
-misc-unused-parameters,
modernize-loop-convert,
modernize-make-unique,
modernize-make-shared,
modernize-redundant-void-arg,
modernize-replace-auto-ptr,
modernize-replace-disallow-copy-and-assign-macro,
modernize-replace-random-shuffle,
modernize-shrink-to-fit,
readability-*,
-readability-braces-around-statements,
-readability-convert-member-functions-to-static,