Hello,
I hope my progress is fine.
Thanks,
Anjani
How should I push STL changes for review? I am thinking of opening a Work in progress MR and keep committing changes in it and you can continue reviewing the MR until it is finished and then merge?
Thanks
Anjani
Thanks , will do
Anjani
yes, this can be run locally, but :
1/ sync your branch (i just add a new option to not update web site page with static analyzer results)
2/ go to project/reports/
3/ fix cppcheck dependencies (look on top of ./cppcheck.sh script)
4/ run ./cppcheck.sh --nowebupdate. This will parse the whole digiKam source code. This can take a few minutes.
5/ local results are in html page located in ./report.cppcheck
Gilles Caulier