clang-tidy: refine config to match my tastes too :)

This commit is contained in:
skypjack
2025-10-07 11:46:27 +02:00
parent 6f2e5090e1
commit 4c19d2844e
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Checks: >
-readability-else-after-return,
-readability-function-cognitive-complexity,
-readability-named-parameter,
-readability-redundant-member-init
-readability-uppercase-literal-suffix,
CheckOptions:
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues

View File

@@ -735,7 +735,7 @@ public:
}
private:
meta_any any;
meta_any any{};
};
/*! @brief Opaque wrapper for user defined data of any type. */