-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Configure PHPCS #6844
Conversation
And execute it on Travis (allowing it to fail for now to prevent a lot of conflicts with `develop`).
There was a problem hiding this 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> | ||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
No description provided.