open-lms-open-source / moodle-plugin-ci

Assist with running a Moodle plugin in Travis CI
https://blackboard-open-source.github.io/moodle-plugin-ci/
GNU General Public License v3.0
43 stars 37 forks source link

Integrate code review coding standard #4

Open polothy opened 8 years ago

polothy commented 8 years ago

Review and then integrate https://github.com/mrmark/joule-plugincheck as a new command, like moodle-plugin-ci codereview

The project should be moved into moodlerooms Github account and should be managed similarly to https://github.com/moodlerooms/moodle-coding-standard.

The point of the new standard is to add additional checks that do not make sense for the Moodle coding standard, but are required by Moodlerooms or Moodle partners in general.

polothy commented 8 years ago

Note, with recent changes, we can probably just update the StandardResolver class and then run this by doing: moodle-plugin-ci codechecker --standard NAME. This is instead of adding a whole new command. Rest of the issue description is still valid.