Add nolint for naming violations
Change-Id: I0133bbd0a7573bd3d1e3c3c99382442b286696f6
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/http/http_body.hpp b/http/http_body.hpp
index 84351ee..4b58f21 100644
--- a/http/http_body.hpp
+++ b/http/http_body.hpp
@@ -16,9 +16,12 @@
{
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