Skip to content
Snippets Groups Projects
Commit d0538b54 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add typehint checking

parent eba0b23f
Branches
No related tags found
1 merge request!10WIP: Add typehint checking
Pipeline #366 failed
...@@ -22,7 +22,8 @@ before_script: ...@@ -22,7 +22,8 @@ before_script:
# Install PHPCS and WPCS # Install PHPCS and WPCS
- composer global require automattic/vipwpcs - composer global require automattic/vipwpcs
- phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs - composer global require slevomat/coding-standard
- phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs,$HOME/.composer/vendor/slevomat/coding-standard
PHPunit:PHP5.3:MySQL: PHPunit:PHP5.3:MySQL:
image: containers.ethitter.com:443/docker/images/php:5.3 image: containers.ethitter.com:443/docker/images/php:5.3
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
<rule ref="WordPress" /> <rule ref="WordPress" />
<rule ref="WordPressVIPMinimum" /> <rule ref="WordPressVIPMinimum" />
<!--<rule ref="WordPress-VIP-Go" />--> <rule ref="WordPress-VIP-Go" />
<rule ref="SlevomatCodingStandard" />
<config name="minimum_supported_wp_version" value="4.9" /> <config name="minimum_supported_wp_version" value="4.9" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment