mirror of
https://github.com/nlohmann/json.git
synced 2026-02-20 02:16:24 +00:00
Suppress Clang-Tidy warnings (#4276)
This commit is contained in:
@@ -125,7 +125,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
|
||||
return false;
|
||||
}
|
||||
|
||||
std::vector<std::string> events {};
|
||||
std::vector<std::string> events {}; // NOLINT(readability-redundant-member-init)
|
||||
};
|
||||
|
||||
struct SaxEventLoggerExitAfterStartObject : public SaxEventLogger
|
||||
|
||||
Reference in New Issue
Block a user