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:
@@ -124,7 +124,7 @@ class SaxEventLogger
|
||||
return false;
|
||||
}
|
||||
|
||||
std::vector<std::string> events {};
|
||||
std::vector<std::string> events {}; // NOLINT(readability-redundant-member-init)
|
||||
bool errored = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user