-
Bug
-
Resolution: Fixed
-
Major
-
Ubuntu 12.04
I added an 'Execute shell' build step in Jenkins to run the cpplint.py
python /var/lib/jenkins/scripts/cpplint.py --counting=detailed `find path -name *.cpp
I also added 'Scan for compiler warnings' and added CppLint.
However it always gets 0 warnings even though it displayed in the Console output some warnings such as
filename.cpp:18: Missing space after , [whitespace/comma] [3]
Seems that the syntax changed. Which cpp lint version are you using?
Can you please attach a log with some more messages?
Here the current format: