From 0815ab90d72641fc274231c075282567e9e17865 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Tue, 28 May 2024 22:22:23 +0800 Subject: [PATCH] fix(expected.json): fix cppcheck version issue --- expected.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expected.json b/expected.json index b3f582f..7d7eb5a 100644 --- a/expected.json +++ b/expected.json @@ -1 +1 @@ -[{"name":"cppcheck","results":[{"score":95,"comment":"### Test results summary\n\n1. error: 1\n2. warning: 0\n3. probability: 0\n4. performance: 0\n5. style: 0\n6. information: 4"}]}] +[{"name":"cppcheck","results":[{"score":95,"comment":"### Test results summary\n\n1. error: 1\n2. warning: 0\n3. probability: 0\n4. performance: 0\n5. style: 0\n6. information: 1"}]}]