Skip to content

Commit

Permalink
Update cli/cppcheckexecutor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Campos <[email protected]>
  • Loading branch information
danmar and mario-campos authored Oct 9, 2024
1 parent 9e1db25 commit 5d76a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace {
picojson::value serializeRuns(const std::string& productName, const std::string& version) const {
picojson::object driver;
driver["name"] = picojson::value(productName);
driver["version"] = picojson::value(version);
driver["semanticVersion"] = picojson::value(version);
driver["informationUri"] = picojson::value("https://cppcheck.sourceforge.io");
driver["rules"] = picojson::value(serializeRules());
picojson::object tool;
Expand Down

0 comments on commit 5d76a94

Please sign in to comment.