Skip to content

Commit

Permalink
MAGETWO-92468: Blacklisting non-Magento code directories from copyrig…
Browse files Browse the repository at this point in the history
…ht test
  • Loading branch information
pdohogne-magento committed Jun 8, 2018
1 parent 5f0ccaf commit f8a4502
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
return [
'/\.(jpe?g|png|gif|ttf|swf|eot|woff|pdf|mp3|pdf|jar|jbf)$/',
'/pub\/opt\/magento\/var/',
'/COPYING\.txt/'
'/COPYING\.txt/',
'/app\/code\/(?!Magento)[^\/]*/'
];

0 comments on commit f8a4502

Please sign in to comment.