Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(65 errors, 5 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/recordingsbn/classes/settings/renderer.php
(#48) Expected 6 space(s) before asterisk; 5 found
(#49) Expected 6 space(s) before asterisk; 5 found
(#172) Expected 5 space(s) before asterisk; 4 found
(#173) Expected 5 space(s) before asterisk; 4 found
(#174) Expected 5 space(s) before asterisk; 4 found
(#175) Expected 5 space(s) before asterisk; 4 found
(#176) Expected 5 space(s) before asterisk; 4 found
(#177) Expected 5 space(s) before asterisk; 4 found
(#178) Expected 5 space(s) before asterisk; 4 found
(#179) Expected 5 space(s) before asterisk; 4 found
(#180) Expected 5 space(s) before asterisk; 4 found
(#181) Expected 5 space(s) before asterisk; 4 found
(#182) Line exceeds 132 characters; contains 134 characters
mod/recordingsbn/config-dist.php
(#28) Variable "RECORDINGSBN_CFG" must be all lower-case
(#28) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#29) Variable "RECORDINGSBN_CFG" must be all lower-case
(#29) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#30) Variable "RECORDINGSBN_CFG" must be all lower-case
(#30) Variable "RECORDINGSBN_CFG" must not contain underscores.
mod/recordingsbn/locallib.php
(#28) Variable "RECORDINGSBN_CFG" must be all lower-case
(#28) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#38) Variable "RECORDINGSBN_CFG" must be all lower-case
(#38) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#39) Variable "RECORDINGSBN_CFG" must be all lower-case
(#39) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#40) Variable "RECORDINGSBN_CFG" must be all lower-case
(#40) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#54) Variable "RECORDINGSBN_CFG" must be all lower-case
(#54) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#55) Variable "RECORDINGSBN_CFG" must be all lower-case
(#55) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#56) Variable "RECORDINGSBN_CFG" must be all lower-case
(#56) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#70) Variable "RECORDINGSBN_CFG" must be all lower-case
(#70) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#71) Variable "RECORDINGSBN_CFG" must be all lower-case
(#71) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#72) Variable "RECORDINGSBN_CFG" must be all lower-case
(#72) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#86) Variable "RECORDINGSBN_CFG" must be all lower-case
(#86) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#87) Variable "RECORDINGSBN_CFG" must be all lower-case
(#87) Variable "RECORDINGSBN_CFG" must not contain underscores.
(#88) Variable "RECORDINGSBN_CFG" must be all lower-case
(#88) Variable "RECORDINGSBN_CFG" must not contain underscores.
mod/recordingsbn/migration.php
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line exceeds 132 characters; contains 160 characters
(#101) Variable "draftid_editor" must not contain underscores.
(#102) Variable "draftid_editor" must not contain underscores.
(#103) Variable "draftid_editor" must not contain underscores.
mod/recordingsbn/settings.php
(#28) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#28) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#40) Line exceeds 132 characters; contains 138 characters
(#49) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#49) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#50) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#50) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#51) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#51) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#52) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#52) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#55) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#55) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#59) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#59) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#63) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#63) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#67) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#67) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
mod/recordingsbn/view.php
(#297) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(8 errors, 2 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

mod/recordingsbn/module.js
(#4) Identifier 'mod_recordingsbn' is not in camel case. (camelcase)
(#12) 'Y' is defined but never used. (no-unused-vars)
(#14) 'recordingsbn' is not defined. (no-undef)
(#15) 'recordingsbn' is not defined. (no-undef)
(#16) 'recordingsbn' is not defined. (no-undef)
(#16) 'bigbluebuttonbn' is not defined. (no-undef)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) 'YUI' is not defined. (no-undef)
(#22) 'recordingsbn' is not defined. (no-undef)
(#23) 'recordingsbn' is not defined. (no-undef)

CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(3 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/recordingsbn/classes/settings/renderer.php
(#174) Phpdocs for function renderer::render_group_element_button has incomplete parameters list
mod/recordingsbn/lib.php
(#312) Phpdocs for function recordingsbn_extend_navigation has incomplete parameters list
mod/recordingsbn/migration.php
(#147) Function recordingsbn_index_bigbluebuttonbn_instances is not documented

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]