From 0501696e3663eafb3e497120b85f0f0a8194a97b Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 19 Mar 2024 11:53:11 -0700 Subject: Add nolint for naming violations Change-Id: I0133bbd0a7573bd3d1e3c3c99382442b286696f6 Signed-off-by: Ed Tanous --- http/http_body.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/http_body.hpp b/http/http_body.hpp index 84351ee303..4b58f213b1 100644 --- a/http/http_body.hpp +++ b/http/http_body.hpp @@ -16,9 +16,12 @@ namespace bmcweb { struct HttpBody { + // Body concept requires specific naming of classes + // NOLINTBEGIN(readability-identifier-naming) class writer; class reader; class value_type; + // NOLINTEND(readability-identifier-naming) }; enum class EncodingType -- cgit v1.2.3