This commit is contained in:
2025-06-04 15:40:21 +12:00
parent de79d0f2c6
commit 60f433735e

View File

@@ -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
{ 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