moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

Complement current checks with "PHP Coding Standards Fixer" #142

Closed septatrix closed 6 months ago

septatrix commented 3 years ago

While CodeSniffer is already a great tool I think augmenting it with PHP CS Fixer will allow to catch even more style violations and possible errors.

stronk7 commented 6 months ago

Hi @septatrix,

I'm closing this because since some good time ago, this plugin is just a wrapper over moodle-cs (that is a pure PHP_CodeSniffer solution) and we don't have plans to do any new development here, but ensuring it works and uses the latest versions of the standard.

Thanks for reporting, ciao :-)