From 60f433735e631ead643cf242f1104a2d81154910 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Wed, 4 Jun 2025 15:40:21 +1200 Subject: [PATCH] Update --- runchecks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runchecks.sh b/runchecks.sh index 7102d71..8555b19 100644 --- a/runchecks.sh +++ b/runchecks.sh @@ -1,3 +1,3 @@ #! /bin/bash -cppcheck "$2" -q --language=c++ --template="::{severity} file={file},line={line},col={column}::{message}" "$1" | dump_json_append -file messages.cache \ No newline at end of file +{ cppcheck "$2" -q --language=c++ --template="::{severity} file={file},line={line},col={column}::{message}" "$1" 1>&2; } 2>&1 | dump_json_append -file messages.cache \ No newline at end of file