From 83bda8a2ae2a8ce74e2cf3c5b11f48e6b443d92d Mon Sep 17 00:00:00 2001
From: Christopher O'Toole <otoolec@x.com>
Date: Sat, 14 Mar 2015 15:58:37 -0500
Subject: [PATCH] MAGETWO-35060: Copy and Paste detector is run against test
 files that are blacklisted

blacklist app/code and lib/internal untill all PRs are in. This is
needed to avoid unit tests that were moved from causing failures.
The unit tests should be fixed in future pull requests and this commit
should be reverted once all PRs are in.
---
 .../Magento/Test/Php/_files/phpcpd/blacklist/common.txt         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt b/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt
index cdb7b5313e3..b85b6a5737d 100644
--- a/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt
+++ b/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt
@@ -1,3 +1,5 @@
+app/code/Magento
+lib/internal/Magento
 Magento/Adminhtml
 Magento/Authorizenet/Model
 Magento/Backend
-- 
GitLab