Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 20, 2024
1 parent e3c93f4 commit 9348a21
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions lib/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,35 +318,6 @@ void Settings::setCheckLevel(CheckLevel level)

// These tables are auto generated from Cppcheck Premium script

static const std::set<std::string> cweCheckers{
"StlMissingComparison",
"assignBoolToPointer",
"autovarInvalidDeallocation",
"deallocuse",
"derefInvalidIterator",
"doubleFree",
"funcArgOrderDifferent",
"globalLockGuard",
"ignoredReturnValue",
"invalidTestForOverflow",
"invalidscanf",
"leakNoVarFunctionCall",
"leakReturnValNotUsed",
"localMutex",
"multiCondition",
"raceAfterInterlockedDecrement",
"resourceLeak",
"rethrowNoCurrentException",
"signConversion",
"signedCharArrayIndex",
"stlIfStrFind",
"unhandledExceptionSpecification",
"unknownEvaluationOrder",
"useClosedFile",
"varFuncNullUB",
"virtualDestructor"
};

static const std::set<std::string> autosarCheckers{
"accessMoved",
"argumentSize",
Expand Down

0 comments on commit 9348a21

Please sign in to comment.