Skip to content

Commit 62de200

Browse files
author
Denys Rul
committed
Merge branch 'MAGETWO-31191' of https://github.corp.ebay.com/magento-vanilla/magento2ce into MAGETWO-31191
2 parents c88ba31 + 0c9c7b4 commit 62de200

File tree

3 files changed

+37
-24
lines changed

3 files changed

+37
-24
lines changed

composer.lock

Lines changed: 21 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/Magento/TestFramework/Inspection/WordsFinder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ class WordsFinder
4747
*
4848
* @var array
4949
*/
50-
protected $copyrightSkipList = [];
50+
protected $copyrightSkipList = [
51+
'lib/web/legacy-build.min.js'
52+
];
5153

5254
/**
5355
* Whether copyright presence should be checked or not

dev/tests/static/testsuite/Magento/Test/Legacy/_files/words_ce.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,19 @@
5252
<word>Mage_Adminhtml::profiles</word>
5353
</item>
5454
<item>
55-
<path>lib/web/legacy-build.min.js</path>
55+
<path>dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeMessTest/phpmd_ruleset.xsd</path>
56+
<word>dataflow</word>
57+
</item>
58+
<item>
59+
<path>lib/internal/Zend</path>
60+
</item>
61+
<item>
62+
<path>dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_constants.php</path>
63+
<word>overriden</word>
64+
</item>
65+
<item>
66+
<path>dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RequestIdOverrideTest.php</path>
67+
<word>overriden</word>
5668
</item>
5769
</whitelist>
5870
</config>

0 commit comments

Comments
 (0)