Register
phpBB.com Wiki · Home Projects Help

root / trunk / code_sniffer / phpbb / build.xml

build.xml

View | Annotate | Download (2.1 KB)

# Date Author Comment
8548 View | Annotate 05/04/2008 10:06 PM naderman

Moving code sniffer stuff into subfolder so directory can be linked and doesn’t require copying

8435 View | Annotate 03/15/2008 02:01 AM mapi

- First PHP_CodeSniffer rule added that checks all files for a valid file doc
comment as specified in “1.ii. File Header” of the phpBB Coding Guidelines.

8434 View | Annotate 03/14/2008 09:21 PM mapi

- Initial commit of an ant build file that helps to execute the test suite
for this code sniffer standard implementation.