Skip to content

TriggerMatchingTool: Fix cppcheck warnings.

Use CxxUtils::starts_with instead of string::find. Pass objects by const reference rather than by value.

Merge request reports