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

(0 errors, 1 warnings)

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

blocks/repo_filemanager/progress.php
(#17) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.

Javascript coding style problems

(5 errors, 11 warnings)

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

blocks/repo_filemanager/upload.js
(#1) Missing JSDoc comment. (require-jsdoc)
(#6) Missing JSDoc comment. (require-jsdoc)
(#9) 'ActiveXObject' is not defined. (no-undef)
(#10) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#17) Missing JSDoc comment. (require-jsdoc)
(#17) 'sendRequest' is defined but never used. (no-unused-vars)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#32) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#33) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#41) Missing JSDoc comment. (require-jsdoc)
(#43) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#46) 'event' is defined but never used. (no-unused-vars)
(#46) Missing space before opening brace. (space-before-blocks)

CSS problems

(8 errors, 2 warnings)

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

blocks/repo_filemanager/styles.css
(#8) Expected "#006666" to be "#066" (color-hex-length)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#10) Unexpected unit (length-zero-no-unit)
(#13) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(142 errors, 1 warnings)

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

blocks/repo_filemanager/block_repo_filemanager.php
(#17) File-level phpdocs block is not found
(#19) Class block_repo_filemanager is not documented
(#20) Function block_repo_filemanager::init is not documented
(#23) Function block_repo_filemanager::applicable_formats is not documented
(#26) Function block_repo_filemanager::get_content is not documented
(#19) Package is not specified for class block_repo_filemanager. It is also not specified in file-level phpdocs
blocks/repo_filemanager/choosefile.php
(#22) Package repo_filemanager is not valid
blocks/repo_filemanager/db/access.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package block_repo_filemanger is not valid
blocks/repo_filemanager/index.php
(#18) File-level phpdocs block is not found
(#449) Function html_header is not documented
(#524) Function print_repo_list is not documented
(#543) Function html_footer is not documented
(#551) Function setfilelist is not documented
(#565) Function clearfilelist is not documented
(#571) Function printfilelist is not documented
(#586) Function print_cell is not documented
(#591) Function displaydir is not documented
(#600) Function displayfiledir is not documented
(#803) Function is_editable_type is not documented
(#815) Function is_zipfile is not documented
(#839) Function upload_print_form_fragment_old is not documented
(#863) Function searchabledisplay is not documented
(#930) Function block_repo_filemanager_print_textarea is not documented
(#915) Not recommended phpdocs tag @global used
(#449) Package is not specified for function html_header. It is also not specified in file-level phpdocs
(#524) Package is not specified for function print_repo_list. It is also not specified in file-level phpdocs
(#543) Package is not specified for function html_footer. It is also not specified in file-level phpdocs
(#551) Package is not specified for function setfilelist. It is also not specified in file-level phpdocs
(#565) Package is not specified for function clearfilelist. It is also not specified in file-level phpdocs
(#571) Package is not specified for function printfilelist. It is also not specified in file-level phpdocs
(#586) Package is not specified for function print_cell. It is also not specified in file-level phpdocs
(#591) Package is not specified for function displaydir. It is also not specified in file-level phpdocs
(#600) Package is not specified for function displayfiledir. It is also not specified in file-level phpdocs
(#803) Package is not specified for function is_editable_type. It is also not specified in file-level phpdocs
(#815) Package is not specified for function is_zipfile. It is also not specified in file-level phpdocs
(#839) Package is not specified for function upload_print_form_fragment_old. It is also not specified in file-level phpdocs
(#863) Package is not specified for function searchabledisplay. It is also not specified in file-level phpdocs
(#930) Package is not specified for function block_repo_filemanager_print_textarea. It is also not specified in file-level phpdocs
blocks/repo_filemanager/lang/en/block_repo_filemanager.php
(#20) Package block_repo_manager is not valid
blocks/repo_filemanager/progress.php
(#17) File-level phpdocs block is not found
blocks/repo_filemanager/repos/block_repofile_type.php
(#17) File-level phpdocs block is not found
(#37) Function block_repofile_type::get_all_paths is not documented
(#41) Function block_repofile_type::get_parent_link is not documented
(#45) Function block_repofile_type::get_nav_links is not documented
(#49) Function block_repofile_type::get_directory_listing is not documented
(#122) Function block_repofile_type::mkdir is not documented
(#131) Function block_repofile_type::upload is not documented
(#139) Function block_repofile_type::max_upload_bytes is not documented
(#157) Function block_repofile_type::zip_files is not documented
(#161) Function block_repofile_type::unzip_file is not documented
(#165) Function block_repofile_type::list_zip is not documented
(#169) Function block_repofile_type::is_browsable is not documented
(#173) Function block_repofile_type::is_searchable is not documented
(#177) Function block_repofile_type::search is not documented
(#86) Phpdocs for function block_repofile_type::delete_files has incomplete parameters list
(#96) Phpdocs for function block_repofile_type::move_files has incomplete parameters list
(#107) Phpdocs for function block_repofile_type::rename_file has incomplete parameters list
(#142) Phpdocs for function block_repofile_type::save_text has incomplete parameters list
(#149) Phpdocs for function block_repofile_type::get_text has incomplete parameters list
(#23) Class block_repofile_type does not have @copyright tag
(#23) Class block_repofile_type does not have @license tag
(#26) Invalid phpdocs tag @licence used
(#23) Package is not specified for class block_repofile_type. It is also not specified in file-level phpdocs
blocks/repo_filemanager/repos/coursefilearea.php
(#17) File-level phpdocs block is not found
(#31) Function block_repofile_coursefilearea::__construct is not documented
(#74) Function block_repofile_coursefilearea::get_all_paths is not documented
(#102) Function block_repofile_coursefilearea::get_parent_link is not documented
(#112) Function block_repofile_coursefilearea::get_nav_links is not documented
(#134) Function block_repofile_coursefilearea::get_directory_listing is not documented
(#181) Function block_repofile_coursefilearea::check_url is not documented
(#193) Function block_repofile_coursefilearea::delete_files is not documented
(#204) Function block_repofile_coursefilearea::move_files is not documented
(#218) Function block_repofile_coursefilearea::rename_file is not documented
(#234) Function block_repofile_coursefilearea::mkdir is not documented
(#249) Function block_repofile_coursefilearea::upload is not documented
(#263) Function block_repofile_coursefilearea::max_upload_bytes is not documented
(#268) Function block_repofile_coursefilearea::save_text is not documented
(#275) Function block_repofile_coursefilearea::get_text is not documented
(#282) Function block_repofile_coursefilearea::zip_files is not documented
(#298) Function block_repofile_coursefilearea::zip_files_main is not documented
(#361) Function block_repofile_coursefilearea::unzip_file is not documented
(#369) Function block_repofile_coursefilearea::unzip_file_main is not documented
(#425) Function block_repofile_coursefilearea::list_zip is not documented
(#432) Function block_repofile_coursefilearea::is_browsable is not documented
(#28) Variable block_repofile_coursefilearea::$course is not documented
(#29) Variable block_repofile_coursefilearea::$basedir is not documented
(#21) Class block_repofile_coursefilearea does not have @copyright tag
(#21) Class block_repofile_coursefilearea does not have @license tag
(#24) Invalid phpdocs tag @licence used
(#21) Package is not specified for class block_repofile_coursefilearea. It is also not specified in file-level phpdocs
blocks/repo_filemanager/repos/filesystem.php
(#17) File-level phpdocs block is not found
(#30) Function block_repofile_filesystem::process_directory_direnntry is not documented
(#41) Function block_repofile_filesystem::process_directory_fileentry is not documented
(#21) No one-line description found in phpdocs for class block_repofile_filesystem
(#21) Class block_repofile_filesystem does not have @copyright tag
(#21) Class block_repofile_filesystem does not have @license tag
(#25) Invalid phpdocs tag @licence used
(#21) Package is not specified for class block_repofile_filesystem. It is also not specified in file-level phpdocs
blocks/repo_filemanager/repos/generic.php
(#17) File-level phpdocs block is not found
(#32) Function block_repofile_generic::__construct is not documented
(#44) Function block_repofile_generic::get_list_data is not documented
(#52) Function block_repofile_generic::get_parent_link is not documented
(#62) Function block_repofile_generic::get_nav_links is not documented
(#78) Function block_repofile_generic::get_directory_listing is not documented
(#94) Function block_repofile_generic::process_directory_direnntry is not documented
(#105) Function block_repofile_generic::process_directory_fileentry is not documented
(#139) Function block_repofile_generic::get_path_data is not documented
(#246) Function block_repofile_generic::zip_files is not documented
(#250) Function block_repofile_generic::unzip_file is not documented
(#254) Function block_repofile_generic::list_zip is not documented
(#258) Function block_repofile_generic::is_browsable is not documented
(#28) Variable block_repofile_generic::$baserepo is not documented
(#29) Variable block_repofile_generic::$lastref is not documented
(#30) Variable block_repofile_generic::$cacheddata is not documented
(#20) No one-line description found in phpdocs for class block_repofile_generic
(#36) Phpdocs for function block_repofile_generic::get_all_paths has incomplete parameters list
(#174) Phpdocs for function block_repofile_generic::delete_files has incomplete parameters list
(#184) Phpdocs for function block_repofile_generic::move_files has incomplete parameters list
(#195) Phpdocs for function block_repofile_generic::rename_file has incomplete parameters list
(#206) Phpdocs for function block_repofile_generic::mkdir has incomplete parameters list
(#216) Phpdocs for function block_repofile_generic::upload has incomplete parameters list
(#231) Phpdocs for function block_repofile_generic::save_text has incomplete parameters list
(#238) Phpdocs for function block_repofile_generic::get_text has incomplete parameters list
(#20) Class block_repofile_generic does not have @copyright tag
(#20) Class block_repofile_generic does not have @license tag
(#24) Invalid phpdocs tag @licence used
(#20) Package is not specified for class block_repofile_generic. It is also not specified in file-level phpdocs
blocks/repo_filemanager/repos/get_repo.php
(#17) File-level phpdocs block is not found
(#19) Function get_repomanager_instance is not documented
(#19) Package is not specified for function get_repomanager_instance. It is also not specified in file-level phpdocs
blocks/repo_filemanager/uploadlib.php
(#40) Variable block_repo_filemanger_upload_manager::$files is not documented
(#45) Variable block_repo_filemanger_upload_manager::$config is not documented
(#51) Variable block_repo_filemanger_upload_manager::$status is not documented
(#57) Variable block_repo_filemanger_upload_manager::$course is not documented
(#63) Variable block_repo_filemanger_upload_manager::$inputname is not documented
(#69) Variable block_repo_filemanger_upload_manager::$notify is not documented
(#267) Phpdocs for function block_repo_filemanger_upload_manager::process_file_uploads has incomplete parameters list
(#408) Phpdocs for function block_repo_filemanger_upload_manager::print_upload_log has incomplete parameters list
(#267) Invalid phpdocs tag @parameter used
(#20) Package core is not valid
(#31) Package moodlecore is not valid
blocks/repo_filemanager/version.php
(#17) File-level phpdocs block is not found

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

(1 errors, 1 warnings)

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

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

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]