From a2ec1253e97805e2a3b990d8bc23c98ab8013d09 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 30 May 2019 10:44:35 -0400 Subject: [PATCH] Add code classification exclusion missed in 3e1b06ac. --- test/lib/pgBackRestTest/Common/CodeCountTest.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/pgBackRestTest/Common/CodeCountTest.pm b/test/lib/pgBackRestTest/Common/CodeCountTest.pm index e49499bc4..2385b8b94 100644 --- a/test/lib/pgBackRestTest/Common/CodeCountTest.pm +++ b/test/lib/pgBackRestTest/Common/CodeCountTest.pm @@ -48,6 +48,7 @@ sub codeCountScan $strFile eq 'LICENSE' || $strFile =~ '^doc/example/' || $strFile =~ '^doc/output/' || + $strFile =~ '^doc/resource/fake\-cert' || $strFile =~ '\.png$' || $strFile =~ '\.eps$' || $strFile =~ '\.cache$' ||