summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index eedc6d8ca4..516ffefadf 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -269,6 +269,7 @@ performance-unnecessary-copy-initialization,
performance-unnecessary-value-param,
readability-braces-around-statements,
readability-const-return-type,
+readability-container-size-empty,
readability-delete-null-pointer,
readability-deleted-default,
readability-else-after-return,