We're using PSR0, PSR1 and PSR2 standards in our project, but I want to exclude a specific file from just the PSR0 namespace checking rule. Is there a way I can add a comment to the file, so phpcs ignores this rule:
Each class must be in a namespace of at least one level...
Here: http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php
They show this example: