Skip to content

Commit

Permalink
Bring bootstrap/ and /tests back into the ECS mix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 28, 2022
1 parent a88dfa7 commit 8dee0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

return static function(ECSConfig $ecsConfig): void {
$ecsConfig->paths([
__DIR__ . '/bootstrap',
__DIR__ . '/src',
__DIR__ . '/tests',
__FILE__,
]);

Expand Down

0 comments on commit 8dee0f4

Please sign in to comment.