We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf844 commit 428f2efCopy full SHA for 428f2ef
1 file changed
cli/cppcheckexecutor.cpp
@@ -106,7 +106,7 @@ namespace {
106
rule["name"] = picojson::value(getRuleShortDescription(finding));
107
// rule.shortDescription.text
108
picojson::object shortDescription;
109
- shortDescription["text"] = picojson::value(finding.shortMessage());
+ shortDescription["text"] = picojson::value(getRuleShortDescription(finding));
110
rule["shortDescription"] = picojson::value(shortDescription);
111
// rule.fullDescription.text
112
picojson::object fullDescription;
0 commit comments