<div dir="ltr"><div dir="ltr">On Sun, Sep 17, 2023 at 8:37 AM Ingo Klöcker <<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Samstag, 16. September 2023 22:08:46 CEST Milian Wolff wrote:<br>
> And cppcheck is nice, but it's a long shot from clang-tidy and clazy. I<br>
> understand that's the way it is for now and it's not possible to get<br>
> additional checks enabled for projects?<br>
<br>
I'm not sure what you mean by "not possible to get additional checks enabled <br>
for projects", but okular has a custom job which runs clang-tidy and clazy. <br>
This job does a few things which are very specific for okular. I've just <br>
started to set up a similar job for libkleo:<br>
<a href="https://invent.kde.org/pim/libkleo/-/merge_requests/45" rel="noreferrer" target="_blank">https://invent.kde.org/pim/libkleo/-/merge_requests/45</a></blockquote><div><br></div><div>Where possible do try to avoid too many custom jobs - especially where they duplicate functions like we're seeing here.</div><div>In the case of both Okular and libkleo here i'm seeing that they install stuff from distribution repos - which can result in unpredictable failures due to network issues.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Regards,<br>
Ingo</blockquote><div><br></div><div>Cheers,</div><div>Ben </div></div></div>