Fixed handling of PCRE rules, since 'simple' rules have been removed already, set default to 'normal'-tokenlist.
This commit is contained in:
parent
6843bf628b
commit
ff50a01d36
|
@ -257,7 +257,7 @@ public:
|
|||
class CPPCHECKLIB Rule {
|
||||
public:
|
||||
Rule()
|
||||
: tokenlist("simple") // use simple tokenlist
|
||||
: tokenlist("normal") // use normal tokenlist
|
||||
, id("rule") // default id
|
||||
, severity(Severity::style) { // default severity
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue