Skip to content

Commit

Permalink
add ecs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Dec 9, 2023
1 parent c2c1793 commit fb966e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
__DIR__ . '/src',
__DIR__ . '/tests',
]);
$ecsConfig->cacheDirectory('.ecs.cache');

$skipRules = [
ReturnToYieldFromFixer::class => __DIR__ . '/src/definitions.php',
Expand Down

0 comments on commit fb966e8

Please sign in to comment.