Moved CheckStl::redundantCondition to normal checking
This commit is contained in:
parent
f9fe6cc96a
commit
f36ca56e7d
|
@ -68,6 +68,7 @@ public:
|
|||
checkStl.outOfBounds();
|
||||
checkStl.outOfBoundsIndexExpression();
|
||||
checkStl.pushback();
|
||||
checkStl.redundantCondition();
|
||||
checkStl.string_c_str();
|
||||
checkStl.uselessCalls();
|
||||
}
|
||||
|
@ -87,7 +88,6 @@ public:
|
|||
|
||||
// Style check
|
||||
checkStl.size();
|
||||
checkStl.redundantCondition();
|
||||
checkStl.useStlAlgorithm();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue