From 915989c4d77f5d574e0b5c8f9dd4fc7fc4cfe68c Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Wed, 4 Jun 2025 14:47:55 +1200 Subject: [PATCH] Fix prbot command --- runchecks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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