We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50575b0 commit c19bca9Copy full SHA for c19bca9
1 file changed
cli/cppcheckexecutor.cpp
@@ -426,7 +426,7 @@ namespace {
426
// Add more mappings as needed
427
};
428
429
- // Find the rule description using the same pattern as existing mapping functions
+ // Find the rule description
430
for (const auto& desc : ruleDescriptions) {
431
if (ruleId == desc.ruleId) {
432
return fullDescription ? desc.fullDesc : desc.shortDesc;
0 commit comments