Hi,
I have noticed that the moodle.org/plugins prechecker runs some check on the Javascript Coding style which are currently not reported by moodle-plugin-ci.
For an example, please see
https://moodle.org/plugins/pluginversion.php?id=19343&smurf=html#js
where this error is reported:
lib/editor/atto/plugins/styles/yui/src/button/js/button.js
(#37) Expected space or tab after '/*' in comment. (spaced-comment)
At the same time, the corresponding Job in Travis CI does not report any problems with JavaScript:
https://travis-ci.org/moodleuulm/moodle-atto_styles/jobs/518201841
Do you have an idea if these JavaScript checks can also be added to moodle-plugin-ci?
Cheers,
Alex
Hi,
I have noticed that the moodle.org/plugins prechecker runs some check on the Javascript Coding style which are currently not reported by moodle-plugin-ci.
For an example, please see
https://moodle.org/plugins/pluginversion.php?id=19343&smurf=html#js
where this error is reported:
At the same time, the corresponding Job in Travis CI does not report any problems with JavaScript:
https://travis-ci.org/moodleuulm/moodle-atto_styles/jobs/518201841
Do you have an idea if these JavaScript checks can also be added to moodle-plugin-ci?
Cheers,
Alex