Moodle Plugins directory: Code-checker: Versions: 2.2.7 | Moodle.org

Code-checker
Code-checker 2.2.7
Changes in version 2.2.7 (20130606):
- MDLSITE-2205: Allow 20-120 chars long hyphen commenting-separators.
- NOBUG: Fixed some dev warnings under 2.5.
This Moodle plugin uses the Pear CodeSniffer library to check that code follows the Moodle coding guidelines http://docs.moodle.org/en/Development:Coding_style It was created by developers at the Open University, including Sam Marshall, Tim Hunt and Jenny Gray. It is now maintained by Moodle HQ. To install using git, type this command in the root of your Moodle install git clone git://github.com/moodlehq/moodle-local_codechecker.git local/codechecker Then add /local/codechecker to your git ignore. Alternatively, download the zip from https://github.com/moodlehq/moodle-local_codechecker/zipball/master unzip it into the local folder, and then rename the new folder to codechecker. After you have installed this local plugin , you should see a new option Site administration -> Development -> Code checker in the settings block. We hope you find this tool useful. Please feel free to enhance it. Tip for Eclipse users: If if you use Eclipse for development, you might want to install the PHP CodeSniffer plugin (http://www.phpsrc.org/). 1. Create a new "CodeSniffer standard" in the preferences page. 2. Point it at the moodle directory inside the codechecker folder. 3. Thank Michael Aherne from University of Strathclyde who worked this out!
Version information
- Version build number
- 2013060600
- Version release name
- 2.2.7
- Can be updated from
- 2012030100, 2.2.1 (2012040800), 2.2.2 (2012061600), 2.2.5 (2013021400), 2.2.6 (2013031200)
- Can be updated to
- 2.2.8 (2013071300), 2.2.9 (2013101800), 2.3.0 (2014021700), 2.3.1 - San Fermín release! (2014070700), 2.3.2 - Candelaria, mojo's paradise! (2014081500)
- Maturity
- Stable version
- MD5 Sum
- 59a0e345874501fb57b8c7cb67724d0f
- Supported software
- Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5
- The more recent release 2.3.2 - Candelaria, mojo's paradise! (2014081500) exists for Moodle 2.2
- The more recent release 2.3.2 - Candelaria, mojo's paradise! (2014081500) exists for Moodle 2.3
- The more recent release 2.3.2 - Candelaria, mojo's paradise! (2014081500) exists for Moodle 2.4
- The more recent release 2.3.2 - Candelaria, mojo's paradise! (2014081500) exists for Moodle 2.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- v2.2.7
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.