cppcheck.sh 107 B

1234
  1. #!/bin/bash
  2. cd "$WORKSPACE"
  3. cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml