On Sun, Sep 17, 2023 at 8:37 AM Ingo Klöcker <kloec...@kde.org> wrote:
> On Samstag, 16. September 2023 22:08:46 CEST Milian Wolff wrote: > > And cppcheck is nice, but it's a long shot from clang-tidy and clazy. I > > understand that's the way it is for now and it's not possible to get > > additional checks enabled for projects? > > I'm not sure what you mean by "not possible to get additional checks > enabled > for projects", but okular has a custom job which runs clang-tidy and > clazy. > This job does a few things which are very specific for okular. I've just > started to set up a similar job for libkleo: > https://invent.kde.org/pim/libkleo/-/merge_requests/45 Where possible do try to avoid too many custom jobs - especially where they duplicate functions like we're seeing here. 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. > > > Regards, > Ingo Cheers, Ben