We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7164b3c commit 68ea6daCopy full SHA for 68ea6da
.travis.yml
@@ -5,5 +5,5 @@ install:
5
- composer install
6
- bash tests/install-tests.sh wordpress_test root '' 127.0.0.1 latest
7
script:
8
- - vendor/bin/phpcs --standard=vendor/humanmade/coding-standards .
+ - vendor/bin/phpcs --standard=phpcs.ruleset.xml .
9
- phpunit
phpcs.ruleset.xml
@@ -0,0 +1,7 @@
1
+<?xml version="1.0"?>
2
+<ruleset>
3
+ <rule ref="vendor/humanmade/coding-standards" />
4
+ <rule ref="Squiz.PHP.EmbeddedPhp.NoSemicolon">
+ <severity>0</severity>
+ </rule>
+</ruleset>
0 commit comments