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

Remove not existing Squiz.PHP.ForbiddenFunctions #294

Merged
merged 1 commit into from
Jun 21, 2018

Conversation

xh3n1
Copy link
Member

@xh3n1 xh3n1 commented Jun 21, 2018

Fixes the following error message on current master:

$ echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
Running PHP_CodeSniffer
ERROR: Referenced sniff "Squiz.PHP.ForbiddenFunctions" does not exist
Run "phpcs --help" for usage information
The command "echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
" exited with 3.

There is still another error on master which I will fix in another PR.

Compare also the error output of https://travis-ci.org/phpList/core/jobs/395079478 with https://travis-ci.org/phpList/core/jobs/395081943

Fixes the following error message on current master:

```
$ echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
Running PHP_CodeSniffer
ERROR: Referenced sniff "Squiz.PHP.ForbiddenFunctions" does not exist
Run "phpcs --help" for usage information
The command "echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
" exited with 3.
``

Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
@xh3n1 xh3n1 force-pushed the remove-ForbiddenFunctions branch from 1f25824 to cced293 Compare June 21, 2018 16:12
@samtuke samtuke merged commit ac0d41c into master Jun 21, 2018
@oliverklee oliverklee deleted the remove-ForbiddenFunctions branch June 22, 2018 16:15
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.

2 participants