Jenkins の Warnings Next Generation Plugin で cpplint を使用する方法のサンプル コードを入手したいと思います。cpplint ツール (vs7、emacs、junit) の多くの出力形式を試しました。
私はそのようなことを試しました(コンソール出力を検索するため):
cpplint --counting=detailed --output=vs7 `find . -name *.h -or -name *.c`
recordIssues tool: cppLint()
また、別のバージョン(レポートファイルの読み取り):
cpplint --counting=detailed --output=vs7 `find . -name *.h -or -name *.c` 2> output.report
recordIssues tool: cppLint(pattern: "output.report")
分析は順調に進んでおり、コンソール出力は生成されていますが、解析できません。何かアドバイス?