We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The extension doesn't have any action after install. command line has normal behavior.
To Reproduce Steps to reproduce the behavior:
Expected behavior The document should format by PSR standard. And will show error or warning in documents.
Environment
exec docker run --rm --publish-all -v $PWD:/source -v /tmp:/tmp -v /opt:/opt -v /home:/home -w /source php:phpcs php "$@"
dockerfile
FROM php:cli-alpine # RUN cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" RUN apk update && apk add bash \ curl \ unzip # composer RUN curl -s https://getcomposer.org/installer | php RUN mv composer.phar /usr/local/bin/composer RUN composer global require squizlabs/php_codesniffer RUN ln -s /root/.composer/vendor/bin/phpcs /usr/local/bin/phpcs && \ ln -s /root/.composer/vendor/bin/phpcbf /usr/local/bin/phpcbf COPY ./php.ini /usr/local/etc/php/php.ini
Extension settings
{ "phpSniffer.run": "onSave", "phpSniffer.onTypeDelay": 250, "phpSniffer.executablesFolder": "", "phpSniffer.autoDetect": true, "phpSniffer.standard": "psr12", "phpSniffer.snippetExcludeSniffs" : [], }
Additional context I can do normal phpcs and phpcbf in command line. But the extension doesn't work.
The text was updated successfully, but these errors were encountered:
Did you install the extension remotely? Otherwise not sure what else would be wrong here.
Sorry, something went wrong.
I have installed.
No branches or pull requests
Describe the bug
The extension doesn't have any action after install.
command line has normal behavior.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The document should format by PSR standard.
And will show error or warning in documents.
Environment
exec docker run --rm --publish-all -v $PWD:/source -v /tmp:/tmp -v /opt:/opt -v /home:/home -w /source php:phpcs php "$@"
)dockerfile
Extension settings
Additional context
I can do normal phpcs and phpcbf in command line.
But the extension doesn't work.
The text was updated successfully, but these errors were encountered: