Cpplint
Cpplint is a static code analysis tool for C/C++ which is supported by Code Review Assistant out of the box.
Shell command
#!/bin/bash
cpplint --recursive .
Example for Bamboo
Â
Cpplint is a static code analysis tool for C/C++ which is supported by Code Review Assistant out of the box.
#!/bin/bash
cpplint --recursive .
Â