浏览代码

[phpcs] Include bridges for coding style checks

logmanoriginal 7 年之前
父节点
当前提交
22a7666d2b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      phpcs.xml

+ 0 - 1
phpcs.xml

@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ruleset name="RSS-Bridge Ruleset">
   <description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
-  <exclude-pattern>./bridges</exclude-pattern>
   <exclude-pattern>./css</exclude-pattern>
   <exclude-pattern>./vendor</exclude-pattern>
   <rule ref="Generic.Classes.DuplicateClassName"/>