<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>Is there a way for clang-tidy to support negative convention ?</div><div><br></div><div>For example, I would like to forbid public members to start with an m_.</div><div><br></div><div>I can use  <span style="font-family:monospace,monospace">key: readability-identifier-naming.PublicMemberCase,value</span>: camelBack to identify such cases, but not for automatically fixing it as  will turn a <span style="font-family:monospace,monospace">m_attr </span>into a <span style="font-family:monospace,monospace">mAttr</span> whereas what I want is <span style="font-family:monospace,monospace">attr</span>. <br></div><div><br></div><div>Any help appreciated.</div><div><br></div><div>Regards,</div><div>David Come<br></div><div><br></div><div><br></div></div></div></div>