Skip to content

GDP-ADMIN/cpplint-to-cppcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages