clang-tidy: 15.0.5
rule: cppcoreguidelines-pro-type-member-init
language: C++ 17
theme: Do not warn smart point by cppcoreguidelines-pro-type-member-init
smart point has be initialized in default construction, so my project don't explicit initialize start point, member-init is very useful, but smart point warn, we have to forbit this rule.
clang-tidy: 15.0.5 rule: cppcoreguidelines-pro-type-member-init language: C++ 17 theme: Do not warn smart point by cppcoreguidelines-pro-type-member-init
smart point has be initialized in default construction, so my project don't explicit initialize start point, member-init is very useful, but smart point warn, we have to forbit this rule.