Uh oh!
There was an error while loading. Please reload this page.
Check if --cppcheck-build-dir exists - #5254
Conversation
6f2d157 to
ce881feComparechrchr-github
commented
Jul 20, 2023
On which platform does this happen? It works fine on Windows. |
samopolacek
commented
Jul 20, 2023
I am running cppcheck on Debian 12. |
chrchr-github
commented
Jul 20, 2023
Upon further review, the directory has to be created beforehand on Windows as well. |
firewave
commented
Jul 26, 2023
Please add a Also this should be implemented via a function in the |
|
6765276 to
50d1c87Compareefa8e0f to
492791cComparesamopolacek
commented
Aug 1, 2023
@firewave , done from my side. Not sure what to do with the failing checks. I've already tried to rerun them, but they again failed. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
firewave
commented
Aug 19, 2023
Turns out we already had the functionality implemented in the |
Cppcheck does not report that cppcheck build dir does not exist and also does not report any write issues to the non-existent directory.
This means that cppcheck build dir is actually not used.
We should either create the directory or fail.