<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Even Rouault kirjoitti 16.11.2017 klo 22:07:<br>
<blockquote type="cite" cite="mid:3239271.7SpdZ4XIdp@even-i700">
<meta name="qrichtext" content="1">
<style type="text/css">
p, li { white-space: pre-wrap; }</style>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">We have already various "linting" tools that run: cppcheck, clang static analyzer, coverity scan and a few ad-hoc scripts in scripts/ . But indeed we don't enforce things like maximum size of a function, etc.</p>
</blockquote>
<br>
clang looks interesting. I installed it but it seems that it needs
various things. I see clang-format in scripts but that's not very
helpful as such. Is there an easy howto get started somewhere? I'd
like to run something like "clang-tidy *.cpp" in the directory where
I do things.<br>
<br>
Ari<br>
<br>
</body>
</html>