diff --git a/static/integrity/testsuite/Magento/Test/Php/LiveCodeTest.php b/static/integrity/testsuite/Magento/Test/Php/LiveCodeTest.php index 9c090f4..7ca802f 100755 --- a/static/integrity/testsuite/Magento/Test/Php/LiveCodeTest.php +++ b/static/integrity/testsuite/Magento/Test/Php/LiveCodeTest.php @@ -303,6 +303,7 @@ public function testCodeStyle() $ignoreList[] = 'composer.lock'; $ignoreList[] = 'clover.xml'; $ignoreList[] = 'vendor'; + $ignoreList[] = 'etc'; $ignoreList[] = 'test-reports'; $ignoreList[] = 'Test';