Posted by klausi on October 24, 2011 at 6:55pm
Simple Bash script to automatically review Drupal.org project applications. It takes a Git repository URL as argument, clones the code in a "pareview_temp" folder and runs some checks. Alternatively it takes a path to a module/theme project and checks that. The output is suitable for an attachment in the Project Applications issue queue.
Online version
There is an online version of pareview.sh on ventral.org.
Requirements
- A Bash shell environment (tested on Ubuntu, should also work on Macs)
- Git
- Coder 7.x-2.x + PHP_CodeSniffer, see installation instructions
- DrupalSecure
- DrupalPractice
Usage
pareview.sh GIT-URL [BRANCH]
pareview.sh DIR-PATHExamples:
pareview.sh http://git.drupal.org/project/rules.git
pareview.sh http://git.drupal.org/project/rules.git 6.x-1.x
pareview.sh sites/all/modules/rulesDownloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Downloads: 668
- Last modified: April 19, 2013