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

Configure PHPCS #6844

Merged
merged 3 commits into from
Nov 23, 2017
Merged

Configure PHPCS #6844

merged 3 commits into from
Nov 23, 2017

Conversation

lcobucci
Copy link
Member

No description provided.

And execute it on Travis (allowing it to fail for now to prevent a lot
of conflicts with `develop`).
@lcobucci lcobucci added this to the 2.6.0 milestone Nov 23, 2017
@lcobucci lcobucci self-assigned this Nov 23, 2017
@lcobucci lcobucci merged commit ba32237 into doctrine:master Nov 23, 2017
@lcobucci lcobucci deleted the configure-phpcs branch November 23, 2017 12:30
Copy link
Contributor

@phansys phansys left a comment

Choose a reason for hiding this comment

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

Status: Needs work.

<exclude-pattern>*/tests/*</exclude-pattern>
</rule>
</ruleset>

Copy link
Contributor

Choose a reason for hiding this comment

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

Please, remove surplus LF.

@@ -78,6 +78,11 @@ jobs:
before_script: wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey
script: php phpbench.phar run -l dots --report=default

- stage: Coding standard
php: nightly
Copy link
Member

Choose a reason for hiding this comment

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

I suggest using a stable PHP version instead. It is less likely to break PHPCS itself.

Copy link
Member Author

Choose a reason for hiding this comment

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

That will be done on v3 after we fix all CS violations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants