Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
- Don't code-sniff or document the dev/tests folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyroka committed Dec 14, 2013
1 parent 656081e commit c1b7f22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions codesniffer_config.xml
Expand Up @@ -5,5 +5,6 @@
<exclude-pattern>*/Config/*</exclude-pattern>
<exclude-pattern>*/webroot/*</exclude-pattern>
<exclude-pattern>*/tmp/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<rule ref="CakePHP"/>
</ruleset>
1 change: 1 addition & 0 deletions phpdoc_html.xml
Expand Up @@ -28,5 +28,6 @@
<ignore>tmp/*</ignore>
<ignore>webroot/*</ignore>
<ignore>Config/*</ignore>
<ignore>tests/*</ignore>
</files>
</phpdoc>
1 change: 1 addition & 0 deletions phpdoc_xml.xml
Expand Up @@ -28,5 +28,6 @@
<ignore>tmp/*</ignore>
<ignore>webroot/*</ignore>
<ignore>Config/*</ignore>
<ignore>tests/*</ignore>
</files>
</phpdoc>

0 comments on commit c1b7f22

Please sign in to comment.