Browse Source

Update .phpcs.xml: Check $PWD by default

Daniel Rudolf 9 years ago
parent
commit
4f90296295
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .phpcs.xml

+ 5 - 0
.phpcs.xml

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