Composer, Gulp, file renames

This commit is contained in:
2017-07-18 10:56:11 +02:00
parent 014e6ec918
commit 96342567b8
7 changed files with 68 additions and 0 deletions

9
phpcs.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<ruleset name="WPLiveticker2">
<description>Derived from WordPress Coding Standard</description>
<rule ref="WordPress">
<!-- Type hint checks mess up PHP 7 checks, while this plugin has compatibility level 5.5 and above. -->
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing"/>
</rule>
</ruleset>