We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOLINT
util.hpp
1 parent efa7b16 commit 262ab34Copy full SHA for 262ab34
modules/core/util/include/util.hpp
@@ -13,8 +13,8 @@
13
14
#include <nlohmann/json.hpp> // NOLINT(misc-include-cleaner)
15
16
-using NlohmannJsonParseError = nlohmann::json::parse_error;
17
-using NlohmannJsonTypeError = nlohmann::json::type_error;
+using NlohmannJsonParseError = nlohmann::json::parse_error; // NOLINT(misc-include-cleaner)
+using NlohmannJsonTypeError = nlohmann::json::type_error; // NOLINT(misc-include-cleaner)
18
19
#ifdef _MSC_VER
20
#pragma warning(pop)
0 commit comments