clang-tidy: refine config to match my tastes too :)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -735,7 +735,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
meta_any any;
|
||||
meta_any any{};
|
||||
};
|
||||
|
||||
/*! @brief Opaque wrapper for user defined data of any type. */
|
||||
|
||||
Reference in New Issue
Block a user