admin/local/codechecker/index: Difference between revisions

From MoodleDocs
(Added page linked by Moodle Docs for this page for code checker plugin)
 
(tidy up)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Code Checker plugin for Moodle checks for [https://docs.moodle.org/dev/Coding_style Coding style] errors and warnings.
The Code Checker plugin for Moodle checks for [https://docs.moodle.org/dev/Coding_style Coding style] errors and warnings.


[es:admin/local/codechecker/index]
If anything you should be looking for errors only, warnings are recommendations, basically. while errors are clear violations, warnings can be understood as recommendations. If you decide to follow or ignore them it's up to you to follow them, it's not so hard, really. But your choice, anyway.
 
The comment style is really not important.
 
==See also==
[https://moodle.org/mod/forum/discuss.php?d=371967 This forum thread] about Moodle coding style.
 
[[es:admin/local/codechecker/index]]

Latest revision as of 17:00, 13 June 2018

The Code Checker plugin for Moodle checks for Coding style errors and warnings.

If anything you should be looking for errors only, warnings are recommendations, basically. while errors are clear violations, warnings can be understood as recommendations. If you decide to follow or ignore them it's up to you to follow them, it's not so hard, really. But your choice, anyway.

The comment style is really not important.

See also

This forum thread about Moodle coding style.