clang-tidy: c_string_view: unmatched NOLINTBEGIN
[lttng-tools.git] / src / common / string-utils / c-string-view.hpp
index 6b175ea333129b9dd1c8a683aa370ee7d9d0208d..386ac8fdaab4bea73f2e3e1dfb4db10ee3f1d187 100644 (file)
@@ -47,7 +47,7 @@ public:
        c_string_view(const std::string& str) noexcept : _str{ str.c_str() }
        {
        }
-       /* NOLINTEND */
+       /* NOLINTEND(google-explicit-constructor) */
 
        /*
         * Makes this view view the C string `str` (may be `nullptr`).
This page took 0.034017 seconds and 4 git commands to generate.