You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Exclude Dockerfile from code count.
This commit is contained in:
@ -56,6 +56,7 @@ sub codeCountScan
|
||||
$strFile =~ '\.cache$' ||
|
||||
$strFile =~ '^doc/site/' ||
|
||||
$strFile =~ '^src/build/autom4te.cache/' ||
|
||||
$strFile eq 'test/Dockerfile' ||
|
||||
$strFile eq 'test/Vagrantfile' ||
|
||||
$strFile =~ '^test/\.vagrant/' ||
|
||||
$strFile =~ '^test/certificate/' ||
|
||||
|
Reference in New Issue
Block a user