Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that php code sniffer is not included in robo.phar. Allow Rsyn… #491

Merged
merged 2 commits into from
Nov 15, 2016

Conversation

greg-1-anderson
Copy link
Member

@greg-1-anderson greg-1-anderson commented Nov 14, 2016

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Needs tests

Summary

Ensure that size of phar remains reasonable (2.2M needed, rather than >4M)

Description

The php code sniffer was being included in the phar. This PR fixes that, and also improves the Rsync task so that the phar:build command can copy via a whitelist instead of a blacklist.

…c::fromPath() to take an array of paths, and make phar:build rsync using a whitelist instead of a blacklist.
@coveralls
Copy link

coveralls commented Nov 15, 2016

Coverage Status

Coverage increased (+0.02%) to 58.551% when pulling 7bedb9a on small-phar into f8421b2 on master.

->toPath('/var/path/with/a space')
->getCommand()
)->equals(
'rsync src/foo src/bar \'dev@localhost:/var/path/with/a space\''

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multi-line function call not indented correctly; expected 12 spaces but found 16

@coveralls
Copy link

coveralls commented Nov 15, 2016

Coverage Status

Coverage increased (+0.02%) to 58.551% when pulling 891b6f8 on small-phar into f8421b2 on master.

@greg-1-anderson greg-1-anderson merged commit 414fa96 into master Nov 15, 2016
@greg-1-anderson greg-1-anderson deleted the small-phar branch May 27, 2020 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants