Skip to content

Conversation

xh3n1
Copy link
Collaborator

@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

@xh3n1 xh3n1 requested a review from samtuke June 21, 2018 15:53
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