Skip to content

Commit c19bca9

Browse files
committed
more comment updates
1 parent 50575b0 commit c19bca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cppcheckexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ namespace {
426426
// Add more mappings as needed
427427
};
428428

429-
// Find the rule description using the same pattern as existing mapping functions
429+
// Find the rule description
430430
for (const auto& desc : ruleDescriptions) {
431431
if (ruleId == desc.ruleId) {
432432
return fullDescription ? desc.fullDesc : desc.shortDesc;

0 commit comments

Comments
 (0)