Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(336 errors, 63 warnings)

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

public/admin/tool/tutor_follow/classes/adhoc/execute_data_course.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Missing docblock for class execute_data_course
(#42) Missing member variable doc comment
(#42) Member variable "total_assignments" must not contain underscores.
(#43) Missing member variable doc comment
(#43) Member variable "total_posts" must not contain underscores.
(#44) Missing member variable doc comment
(#44) Member variable "total_grades" must not contain underscores.
(#45) Missing member variable doc comment
(#45) Member variable "total_pending_grades" must not contain underscores.
(#48) Invalid docblock tag "@inheritDoc".
(#51) No one-line description found in phpdocs for docblock of function execute
(#52) Opening brace should be on the same line as the declaration
(#62) Whitespace found at end of line within string
(#66) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#71) The use of function sizeof() is forbidden; use count() instead
(#72) The use of function sizeof() is forbidden; use count() instead
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// Process each forum and save the resume" but found "//Process each forum and save the resume"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// Process each assign and save the resume" but found "//Process each assign and save the resume"
(#98) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#107) Opening brace should be on the same line as the declaration
(#131) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#141) Opening brace should be on the same line as the declaration
(#146) Whitespace found at end of line within string
(#159) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Inline control structures are not allowed
(#193) Opening brace should be on the same line as the declaration
(#196) Variable "grade_item" must not contain underscores.
(#202) Variable "grade_item" must not contain underscores.
(#204) Variable "grade_data" must not contain underscores.
(#205) Variable "grade_data" must not contain underscores.
(#206) Variable "grade_data" must not contain underscores.
(#213) Blank line found at end of control structure
(#216) Variable "grades_for_mustache" must not contain underscores.
(#218) Variable "grades_for_mustache" must not contain underscores.
(#224) Variable "grades_for_mustache" must not contain underscores.
(#228) Variable "grades_for_mustache" must not contain underscores.
(#239) Opening brace should be on the same line as the declaration
(#244) There should be a comma after the last array item in a multi-line array.
(#249) Opening parenthesis of a multi-line function call must be the last content on the line
(#256) Inline control structures are not allowed
(#292) Opening brace should be on the same line as the declaration
(#296) Variable "grade_item" must not contain underscores.
(#302) Variable "grades_info" must not contain underscores.
(#303) Variable "grade_item" must not contain underscores.
(#304) Variable "grade_data" must not contain underscores.
(#305) Variable "grade_data" must not contain underscores.
(#309) Short array syntax must be used to define arrays
(#315) Variable "grade_data" must not contain underscores.
(#317) Variable "grade_data" must not contain underscores.
(#319) Variable "grade_data" must not contain underscores.
(#320) Short array syntax must be used to define arrays
(#328) There should be a comma after the last array item in a multi-line array.
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) No space found before comment text; expected "// fedback" but found "//fedback"
(#336) Variable "grade_data" must not contain underscores.
(#336) Variable "grade_data" must not contain underscores.
(#337) Opening parenthesis of a multi-line function call must be the last content on the line
(#337) Only one argument is allowed per line in a multi-line function call
(#337) Only one argument is allowed per line in a multi-line function call
(#338) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#338) Only one argument is allowed per line in a multi-line function call
(#338) Only one argument is allowed per line in a multi-line function call
(#338) Variable "grade_data" must not contain underscores.
(#338) Closing parenthesis of a multi-line function call must be on a line by itself
(#339) Usage of ELSEIF not allowed; use ELSE IF instead
(#342) There should be a comma after the last array item in a multi-line array.
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) No space found before comment text; expected "// Feedback for forums" but found "//Feedback for forums"
(#352) Variable "post_teacher" must not contain underscores.
(#354) Variable "grade_data" must not contain underscores.
(#354) There should be a comma after the last array item in a multi-line array.
(#358) Variable "post_teacher" must not contain underscores.
(#359) Opening parenthesis of a multi-line function call must be the last content on the line
(#359) Only one argument is allowed per line in a multi-line function call
(#359) Only one argument is allowed per line in a multi-line function call
(#360) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#360) Only one argument is allowed per line in a multi-line function call
(#360) Only one argument is allowed per line in a multi-line function call
(#360) Variable "post_teacher" must not contain underscores.
(#360) Closing parenthesis of a multi-line function call must be on a line by itself
(#364) Variable "grades_info" must not contain underscores.
(#368) Variable "grades_info" must not contain underscores.
(#372) Variable "grades_info" must not contain underscores.
(#374) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/classes/dedication_time.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Missing docblock for class dedication_time
(#34) Opening brace must not be followed by a blank line
(#36) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/classes/external/get_external_api.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Missing docblock for class get_external_api
(#40) Opening brace must not be followed by a blank line
(#42) Missing docblock for function get_data_courses_parameters
(#43) Opening brace should be on the same line as the declaration
(#46) There should be a comma after the last array item in a multi-line array.
(#51) Missing docblock for function get_data_courses
(#52) Opening brace should be on the same line as the declaration
(#62) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#67) Missing docblock for function get_data_courses_returns
(#68) Opening brace should be on the same line as the declaration
(#72) Expected 1 newline at end of file; 0 found
(#72) The closing brace for the class must go on the next line after the body
public/admin/tool/tutor_follow/classes/form/filter_user_data.php
(#31) Missing docblock for class filter_user_data
(#33) Missing docblock for function __construct
(#33) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#33) Multi-line function declarations must define one parameter per line
(#33) Multi-line function declarations must define one parameter per line
(#33) Multi-line function declarations must define one parameter per line
(#34) Multi-line function declaration not indented correctly; expected 8 spaces but found 32
(#34) Multi-line function declarations must define one parameter per line
(#34) Multi-line function declarations must define one parameter per line
(#34) Multi-line function declarations must define one parameter per line
(#34) The closing parenthesis of a multi-line function declaration must be on a new line
(#35) The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
(#35) Opening brace should be on the same line as the declaration
(#40) Missing member variable doc comment
(#43) Invalid docblock tag "@inheritDoc".
(#48) No one-line description found in phpdocs for docblock of function definition
(#49) Opening brace should be on the same line as the declaration
(#58) Variable "categories_config" must not contain underscores.
(#59) Variable "values_categories" must not contain underscores.
(#60) Variable "categories_config" must not contain underscores.
(#63) Variable "values_categories" must not contain underscores.
(#68) Inline control structures are not allowed
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#68) Only one argument is allowed per line in a multi-line function call
(#68) Only one argument is allowed per line in a multi-line function call
(#68) Line exceeds 132 characters; contains 142 characters
(#69) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#69) Variable "values_categories" must not contain underscores.
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Closing parenthesis of a multi-line function call must be on a line by itself
(#71) Inline control structures are not allowed
(#71) Line exceeds 132 characters; contains 163 characters
(#82) Variable "filters_cache" must not contain underscores.
(#85) Variable "filters_cache" must not contain underscores.
(#86) Variable "filters_cache" must not contain underscores.
(#94) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/classes/form_configuration.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Missing docblock for class form_configuration
(#36) Invalid docblock tag "@inheritDoc".
(#38) No one-line description found in phpdocs for docblock of function definition
(#39) Opening brace should be on the same line as the declaration
(#42) Opening parenthesis of a multi-line function call must be the last content on the line
(#48) Opening parenthesis of a multi-line function call must be the last content on the line
(#48) Only one argument is allowed per line in a multi-line function call
(#55) Opening parenthesis of a multi-line function call must be the last content on the line
(#62) Variable "roleOptions" must be all lower-case
(#65) Variable "roleOptions" must be all lower-case
(#69) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Only one argument is allowed per line in a multi-line function call
(#71) Variable "roleOptions" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#92) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/classes/task/data_user_tutor.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Missing docblock for constant data_user_tutor::DATA_TYPE
(#44) There should be a comma after the last array item in a multi-line array.
(#51) No one-line description found in phpdocs for docblock of function get_name
(#52) Opening brace should be on the same line as the declaration
(#63) No one-line description found in phpdocs for docblock of function execute
(#64) Opening brace should be on the same line as the declaration
(#72) Variable "category_sql" must not contain underscores.
(#74) Variable "roles_sql" must not contain underscores.
(#76) Line indented incorrectly; expected 8 spaces, found 12
(#76) Closing brace indented incorrectly; expected 8 spaces, found 12
(#88) Variable "category_sql" must not contain underscores.
(#89) Variable "roles_sql" must not contain underscores.
(#93) The use of function sizeof() is forbidden; use count() instead
(#108) Variable "category_sql" must not contain underscores.
(#109) Variable "roles_sql" must not contain underscores.
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// count of courses in enrolled" but found "//count of courses in enrolled"
(#112) The use of function sizeof() is forbidden; use count() instead
(#114) Variable "all_studentes" must not contain underscores.
(#115) Variable "activities_for_calification" must not contain underscores.
(#116) Variable "activities_no_grade" must not contain underscores.
(#118) Variable "num_students" must not contain underscores.
(#121) There should be a comma after the last array item in a multi-line array.
(#121) Variable "num_students" must not contain underscores.
(#123) Variable "num_students" must not contain underscores.
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// Created adhoc" but found "//Created adhoc"
(#136) Variable "all_studentes" must not contain underscores.
(#136) Variable "num_students" must not contain underscores.
(#137) Variable "activities_for_calification" must not contain underscores.
(#137) The use of function sizeof() is forbidden; use count() instead
(#138) Variable "activities_no_grade" must not contain underscores.
(#138) The use of function sizeof() is forbidden; use count() instead
(#140) Variable "activities_for_calification" must not contain underscores.
(#141) Variable "activities_no_grade" must not contain underscores.
(#142) Variable "all_studentes" must not contain underscores.
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// picture" but found "//picture"
(#167) Visibility must be declared on method "activities_for_calification"
(#168) Opening brace should be on the same line as the declaration
(#171) Variable "activities_to_grade" must not contain underscores.
(#174) Variable "activities_to_grade" must not contain underscores.
(#178) Variable "activities_to_grade" must not contain underscores.
(#188) Visibility must be declared on method "activities_no_grade"
(#189) Opening brace should be on the same line as the declaration
(#192) Variable "activities_no_grade" must not contain underscores.
(#195) Variable "activities_no_grade" must not contain underscores.
(#198) Variable "activities_no_grade" must not contain underscores.
(#207) Visibility must be declared on method "created_adhoc_tas"
(#208) Opening brace should be on the same line as the declaration
(#213) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/db/access.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file access.php
(#1) Moodle boilerplate not found
(#7) Expected 1 space between the comma and "// El contexto se aplica a nivel de sistema.". Found: 2 spaces
(#9) Expected 1 space between the comma and "// Solo los Managers tienen acceso.". Found: 2 spaces
(#12) Expected 1 blank line at end of file; 2 found
public/admin/tool/tutor_follow/db/caches.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file caches.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#8) There should be a comma after the last array item in a multi-line array.
(#9) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/db/install.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
public/admin/tool/tutor_follow/db/services.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file services.php
(#1) Moodle boilerplate not found
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) There should be a comma after the last array item in a multi-line array.
(#13) There should be a comma after the last array item in a multi-line array.
public/admin/tool/tutor_follow/db/tasks.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tasks.php
(#1) Moodle boilerplate not found
(#14) There should be a comma after the last array item in a multi-line array.
(#15) There should be a comma after the last array item in a multi-line array.
public/admin/tool/tutor_follow/db/uninstall.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
public/admin/tool/tutor_follow/db/upgrade.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Opening brace should be on the same line as the declaration
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
public/admin/tool/tutor_follow/details.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file details.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) There should be a comma after the last array item in a multi-line array.
public/admin/tool/tutor_follow/index.php
(#46) There should be a comma after the last array item in a multi-line array.
public/admin/tool/tutor_follow/lang/en/tool_tutor_follow.php
(#29) The string key "calification_status" is not in the correct order, it should be before "pluginname"
(#30) The string key "cachedef_form_cache" is not in the correct order, it should be before "calification_status"
(#36) The string key "students" is not in the correct order, it should be before "studentscount"
(#37) The string key "category" is not in the correct order, it should be before "students"
(#39) The string key "endtime" is not in the correct order, it should be before "users"
(#40) The string key "createdatauser" is not in the correct order, it should be before "endtime"
(#42) The string key "count_users" is not in the correct order, it should be before "save_file"
(#44) The string key "course_student_count" is not in the correct order, it should be before "updated_user"
(#46) The string key "categoriesanalyze" is not in the correct order, it should be before "selectcategories"
(#49) The string key "grade_distribution" is not in the correct order, it should be before "roleselect"
(#50) The string key "grade" is not in the correct order, it should be before "grade_distribution"
(#51) The string key "assignment_count" is not in the correct order, it should be before "grade"
(#54) The string key "grader" is not in the correct order, it should be before "submission_date"
(#56) The string key "feedback" is not in the correct order, it should be before "grading_date"
(#57) The string key "assignment" is not in the correct order, it should be before "feedback"
(#60) The string key "pending_grades" is not in the correct order, it should be before "total_submissions"
(#61) The string key "forum" is not in the correct order, it should be before "pending_grades"
(#63) The string key "grading_details" is not in the correct order, it should be before "total_participations"
(#66) The string key "idnumber" is not in the correct order, it should be before "name"
(#67) The string key "email" is not in the correct order, it should be before "idnumber"
(#69) The string key "lastconnection" is not in the correct order, it should be before "modules"
(#70) The string key "lastaccess" is not in the correct order, it should be before "lastconnection"
(#71) The string key "dedicationtime" is not in the correct order, it should be before "lastaccess"
(#74) The string key "grades" is not in the correct order, it should be before "teacher"
(#75) The string key "globalnews" is not in the correct order, it should be before "grades"
(#77) The string key "hi" is not in the correct order, it should be before "settings"
(#78) The string key "actionmenu" is not in the correct order, it should be before "hi"
(#80) The string key "globalfeatures" is not in the correct order, it should be before "notupdated"
(#82) The string key "enrolledcourses" is not in the correct order, it should be before "studentsincharge"
(#84) The string key "automaticactivities" is not in the correct order, it should be before "gradableactivities"
(#86) The string key "assignments" is not in the correct order, it should be before "generalfeatures"
(#89) The string key "contributions" is not in the correct order, it should be before "submissions"
(#92) The string key "dedicationtimes" is not in the correct order, it should be before "pendinggrading"
(#94) The string key "dedicationminutes" is not in the correct order, it should be before "startdate"
(#95) The string key "accesses" is not in the correct order, it should be before "dedicationminutes"
(#99) The string key "dedicated_info" is not in the correct order, it should be before "studentsdistribution"
(#101) The string key "never" is not in the correct order, it should be before "noaccess"
(#101) Expected 1 blank line at end of file; 3 found
public/admin/tool/tutor_follow/lang/es/tool_tutor_follow.php
(#26) Expected 1 blank line at end of file; 2 found
public/admin/tool/tutor_follow/lib.php
(#41) Opening brace should be on the same line as the declaration
(#45) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) The use of function sizeof() is forbidden; use count() instead
(#68) Opening brace should be on the same line as the declaration
(#87) Opening brace should be on the same line as the declaration
(#94) Variable "filters_cache" must not contain underscores.
(#96) Variable "filters_cache" must not contain underscores.
(#97) Variable "filters_cache" must not contain underscores.
(#101) Variable "userFilterSize" must be all lower-case
(#101) The use of function sizeof() is forbidden; use count() instead
(#102) Variable "categoryFilterSize" must be all lower-case
(#102) The use of function sizeof() is forbidden; use count() instead
(#103) Variable "userFilterActive" must be all lower-case
(#103) Variable "userFilterSize" must be all lower-case
(#104) Variable "categoryFilterActive" must be all lower-case
(#104) Variable "categoryFilterSize" must be all lower-case
(#106) Variable "userFilterActive" must be all lower-case
(#106) Variable "categoryFilterActive" must be all lower-case
(#107) Line exceeds 132 characters; contains 151 characters
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Variable "userFilterActive" must be all lower-case
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "categoryFilterActive" must be all lower-case
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line exceeds 132 characters; contains 133 characters
(#135) Variable "filters_cache" must not contain underscores.
(#136) Variable "filters_cache" must not contain underscores.
(#142) Missing docblock for function tool_tutor_follow_get_time_connection
(#143) Opening brace should be on the same line as the declaration
(#147) Variable "dedication_manager" must not contain underscores.
(#153) Variable "dedication_manager" must not contain underscores.
(#161) Variable "dedication_manager" must not contain underscores.
(#164) Variable "count_sessions" must not contain underscores.
(#168) Variable "count_sessions" must not contain underscores.
(#174) There should be a comma after the last array item in a multi-line array.
(#174) Variable "count_sessions" must not contain underscores.
(#191) Opening brace should be on the same line as the declaration
(#213) Variable "name_file" must not contain underscores.
(#214) Opening brace should be on the same line as the declaration
(#222) Variable "name_file" must not contain underscores.
(#225) Variable "file_record" must not contain underscores.
(#232) There should be a comma after the last array item in a multi-line array.
(#243) Variable "file_record" must not contain underscores.
(#245) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#247) Missing docblock for function tool_tutor_follow_option2
(#248) Opening brace should be on the same line as the declaration
(#250) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#260) Variable "name_file" must not contain underscores.
(#261) Opening brace should be on the same line as the declaration
(#268) Variable "name_file" must not contain underscores.
(#280) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#291) Opening brace should be on the same line as the declaration
(#295) Variable "last_run" must not contain underscores.
(#296) Variable "last_run" must not contain underscores.
(#297) Variable "last_run" must not contain underscores.
(#310) Opening brace should be on the same line as the declaration
(#343) Opening brace should be on the same line as the declaration
(#363) Variable "activities_for_calification" must not contain underscores.
(#367) Variable "activities_no_grade" must not contain underscores.
(#373) Variable "activities_for_calification" must not contain underscores.
(#374) Variable "activities_no_grade" must not contain underscores.
(#392) Opening brace should be on the same line as the declaration
(#397) There should be a comma after the last array item in a multi-line array.
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) No space found before comment text; expected "// Calificaciones foros" but found "//Calificaciones foros"
(#406) Variable "stadistics_grades" must not contain underscores.
(#413) Variable "stadistics_grades" must not contain underscores.
(#424) Variable "stadistics_grades" must not contain underscores.
(#432) The use of function sizeof() is forbidden; use count() instead
(#433) Variable "stadistics_grades" must not contain underscores.
(#434) Variable "stadistics_grades" must not contain underscores.
(#438) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) No space found before comment text; expected "// Grades of assign" but found "//Grades of assign"
(#441) Variable "stadistics_grades" must not contain underscores.
(#448) Variable "stadistics_grades" must not contain underscores.
(#459) Variable "stadistics_grades" must not contain underscores.
(#466) The use of function sizeof() is forbidden; use count() instead
(#467) Variable "stadistics_grades" must not contain underscores.
(#468) Variable "stadistics_grades" must not contain underscores.
(#473) Opening parenthesis of a multi-line function call must be the last content on the line
(#477) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#483) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#489) Opening parenthesis of a multi-line function call must be the last content on the line
(#493) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#493) Only one argument is allowed per line in a multi-line function call
(#493) Closing parenthesis of a multi-line function call must be on a line by itself
(#504) There should be a comma after the last array item in a multi-line array.
(#506) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#515) Variable "shortnameBuscado" must be all lower-case
(#516) Variable "shortnameBuscado" must be all lower-case
(#517) Variable "shortnameBuscado" must be all lower-case
(#535) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#543) Variable "dedication_manager" must not contain underscores.
(#545) Variable "dedication_manager" must not contain underscores.
(#547) Variable "dedication_manager" must not contain underscores.
(#549) Variable "count_access" must not contain underscores.
(#553) Variable "count_access" must not contain underscores.
(#555) Line exceeds 132 characters; contains 144 characters
(#562) Each PHP statement must be on a line by itself
(#564) Line exceeds 132 characters; contains 144 characters
(#569) Variable "count_access" must not contain underscores.
(#569) Variable "count_access" must not contain underscores.
(#570) Opening parenthesis of a multi-line function call must be the last content on the line
(#571) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#571) Variable "count_access" must not contain underscores.
(#571) Closing parenthesis of a multi-line function call must be on a line by itself
(#579) There should be a comma after the last array item in a multi-line array.
(#586) Expected 1 newline at end of file; 0 found
public/admin/tool/tutor_follow/settings.php
(#29) Inline doc block comments are not allowed; use "// Comment." instead
public/admin/tool/tutor_follow/version.php
(#29) There should be a comma after the last array item in a multi-line array.

Javascript coding style problems

(4 errors, 31 warnings)

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

public/admin/tool/tutor_follow/amd/src/charts.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Identifier 'print_chart' is not in camel case. (camelcase)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#5) Expected catch,fail,always() or return (promise/catch-or-return)
(#5) Each then() should return a value or throw (promise/always-return)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#9) Identifier 'print_table_data' is not in camel case. (camelcase)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
public/admin/tool/tutor_follow/amd/src/div2.js
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#9) 'Y' is defined but never used. (no-unused-vars)
(#9) 'ModalForm' is defined but never used. (no-unused-vars)
(#11) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#29) 'idnumber' is defined but never used. (no-unused-vars)
(#33) There should be no space after '{'. (@babel/object-curly-spacing)
(#33) There should be no space before '}'. (@babel/object-curly-spacing)
(#34) There should be no space after '{'. (@babel/object-curly-spacing)
(#34) There should be no space before '}'. (@babel/object-curly-spacing)
(#35) There should be no space after '{'. (@babel/object-curly-spacing)
(#35) There should be no space before '}'. (@babel/object-curly-spacing)
(#36) There should be no space after '{'. (@babel/object-curly-spacing)
(#36) There should be no space before '}'. (@babel/object-curly-spacing)
(#37) There should be no space after '{'. (@babel/object-curly-spacing)
(#37) There should be no space before '}'. (@babel/object-curly-spacing)
(#38) There should be no space after '{'. (@babel/object-curly-spacing)
(#38) There should be no space before '}'. (@babel/object-curly-spacing)
(#39) There should be no space after '{'. (@babel/object-curly-spacing)
(#39) There should be no space before '}'. (@babel/object-curly-spacing)
(#84) Identifier 'config_colorset' is not in camel case. (camelcase)
(#96) Unexpected space before function parentheses. (space-before-function-paren)
(#101) Identifier 'calification_btn' is not in camel case. (camelcase)
(#101) Unexpected space before function parentheses. (space-before-function-paren)
(#101) 'e' is defined but never used. (no-unused-vars)
(#102) Unexpected space before function parentheses. (space-before-function-paren)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(15 errors, 0 warnings)

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

public/admin/tool/tutor_follow/classes/adhoc/execute_data_course.php
(#102) Phpdocs for function execute_data_course::save_data has incomplete parameters list
(#135) Phpdocs for function execute_data_course::process_forum_grades has incomplete parameters list
(#187) Phpdocs for function execute_data_course::process_stadistics_grades has incomplete parameters list
(#233) Phpdocs for function execute_data_course::process_assign_grades has incomplete parameters list
(#284) Phpdocs for function execute_data_course::process_grades_info has incomplete parameters list
public/admin/tool/tutor_follow/classes/task/data_user_tutor.php
(#162) Phpdocs for function data_user_tutor::activities_for_calification has incomplete parameters list
(#183) Phpdocs for function data_user_tutor::activities_no_grade has incomplete parameters list
public/admin/tool/tutor_follow/lib.php
(#34) Phpdocs for function tool_tutor_follow_print_bar has incomplete parameters list
(#81) Phpdocs for function tool_tutor_follow_print_data has incomplete parameters list
(#205) Phpdocs for function tool_tutor_follow_save_data_json has incomplete parameters list
(#255) Phpdocs for function tool_tutor_follow_get_data has incomplete parameters list
(#285) Phpdocs for function tool_tutor_follow_get_lastime_execution_task has incomplete parameters list
(#305) Phpdocs for function tool_tutor_follow_get_count_students has incomplete parameters list
(#338) Phpdocs for function tool_tutor_follow_get_chart_principales_caracteristicas_teachers has incomplete parameters list
(#384) Phpdocs for function tool_tutor_follow_details_table_course has incomplete parameters list

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]

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 7 warnings)

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

public/admin/tool/tutor_follow/templates/data_user_info.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Table column 5 established by element “td” has no cells beginning in it. ()</b></td> <td colspan="2"><b>((l)
(#1) HTML Validation error, line 10: Table column 8 established by element “td” has no cells beginning in it. ()</b></td> <td colspan="2"><b>((c)
public/admin/tool/tutor_follow/templates/details/course.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
public/admin/tool/tutor_follow/templates/menu.mustache
(#1) Example context missing (@template section not found.)
public/admin/tool/tutor_follow/templates/option2/table.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: The “border” attribute on the “table” element is obsolete. Use CSS instead. (></div><table class="container mt-3" border="2"> <)

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]