I trying to increase the thread count of running cppcheck process by using following command
cppcheck -j9 --enable=warning,style,performance,portability,information,missingInclude
but still only one thread is running in background.
Can anyone help me to get the solution.