Skip to content

Commit 5fe735b

Browse files
MAGETWO-92468: Blacklisting non-Magento code directories from copyright test
1 parent f7c3630 commit 5fe735b

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/static/testsuite/Magento/Test/Legacy/_files/copyright

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/copyright/blacklist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
'/\.(jpe?g|png|gif|ttf|swf|eot|woff|pdf|mp3|pdf|jar|jbf|php\.dist)$/',
88
'/pub\/opt\/magento\/var/',
99
'/COPYING\.txt/',
10-
'/setup\/src\/Zend\/Mvc\/Controller\/LazyControllerAbstractFactory\.php/'
10+
'/setup\/src\/Zend\/Mvc\/Controller\/LazyControllerAbstractFactory\.php/',
11+
'/app\/code\/(?!Magento)[^\/]*/'
1112
];

0 commit comments

Comments
 (0)