diff --git a/packages/react-native/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp b/packages/react-native/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp index 6ea8359a035..5299679a786 100644 --- a/packages/react-native/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp +++ b/packages/react-native/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp @@ -35,7 +35,7 @@ namespace facebook::react { using Content = ParagraphShadowNode::Content; -// NOLINTNEXTLINE(facebook-hte-CArray) +// NOLINTNEXTLINE(facebook-hte-CArray, modernize-avoid-c-arrays) const char ParagraphComponentName[] = "Paragraph"; void ParagraphShadowNode::initialize() noexcept {