Skip to content

Commit

Permalink
Added etc folder into phpcs exclusions list
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored Apr 20, 2022
1 parent e12e717 commit 134c6e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function testCodeStyle()
$ignoreList[] = 'composer.lock';
$ignoreList[] = 'clover.xml';
$ignoreList[] = 'vendor';
$ignoreList[] = 'etc';
$ignoreList[] = 'test-reports';
$ignoreList[] = 'Test';

Expand Down

0 comments on commit 134c6e2

Please sign in to comment.