Skip to content

Commit acab6a2

Browse files
Remove isExcluded entirely from EXP37-C for testing
1 parent 48342db commit acab6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c/cert/src/rules/EXP37-C/DoNotCallFunctionsWithIncompatibleArguments.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import codingstandards.cpp.MistypedFunctionArguments
2222

2323
from FunctionCall fc, Function f, Parameter p
2424
where
25-
not isExcludedLate(fc, ExpressionsPackage::doNotCallFunctionsWithIncompatibleArgumentsQuery()) and
25+
//not isExcludedLate(fc, ExpressionsPackage::doNotCallFunctionsWithIncompatibleArgumentsQuery()) and
2626
(
2727
mistypedFunctionArguments(fc, f, p)
2828
or

0 commit comments

Comments
 (0)