Code review comment for ~alexmurray/ubuntu-security-tools:uaudit-add-dlint

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Heh, at first I thought this was the deb dlint package, to check zone files. That seemed unlikely..

How do the snap vs deb installation sources get handled? eg there's no cppcheck snap, but:

static_analysis_tools = [
    StaticAnalysisTool("cppcheck",
                       cmd=['cppcheck', '--max-configs=15', '-j 8', '-q', '.'],
                       summary=['grep', '-c', '^[a-z]', OUTPUT_FILE]),

this doesn't seem to override source named parameter/field to request a deb installation source.

Thanks

« Back to merge proposal