[Pkg-debile-commits] [debile-slave] 20/100: nice.

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit ee41d554053a5246ee83efcff6a23624816856c6
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Fri May 24 23:59:31 2013 -0400

    nice.
---
 ethel/wrappers/cppcheck.py |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/ethel/wrappers/cppcheck.py b/ethel/wrappers/cppcheck.py
index bb1a085..c1bc5fc 100644
--- a/ethel/wrappers/cppcheck.py
+++ b/ethel/wrappers/cppcheck.py
@@ -1,6 +1,9 @@
 from firehose.model import Issue, Message, File, Location, Point
 import lxml.etree
 
+# We require:
+# cppcheck --enable=all . --xml 1>/dev/null  ( stderr )
+
 
 def parse_cppcheck_xml(payload):
     tree = lxml.etree.fromstring(payload)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list