Update .phpcs.xml: Check $PWD by default

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 272a13f0f2
commit 4f90296295
  1. 5
      .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
-->

Loading…
Cancel
Save