summaryrefslogtreecommitdiff
path: root/asl/base/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/base/config.hpp')
-rw-r--r--asl/base/config.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/asl/base/config.hpp b/asl/base/config.hpp
index a8652c5..f5756c3 100644
--- a/asl/base/config.hpp
+++ b/asl/base/config.hpp
@@ -2,6 +2,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
+// NOLINTBEGIN(*-macro-to-enum)
+
#pragma once
#if defined(_WIN32)
@@ -19,3 +21,6 @@
#else
#error Unknown compiler
#endif
+
+// NOLINTEND(*-macro-to-enum)
+