clang-tidy: c_string_view: unmatched NOLINTBEGIN
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 May 2024 18:29:23 +0000 (18:29 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jun 2024 15:09:21 +0000 (11:09 -0400)
commite49a2b52c3239f5d4a159f9d9b95657ad519e397
tree95c08eda1502e89a09db6c5b2704e12fbed37a0d
parenta0a4f3143babeaf7779c99e2ec2a8c04c89874d6
clang-tidy: c_string_view: unmatched NOLINTBEGIN

clang-tidy reports:
'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment

If a specific warning is mentionned as part of the NOLINTBEGIN clause, it must
also be mentionned in the matching NOLINTEND clause. Otherwise, clang-tidy
doesn't match them.

Change-Id: I6adef610227b162ba8a5715c3b426e4c49a1b346
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/string-utils/c-string-view.hpp
This page took 0.025721 seconds and 4 git commands to generate.