Cppcheck
Cppcheck is a static code analysis tool which is supported by Code Review Assistant out of the box.
Shell command
#!/bin/bash
cppcheck --quiet .
Example for Bamboo
Â
Cppcheck is a static code analysis tool which is supported by Code Review Assistant out of the box.
#!/bin/bash
cppcheck --quiet .
Â