diff --git a/runchecks.sh b/runchecks.sh index 2168aca..6d5adf0 100644 --- a/runchecks.sh +++ b/runchecks.sh @@ -1,3 +1,3 @@ #! /bin/bash -cppcheck "$2" --language=c++ --template="::{severity} file={file},line={line},col={column}::{message} | prbot" "$1" \ No newline at end of file +cppcheck "$2" -q --language=c++ --template="::{severity} file={file},line={line},col={column}::{message}" "$1" | prbot \ No newline at end of file