FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Fix precheck command after phpcs renaming and add missing checks. #124

Closed danpoltawski closed 8 years ago

danpoltawski commented 8 years ago

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.

FMCorz commented 8 years ago

Blindly merged, thanks.