Skip to content

Commit

Permalink
self check
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jan 12, 2024
1 parent 0ba4b27 commit 702e9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cppcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,6 @@ void CppCheck::printTimerResults(SHOWTIME_MODES mode)
}

bool CppCheck::isPremiumCodingStandardId(const std::string& id) const {
std::vector<std::string> premiumCodingStandards;
if (mSettings.premiumArgs.find("--misra") != std::string::npos) {
if (startsWith(id, "misra-") || startsWith(id, "premium-misra-"))
return true;
Expand Down

0 comments on commit 702e9a5

Please sign in to comment.