Closed firewave closed 1 year ago
Currently if the Cppcheck Path is not configured it will just show an extreme hard-to-spot message in the status bar.
Cppcheck Path
That message may also be overwritten at any point so it is very unlikely any user will ever recognize it. It also isn't listed in the notifications.
So report it as a global inspection error so it is visible to the user. This is similar to what I did in #81:
It will now also report errors in case the file cannot be found instead of showing an execution failure:
Currently if the
Cppcheck Path
is not configured it will just show an extreme hard-to-spot message in the status bar.That message may also be overwritten at any point so it is very unlikely any user will ever recognize it. It also isn't listed in the notifications.
So report it as a global inspection error so it is visible to the user. This is similar to what I did in #81:
It will now also report errors in case the file cannot be found instead of showing an execution failure: