瀏覽代碼

Update .phpcs.xml: Check $PWD by default

Daniel Rudolf 9 年之前
父節點
當前提交
4f90296295
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .phpcs.xml

+ 5 - 0
.phpcs.xml

@@ -5,6 +5,11 @@
         but without the MissingNamespace sniff.
     </description>
 
+    <!--
+        Run on current working directory by default
+    -->
+    <file>.</file>
+
     <!--
         Exclude _build/ and vendor/ dirs as well as minified JavaScript files
     -->