Keep in mind that this is primarily a high level check that does not replace but, after all, eases the review process. There is no guarantee that no other issues could show up in a more in-depth manual follow-up review. This service depends on modules that are still under development and changed frequently hence the quality of automated reviews can vary from day to day. Submitted by Anonymous (not verified) on Wed, 02/29/2012 - 20:01 There are still files other than README.txt in the master branch, make sure to remove them. See also step 5 in http://drupal.org/node/1127732 Review of the 7.x-1.x branch: README.txt is missing, see the guidelines for in-project documentation. Remove the translations folder, translations are done on http://localize.drupal.org Remove "version" from the info file, it will be added by drupal.org packaging automatically. Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards). See attachment. This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner. FILE: ...ew/sites/all/modules/pareview_temp/test_candidate/beginners_distro.info -------------------------------------------------------------------------------- FOUND 2 ERROR(S) AFFECTING 2 LINE(S) -------------------------------------------------------------------------------- 39 | ERROR | It's only necessary to declare files[] if they declare a class or | | interface. 41 | ERROR | Files must end in a single new line character -------------------------------------------------------------------------------- FILE: ...sites/all/modules/pareview_temp/test_candidate/beginners_distro.install -------------------------------------------------------------------------------- FOUND 2 ERROR(S) AND 1 WARNING(S) AFFECTING 3 LINE(S) -------------------------------------------------------------------------------- 1 | ERROR | Missing file doc comment 4 | WARNING | Format should be "* Implements hook_foo()." or "Implements | | hook_foo_BAR_ID_bar() for xyz_bar()." 13 | ERROR | Files must end in a single new line character -------------------------------------------------------------------------------- FILE: ...sites/all/modules/pareview_temp/test_candidate/beginners_distro.profile -------------------------------------------------------------------------------- FOUND 1 ERROR(S) AFFECTING 1 LINE(S) -------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment -------------------------------------------------------------------------------- Source: http://ventral.org/pareview - PAReview.sh online service