Skip to content

Commit

Permalink
Conflict during pull during rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbukki committed Jan 27, 2024
2 parents 656dca0 + adf2c44 commit b0f7011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/cpp_metrics/parser/src/cppmetricsparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,11 @@ void CppMetricsParser::lackOfCohesion()
bool CppMetricsParser::parse()
{
functionParameters();

functionMcCabe();

lackOfCohesion();

return true;
}

Expand Down

0 comments on commit b0f7011

Please sign in to comment.