Skip to content

Commit ff50a01

Browse files
committed
Fixed handling of PCRE rules, since 'simple' rules have been removed already, set default to 'normal'-tokenlist.
1 parent 6843bf6 commit ff50a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class CPPCHECKLIB Settings : public cppcheck::Platform {
257257
class CPPCHECKLIB Rule {
258258
public:
259259
Rule()
260-
: tokenlist("simple") // use simple tokenlist
260+
: tokenlist("normal") // use normal tokenlist
261261
, id("rule") // default id
262262
, severity(Severity::style) { // default severity
263263
}

0 commit comments

Comments
 (0)