Skip to content

Commit

Permalink
Added missing progress information about phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 21, 2024
1 parent 6cac3d0 commit e040c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote_branch_checker/remote_branch_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ if [[ -n "${isplugin}" ]]; then
# We exclude some Sniffs that are not applicable to plugins.
phpcs_isplugin="--exclude=moodle.Commenting.TodoComment"
fi
echo "Info: Running phpcs..."
${phpcmd} ${mydir}/../vendor/bin/phpcs \
--runtime-set moodleComponentsListPath "${WORKSPACE}/work/valid_components.txt" \
${phpcs_isplugin} \
Expand Down

0 comments on commit e040c82

Please sign in to comment.