Fix precheck command after phpcs renaming and add missing checks.
authorDan Poltawski <dan@moodle.com>
Fri, 5 Feb 2016 18:28:54 +0000 (18:28 +0000)
committerDan Poltawski <dan@moodle.com>
Fri, 5 Feb 2016 18:32:20 +0000 (18:32 +0000)
commit89f70b28beda7d9627bbcdbfa28cdd05728eb993
tree5b6d86b5ef35754bc01956979a180fabfda6c57d
parent0669462b401fd0a33a2f25a00520fed91d026812
Fix precheck command after phpcs renaming and add missing checks.

In https://github.com/moodlehq/moodle-local_ci/pull/70 the php code
sniffer abbreviation was changed to phpcs. In various other isues we've
added more CI checks which are missing from mdk.

Ideally this should be rewritten to output the result of all the checks,
regardless of whether they are defined in mdk, but thats for another
day.
mdk/commands/precheck.py