GDP-ADMIN / cpplint-to-cppcheck

Repository from Github https://github.comGDP-ADMIN/cpplint-to-cppcheckRepository from Github https://github.comGDP-ADMIN/cpplint-to-cppcheck

CPPLint to CPPCheck

Script cpplint-to-cppcheckxml is used to convert cpplint xml result into cppcheck xml result. It is adapted from the same script osrf/gazebo on bitbucket. This script uses pygrok instead of regex. This script is created because the old implementation does not handle character [ in cpplint message segment.

Installation

  1. Install pygrok from https://github.com/garyelephant/pygrok
  2. Copy file cpplint-to-cppcheckxml.py into /usr/local/bin
  3. Make cpplint-to-cppcheck.py executable, sudo chmod +x /usr/local/bin/cpplint-to-cppcheckxml.py

About


Languages

Language:Python 100.0%