@@ -1,7 +1,11 @@
#ifndef ENTT_CONFIG_MACRO_H
#define ENTT_CONFIG_MACRO_H
+// NOLINTBEGIN(cppcoreguidelines-macro-usage)
+
#define ENTT_STR(arg) #arg
#define ENTT_XSTR(arg) ENTT_STR(arg)
+// NOLINTEND(cppcoreguidelines-macro-usage)
#endif