Skip to content

Commit 262ab34

Browse files
committed
Standardize NOLINT comments in util.hpp for improved consistency.
1 parent efa7b16 commit 262ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/util/include/util.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
#include <nlohmann/json.hpp> // NOLINT(misc-include-cleaner)
1515

16-
using NlohmannJsonParseError = nlohmann::json::parse_error;
17-
using NlohmannJsonTypeError = nlohmann::json::type_error;
16+
using NlohmannJsonParseError = nlohmann::json::parse_error; // NOLINT(misc-include-cleaner)
17+
using NlohmannJsonTypeError = nlohmann::json::type_error; // NOLINT(misc-include-cleaner)
1818

1919
#ifdef _MSC_VER
2020
#pragma warning(pop)

0 commit comments

Comments
 (0)