mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Add code count rule for valgrind suppression missed in 6be5ea33.
6be5ea33 changed valgrind suppression file naming but failed to update the code count rules.
This commit is contained in:
parent
ac5d46dc50
commit
92c036b966
@ -64,7 +64,7 @@ sub codeCountScan
|
||||
$strFile =~ '^test/patch/' ||
|
||||
$strFile =~ '^test/result/' ||
|
||||
$strFile eq 'test/scratch.txt' ||
|
||||
$strFile eq 'test/src/valgrind.suppress' ||
|
||||
$strFile =~ '^test/src/valgrind\.suppress\.' ||
|
||||
$strFile eq 'test/src/lcov.conf');
|
||||
|
||||
# Classify the source file
|
||||
|
Loading…
x
Reference in New Issue
Block a user