SonarQube 9.9 scanning C++ code
I have a fairly large code base with over 50k files and it takes close to 10 hours to scan it all
If the scanner encounters an error then it exits.
17:37:57.674742 ERROR Exception in thread pool-3-thread-8
17:37:57.675823 ERROR com.sonar.cpp.analyzer.Analyzer$AnalyzerException: Exit code != 0:
I then have to exclude the file and repeat the scan and if it fails on a different file I have to do it again, and again …
Is there a way to run through to the end and give me a list of all the exceptions and then I can do one fix and repeat? Indeed, can it run to the end and just leave out the missing files?