Skip to content

Commit

Permalink
Don't try to validate non-php files
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed May 3, 2013
1 parent 0ec1ebc commit c50a431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,19 @@ The goal is to provide an easy-to-use, flexible toolkit that complies with open
<file name="lib//*" role="php"/>
<file name="LICENSE" role="doc"/>
<file name="plugins//*" role="php"/>
<file name="plugins/sfAuditPlugin/lib/vendor/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc" role="data"/>
<file name="plugins/sfAuditPlugin/lib/vendor/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc" role="data"/>
<file name="plugins/sfDrupalPlugin/vendor/drupal/includes/database/database.inc" role="data"/>
<file name="plugins/sfLucenePlugin/README" role="doc"/>
<file name="plugins/sfSearchPlugin/doc/recipes/Quick-Start.txt" role="doc"/>
<file name="qubit_dev.php" role="php"/>
<file name="README" role="doc"/>
<file name="robots.txt" role="doc"/>
<file name="symfony" role="script"/>
<file name="test//*" role="test"/>
<file name="uploads//*" role="data"/>
<file name="vendor//*" role="php"/>
<file name="vendor/yui//*" role="script"/>
<file name="vendor/symfony/data//*" role="data"/>
</contents>
<dependencies>
Expand Down

0 comments on commit c50a431

Please sign in to comment.