1
0
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:
David Steele 2020-05-18 18:09:41 -04:00
parent ac5d46dc50
commit 92c036b966

View File

@ -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