Skip to content

Commit ce9129a

Browse files
committed
Kex engine - remove false positives
1 parent 71ca6a7 commit ce9129a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ idTech5 = \.streamed$
7272
idTech6[] = \.mega2$
7373
idTech6[] = \.texdb$
7474
idTech7 = \.streamdb$
75-
Kex = \.kpf$
75+
Kex = (?<!config)\.kpf$
7676
KiriKiri = (?:^|/)KAGParserEx\.dll$
7777
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
7878
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$

tests/types/_NonMatchingTests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ VOgreMain.dll
537537
somefile.kpfwhoops
538538
somefilekpf
539539
somefile_kpf
540+
data/ark2d/config.kpf
540541
bink2w64.ddl
541542
notabink.dll
542543
binkw23.dll

0 commit comments

Comments
 (0)