normalCheckLevelMaxBranches:*

//
// Ignore libinjection related stuff.
//
*:others/libinjection/src/*

//
// Lets ignore mbedtls.
//
*:others/mbedtls/*


//
// Code imported from ModSecurity v2...
//
shiftNegative:src/utils/msc_tree.cc
*:src/utils/acmp.cc
*:src/utils/msc_tree.cc


// 
// ModSecurity v3 code...
// 
variableScope:src/operators/rx.cc
variableScope:src/operators/rx_global.cc

noExplicitConstructor:seclang-parser.hh
constParameter:seclang-parser.hh
accessMoved:seclang-parser.hh
returnTempReference:seclang-parser.hh
duplInheritedMember:seclang-parser.hh
constVariableReference:seclang-parser.hh

unreadVariable:src/operators/rx.cc
unreadVariable:src/operators/rx_global.cc

noExplicitConstructor:src/collection/backend/collection_data.h
stlIfStrFind:src/collection/backend/collection_data.cc

unusedFunction
missingIncludeSystem
useStlAlgorithm
preprocessorErrorDirective
funcArgNamesDifferent
missingInclude

purgedConfiguration

nullPointerRedundantCheck
knownConditionTrueFalse
cstyleCast
functionStatic
shadowFunction

stlcstrConstructor
stlcstrStream
uselessCallsSubstr

// Examples
memleak:examples/using_bodies_in_chunks/simple_request.cc
