diff options
-rw-r--r-- | libadhocutil/curlHandle.cpp | 1 | ||||
-rw-r--r-- | libadhocutil/lexer-regex.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libadhocutil/curlHandle.cpp b/libadhocutil/curlHandle.cpp index 5be0d38..7009ee5 100644 --- a/libadhocutil/curlHandle.cpp +++ b/libadhocutil/curlHandle.cpp @@ -3,6 +3,7 @@ #include <boost/numeric/conversion/cast.hpp> #include "compileTimeFormatter.h" +// NOLINTNEXTLINE(modernize-concat-nested-namespaces) namespace AdHoc { namespace Net { diff --git a/libadhocutil/lexer-regex.cpp b/libadhocutil/lexer-regex.cpp index 833210d..271d62a 100644 --- a/libadhocutil/lexer-regex.cpp +++ b/libadhocutil/lexer-regex.cpp @@ -1,5 +1,6 @@ #include "lexer-regex.h" +// NOLINTNEXTLINE(modernize-concat-nested-namespaces) namespace AdHoc { namespace LexerMatchers { class Regex : public Lexer::Pattern { |