Firstly, Cppcheck
checks code will come out a result which stored in a file.
In Git
, the file
is in everyone's local computer because Git is a distributed system,
Now we want to collect the files and analyze the files. But we don't know how to collect
we do not want to push 'the file' to the server, this would be too complicated
and we also do not want to ask everyone to send their files to me.
Then how to collect the files
by a easy way?