Skip to content

Commit

Permalink
[Scoped] Exclude rules/Naming from parallel process
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 4, 2022
1 parent 39d71ac commit da658ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/downgrade-rector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export IFS=";"
for directory in $directories; do
echo "[NOTE] Downgrading '$directory' directory\n"

if printf '%s' "$directory" | grep -Eq '^(vendor/(symfony|symplify)|utils).*'; then
if printf '%s' "$directory" | grep -Eq '^(vendor/(symfony|symplify)|rules/Naming|utils).*'; then
echo "downgrading with no parallel...\n"
CONFIG_PATH_DOWNGRADE="build/config/config-downgrade.php"
else
Expand Down
1 change: 1 addition & 0 deletions utils/compiler/src/Command/DowngradePathsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'vendor/symplify vendor/nikic src',
'packages',
'vendor/ssch',
'rules/Naming',
'rules',
'utils',
'bin rector.php',
Expand Down

0 comments on commit da658ed

Please sign in to comment.