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

Let user run PHP-CS-Fixer 2 and fix CS #70

Closed
wants to merge 2 commits into from
Closed

Let user run PHP-CS-Fixer 2 and fix CS #70

wants to merge 2 commits into from

Conversation

lucasmichot
Copy link
Contributor

@lucasmichot lucasmichot commented Mar 28, 2017

Let user run PHP-CS-Fixer 2 and fix CS

@coveralls
Copy link

coveralls commented Mar 28, 2017

Coverage Status

Coverage remained the same at 73.08% when pulling 13c454d on lucasmichot:feature/master/php-cs-fixer-v2 into a486851 on contentful:master.

@lucasmichot lucasmichot changed the title Let user access PHP-CS-Fixer 2 and fix CS Let user run PHP-CS-Fixer 2 and fix CS Mar 28, 2017
@coveralls
Copy link

coveralls commented Mar 28, 2017

Coverage Status

Coverage remained the same at 73.08% when pulling 0551c51 on lucasmichot:feature/master/php-cs-fixer-v2 into a486851 on contentful:master.

Copy link
Contributor

@realityking realityking left a comment

Choose a reason for hiding this comment

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

Love it! Just one small change I disagree with.

@@ -13,7 +13,8 @@
"require-dev": {
"php-vcr/phpunit-testlistener-vcr": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2"
"jakub-onderka/php-console-highlighter": "^0.3.2",
"friendsofphp/php-cs-fixer": "~2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as with phpunit, let's not add dependencies just for convenience's sake.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, nevertheless this allows people to provide consistent CS on PR they submit.
Also projects require this library use the --no-dev during the build process, so this dependencies will be excluded.

In this case in might be complicate for a developer to install the right version of php-cs-fixer (~1 and ~2) are not compatibles, and not force them to install a specific version globally

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree that the 1 vs 2 will be an issue here but the rule of "anything that can be a phar should be" is not one I'm willing to compromise on. Many of the same dependencies used by these tools are also used by code generation libraries and one of those will probably end up in this SDK at some point. With PHP/composer only supporting a single version for each library I'd rather be extra careful and avoid version clashes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

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