You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried using the beta docker image of codeclimate-phpcodesniffer to get access to a more recent phpcs build than is in stable. (I need access to disabling specific sniffs on a single line as documented at https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file. The inline // phpcs:ignore form is only available in phpcs since version 3.2.0, where the stable docker image by codeclimate is still on 2.9.1.
When I run the beta docker image I am greeted with the following log showing that the container is missing the php7-xmlreader package from the Alpine repository.
WordPress Coding Standards sniffs require `XMLReader` support from PHP.
* Add the missing Alpine package `php7-xmlreader` to `Dockerfile`
Fixescodeclimate#94
I've tried using the beta docker image of
codeclimate-phpcodesniffer
to get access to a more recentphpcs
build than is in stable. (I need access to disabling specific sniffs on a single line as documented at https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file. The inline// phpcs:ignore
form is only available in phpcs since version 3.2.0, where the stable docker image by codeclimate is still on 2.9.1.When I run the beta docker image I am greeted with the following log showing that the container is missing the
php7-xmlreader
package from the Alpine repository.Log of execution
My `.codeclimate` file
My `.phpcs.dist.xml` file
The text was updated successfully, but these errors were encountered: