Browse Source

version: no, linter, I really want them to be macros, sorry

Michele Caini 1 year ago
parent
commit
2aebb12e06
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/config/version.h

+ 2 - 2
src/entt/config/version.h

@@ -3,7 +3,7 @@
 
 
 #include "macro.h"
 #include "macro.h"
 
 
-// NOLINTBEGIN(cppcoreguidelines-macro-usage)
+// NOLINTBEGIN(cppcoreguidelines-macro-*,modernize-macro-*)
 
 
 #define ENTT_VERSION_MAJOR 3
 #define ENTT_VERSION_MAJOR 3
 #define ENTT_VERSION_MINOR 15
 #define ENTT_VERSION_MINOR 15
@@ -13,6 +13,6 @@
     ENTT_XSTR(ENTT_VERSION_MAJOR) \
     ENTT_XSTR(ENTT_VERSION_MAJOR) \
     "." ENTT_XSTR(ENTT_VERSION_MINOR) "." ENTT_XSTR(ENTT_VERSION_PATCH)
     "." ENTT_XSTR(ENTT_VERSION_MINOR) "." ENTT_XSTR(ENTT_VERSION_PATCH)
 
 
-// NOLINTEND(cppcoreguidelines-macro-usage)
+// NOLINTEND(cppcoreguidelines-macro-*,modernize-macro-*)
 
 
 #endif
 #endif