Skip to content

Commit

Permalink
sort exclude path in rector config
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 25, 2020
1 parent 3b08e8c commit fc1f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
// is there a file you need to skip?
$parameters->set(Option::EXCLUDE_PATHS, [
__DIR__ . '/app/Views',
__DIR__ . '/system/ThirdParty',
__DIR__ . '/system/Autoloader/Autoloader.php',
__DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php',
__DIR__ . '/system/ThirdParty',
]);

// Rector relies on autoload setup of your project; Composer autoload is included by default; to add more:
Expand Down

0 comments on commit fc1f0ab

Please sign in to comment.