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, 0 warnings)

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


Javascript coding style problems

(555 errors, 297 warnings)

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

mod/teambuilder/js/build.js
(#17) '$' is not defined. (no-undef)
(#18) '$' is not defined. (no-undef)
(#19) '$' is not defined. (no-undef)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) '$' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#40) '$' is not defined. (no-undef)
(#41) '$' is not defined. (no-undef)
(#42) '$' is not defined. (no-undef)
(#46) '$' is not defined. (no-undef)
(#47) '$' is not defined. (no-undef)
(#50) '$' is not defined. (no-undef)
(#56) '$' is not defined. (no-undef)
(#58) '$' is not defined. (no-undef)
(#59) 'responses' is not defined. (no-undef)
(#62) '$' is not defined. (no-undef)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#64) 'i' is not defined. (no-undef)
(#64) 'questions' is not defined. (no-undef)
(#66) 'q' is not defined. (no-undef)
(#66) 'questions' is not defined. (no-undef)
(#66) 'i' is not defined. (no-undef)
(#67) 'qr' is not defined. (no-undef)
(#68) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) 'j' is not defined. (no-undef)
(#68) 'q' is not defined. (no-undef)
(#70) 'a' is not defined. (no-undef)
(#70) 'q' is not defined. (no-undef)
(#70) 'j' is not defined. (no-undef)
(#71) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#71) '$' is not defined. (no-undef)
(#71) 'a' is not defined. (no-undef)
(#71) A space is required after ','. (comma-spacing)
(#73) 'qr' is not defined. (no-undef)
(#73) 'a' is not defined. (no-undef)
(#76) '$' is not defined. (no-undef)
(#76) 'q' is not defined. (no-undef)
(#76) 'qr' is not defined. (no-undef)
(#83) '$' is not defined. (no-undef)
(#84) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#90) '$' is not defined. (no-undef)
(#90) A space is required after ','. (comma-spacing)
(#92) Missing semicolon. (semi)
(#93) '$' is not defined. (no-undef)
(#97) Missing space before opening brace. (space-before-blocks)
(#98) 'stresponse' is not defined. (no-undef)
(#98) '$' is not defined. (no-undef)
(#99) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#99) 'stresponse' is not defined. (no-undef)
(#99) 'stresponse' is not defined. (no-undef)
(#99) 'stresponse' is not defined. (no-undef)
(#101) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#105) A space is required after ','. (comma-spacing)
(#109) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#110) Expected space(s) after "if". (keyword-spacing)
(#114) Missing semicolon. (semi)
(#115) '$' is not defined. (no-undef)
(#119) '$' is not defined. (no-undef)
(#119) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#121) '$' is not defined. (no-undef)
(#123) '$' is not defined. (no-undef)
(#124) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#129) Missing JSDoc comment. (require-jsdoc)
(#129) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#131) '$' is not defined. (no-undef)
(#139) Missing space before opening brace. (space-before-blocks)
(#140) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#140) Expected space(s) after "if". (keyword-spacing)
(#143) '$' is not defined. (no-undef)
(#143) A space is required after ','. (comma-spacing)
(#145) Missing semicolon. (semi)
(#146) '$' is not defined. (no-undef)
(#148) Missing space before opening brace. (space-before-blocks)
(#149) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#149) Expected space(s) after "if". (keyword-spacing)
(#152) '$' is not defined. (no-undef)
(#152) A space is required after ','. (comma-spacing)
(#159) Missing semicolon. (semi)
(#161) '$' is not defined. (no-undef)
(#170) Missing JSDoc comment. (require-jsdoc)
(#175) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#175) Expected space(s) after "if". (keyword-spacing)
(#177) A space is required after ','. (comma-spacing)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#183) A space is required after ','. (comma-spacing)
(#185) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#185) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#185) Expected space(s) after "if". (keyword-spacing)
(#187) Expected space(s) after "for". (keyword-spacing)
(#187) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#187) 'i' is not defined. (no-undef)
(#187) 'i' is not defined. (no-undef)
(#187) 'numTeams' is not modified in this loop. (no-unmodified-loop-condition)
(#187) 'i' is not defined. (no-undef)
(#189) 'i' is not defined. (no-undef)
(#189) 'i' is not defined. (no-undef)
(#196) Missing JSDoc comment. (require-jsdoc)
(#198) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#198) Expected space(s) after "for". (keyword-spacing)
(#198) 'i' is not defined. (no-undef)
(#198) 'i' is not defined. (no-undef)
(#198) 'i' is not defined. (no-undef)
(#200) 'i' is not defined. (no-undef)
(#203) '$' is not defined. (no-undef)
(#206) Missing JSDoc comment. (require-jsdoc)
(#208) 'ctr' is not defined. (no-undef)
(#209) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#209) 'i' is not defined. (no-undef)
(#209) 'students' is not defined. (no-undef)
(#211) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#211) 'responses' is not defined. (no-undef)
(#211) 'i' is not defined. (no-undef)
(#215) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#215) 'i' is not defined. (no-undef)
(#217) 'ctr' is not defined. (no-undef)
(#220) 'ctr' is not defined. (no-undef)
(#221) 'ctr' is not defined. (no-undef)
(#228) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#228) Missing JSDoc comment. (require-jsdoc)
(#228) A space is required after ','. (comma-spacing)
(#230) 'q' is not defined. (no-undef)
(#230) 'questions' is not defined. (no-undef)
(#231) '$' is not defined. (no-undef)
(#232) Expected space(s) after "for". (keyword-spacing)
(#232) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#232) 'a' is not defined. (no-undef)
(#232) 'q' is not defined. (no-undef)
(#234) 'answer' is not defined. (no-undef)
(#234) 'q' is not defined. (no-undef)
(#234) 'a' is not defined. (no-undef)
(#235) 'answer' is not defined. (no-undef)
(#235) 'answer' is not defined. (no-undef)
(#241) Missing space before opening brace. (space-before-blocks)
(#242) '$' is not defined. (no-undef)
(#246) Missing JSDoc comment. (require-jsdoc)
(#247) '$' is not defined. (no-undef)
(#250) '$' is not defined. (no-undef)
(#254) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#254) Expected space(s) after "for". (keyword-spacing)
(#254) 'questions' is not defined. (no-undef)
(#256) 'q' is not defined. (no-undef)
(#256) 'questions' is not defined. (no-undef)
(#257) 'q' is not defined. (no-undef)
(#257) 'q' is not defined. (no-undef)
(#262) Missing space before opening brace. (space-before-blocks)
(#263) A space is required after ','. (comma-spacing)
(#263) '$' is not defined. (no-undef)
(#264) 'questions' is not defined. (no-undef)
(#264) ["type"] is better written in dot notation. (dot-notation)
(#265) '$' is not defined. (no-undef)
(#267) '$' is not defined. (no-undef)
(#273) Missing space before opening brace. (space-before-blocks)
(#274) '$' is not defined. (no-undef)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before opening brace. (space-before-blocks)
(#276) '$' is not defined. (no-undef)
(#279) Missing space before opening brace. (space-before-blocks)
(#280) '$' is not defined. (no-undef)
(#281) '$' is not defined. (no-undef)
(#282) '$' is not defined. (no-undef)
(#282) A space is required after ','. (comma-spacing)
(#282) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#284) '$' is not defined. (no-undef)
(#289) Missing space before opening brace. (space-before-blocks)
(#290) '$' is not defined. (no-undef)
(#296) '$' is not defined. (no-undef)
(#301) '$' is not defined. (no-undef)
(#302) '$' is not defined. (no-undef)
(#306) Missing JSDoc comment. (require-jsdoc)
(#306) 'addSubcriterion' is defined but never used. (no-unused-vars)
(#308) '$' is not defined. (no-undef)
(#309) '$' is not defined. (no-undef)
(#313) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#313) 'questions' is not defined. (no-undef)
(#315) 'q' is not defined. (no-undef)
(#315) 'questions' is not defined. (no-undef)
(#316) 'q' is not defined. (no-undef)
(#316) 'q' is not defined. (no-undef)
(#320) '$' is not defined. (no-undef)
(#321) 'questions' is not defined. (no-undef)
(#321) ["type"] is better written in dot notation. (dot-notation)
(#322) '$' is not defined. (no-undef)
(#324) '$' is not defined. (no-undef)
(#329) Missing space before opening brace. (space-before-blocks)
(#330) '$' is not defined. (no-undef)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing space before opening brace. (space-before-blocks)
(#332) '$' is not defined. (no-undef)
(#335) Missing space before opening brace. (space-before-blocks)
(#336) '$' is not defined. (no-undef)
(#337) '$' is not defined. (no-undef)
(#337) A space is required after ','. (comma-spacing)
(#337) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#339) '$' is not defined. (no-undef)
(#340) '$' is not defined. (no-undef)
(#347) Missing JSDoc comment. (require-jsdoc)
(#350) '$' is not defined. (no-undef)
(#351) '$' is not defined. (no-undef)
(#352) '$' is not defined. (no-undef)
(#355) 'studentDiv' is defined but never used. (no-unused-vars)
(#355) '$' is not defined. (no-undef)
(#356) '$' is not defined. (no-undef)
(#356) Missing semicolon. (semi)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) 'numTeams' is defined but never used. (no-unused-vars)
(#365) '$' is not defined. (no-undef)
(#366) '$' is not defined. (no-undef)
(#369) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#369) Expected space(s) after "for". (keyword-spacing)
(#371) 'teamDiv' used outside of binding context. (block-scoped-var)
(#371) '$' is not defined. (no-undef)
(#372) 'teamDiv' used outside of binding context. (block-scoped-var)
(#373) 'teamDiv' used outside of binding context. (block-scoped-var)
(#374) 'teamDiv' used outside of binding context. (block-scoped-var)
(#375) '$' is not defined. (no-undef)
(#375) 'teamDiv' used outside of binding context. (block-scoped-var)
(#379) 'sortdict' is not defined. (no-undef)
(#380) Missing space before value for key 'connectWith'. (key-spacing)
(#381) 'evt' is defined but never used. (no-unused-vars)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) '$' is not defined. (no-undef)
(#383) 'sortdict' is not defined. (no-undef)
(#383) Missing semicolon. (semi)
(#384) '$' is not defined. (no-undef)
(#384) 'sortdict' is not defined. (no-undef)
(#387) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#390) 'teamDiv' used outside of binding context. (block-scoped-var)
(#390) 'teamDiv' is already defined. (no-redeclare)
(#390) '$' is not defined. (no-undef)
(#390) 'i' used outside of binding context. (block-scoped-var)
(#391) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#391) Expected space(s) after "for". (keyword-spacing)
(#391) 'j' is not defined. (no-undef)
(#393) 'j' is not defined. (no-undef)
(#394) '$' is not defined. (no-undef)
(#396) 'teamDiv' used outside of binding context. (block-scoped-var)
(#397) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#397) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#397) '$' is not defined. (no-undef)
(#397) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#402) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#403) A space is required after ','. (comma-spacing)
(#410) Missing JSDoc comment. (require-jsdoc)
(#413) '$' is not defined. (no-undef)
(#415) '$' is not defined. (no-undef)
(#416) '$' is not defined. (no-undef)
(#416) Missing space before opening brace. (space-before-blocks)
(#423) 'subcriteria' is not defined. (no-undef)
(#423) '$' is not defined. (no-undef)
(#424) 'subcriteria' is not defined. (no-undef)
(#424) Missing space before opening brace. (space-before-blocks)
(#426) '$' is not defined. (no-undef)
(#428) '$' is not defined. (no-undef)
(#429) '$' is not defined. (no-undef)
(#429) Missing space before opening brace. (space-before-blocks)
(#459) Function 'buildTeams' has a complexity of 23. (complexity)
(#459) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#459) Missing JSDoc comment. (require-jsdoc)
(#459) 'buildTeams' is defined but never used. (no-unused-vars)
(#471) '$' is not defined. (no-undef)
(#471) Missing space before opening brace. (space-before-blocks)
(#472) '$' is not defined. (no-undef)
(#474) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#474) '$' is not defined. (no-undef)
(#482) '$' is not defined. (no-undef)
(#484) 'unassignedStudents' is not defined. (no-undef)
(#485) 'assignedStudents' is not defined. (no-undef)
(#486) '$' is not defined. (no-undef)
(#487) 'rslt' is not defined. (no-undef)
(#488) 'unassignedStudents' is not defined. (no-undef)
(#488) 'rslt' is not defined. (no-undef)
(#488) 'students' is not defined. (no-undef)
(#488) 'rslt' is not defined. (no-undef)
(#490) '$' is not defined. (no-undef)
(#491) 'rslt' is not defined. (no-undef)
(#492) 'assignedStudents' is not defined. (no-undef)
(#492) 'rslt' is not defined. (no-undef)
(#492) 'students' is not defined. (no-undef)
(#492) 'rslt' is not defined. (no-undef)
(#496) '$' is not defined. (no-undef)
(#496) 'responses' is not defined. (no-undef)
(#498) 'assignedStudents' is not defined. (no-undef)
(#499) 'unassignedStudents' is not defined. (no-undef)
(#504) 'teamsPriority' is not defined. (no-undef)
(#505) 'initTeamsList' is not defined. (no-undef)
(#506) Expected space(s) after "for". (keyword-spacing)
(#506) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#506) 'i' is not defined. (no-undef)
(#506) 'i' is not defined. (no-undef)
(#506) 'i' is not defined. (no-undef)
(#508) 'teamsPriority' is not defined. (no-undef)
(#509) 'initTeamsList' is not defined. (no-undef)
(#509) 'i' is not defined. (no-undef)
(#512) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#512) Expected space(s) after "for". (keyword-spacing)
(#512) 'i' is not defined. (no-undef)
(#514) 'i' is not defined. (no-undef)
(#515) 'cg' is not defined. (no-undef)
(#515) 'i' is not defined. (no-undef)
(#516) 'ucandidates' is not defined. (no-undef)
(#517) 'acandidates' is not defined. (no-undef)
(#520) 'ucandidates' is not defined. (no-undef)
(#520) 'unassignedStudents' is not defined. (no-undef)
(#520) A space is required after ','. (comma-spacing)
(#520) 'cg' is not defined. (no-undef)
(#521) 'acandidates' is not defined. (no-undef)
(#521) 'assignedStudents' is not defined. (no-undef)
(#521) A space is required after ','. (comma-spacing)
(#521) 'cg' is not defined. (no-undef)
(#522) 'studentPriority' is not defined. (no-undef)
(#524) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#524) Expected space(s) after "for". (keyword-spacing)
(#524) 'j' is not defined. (no-undef)
(#524) 'unassignedStudents' is not defined. (no-undef)
(#526) 'studentPriority' is not defined. (no-undef)
(#526) 'j' is not defined. (no-undef)
(#532) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#532) 'j' is not defined. (no-undef)
(#532) 'j' is not defined. (no-undef)
(#532) 'i' is not defined. (no-undef)
(#532) 'j' is not defined. (no-undef)
(#536) 'icandidates' is not defined. (no-undef)
(#536) 'unassignedStudents' is not defined. (no-undef)
(#536) A space is required after ','. (comma-spacing)
(#536) 'j' is not defined. (no-undef)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#537) 'k' is not defined. (no-undef)
(#537) 'icandidates' is not defined. (no-undef)
(#539) 's' is not defined. (no-undef)
(#539) 'icandidates' is not defined. (no-undef)
(#539) 'k' is not defined. (no-undef)
(#540) 'studentPriority' is not defined. (no-undef)
(#540) 's' is not defined. (no-undef)
(#544) 'studentPriority' is not defined. (no-undef)
(#546) 'teamsList' is not defined. (no-undef)
(#546) 'initTeamsList' is not defined. (no-undef)
(#547) 'teamsList' is not defined. (no-undef)
(#547) 'teamsList' is not defined. (no-undef)
(#550) Move function declaration to function body root. (no-inner-declarations)
(#550) Don't make functions within a loop. (no-loop-func)
(#550) Missing JSDoc comment. (require-jsdoc)
(#550) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#550) A space is required after ','. (comma-spacing)
(#552) 'teamsPriority' is not defined. (no-undef)
(#552) 'teamsPriority' is not defined. (no-undef)
(#554) 'teamsList' is not defined. (no-undef)
(#554) 'teamsList' is not defined. (no-undef)
(#556) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#558) Missing JSDoc comment. (require-jsdoc)
(#558) Don't make functions within a loop. (no-loop-func)
(#558) Move function declaration to function body root. (no-inner-declarations)
(#558) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#558) A space is required after ','. (comma-spacing)
(#562) 'teamsList' is not defined. (no-undef)
(#562) 'teamsList' is not defined. (no-undef)
(#565) 'teamsList' is not defined. (no-undef)
(#565) Missing semicolon. (semi)
(#572) 'ucandidates' is not defined. (no-undef)
(#572) 'ucandidates' is not defined. (no-undef)
(#573) 'acandidates' is not defined. (no-undef)
(#573) 'acandidates' is not defined. (no-undef)
(#576) Don't make functions within a loop. (no-loop-func)
(#576) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#576) Missing JSDoc comment. (require-jsdoc)
(#576) Move function declaration to function body root. (no-inner-declarations)
(#576) A space is required after ','. (comma-spacing)
(#578) 'studentPriority' is not defined. (no-undef)
(#578) 'studentPriority' is not defined. (no-undef)
(#580) 'ucandidates' is not defined. (no-undef)
(#580) 'ucandidates' is not defined. (no-undef)
(#582) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#582) Expected space(s) after "if". (keyword-spacing)
(#582) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#582) 'ucandidates' is not defined. (no-undef)
(#586) 'ucandidates' is not defined. (no-undef)
(#587) 'unassignedStudents' is not defined. (no-undef)
(#587) 'ucandidates' is not defined. (no-undef)
(#589) Expected space(s) after "while". (keyword-spacing)
(#589) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#589) 'unassignedStudents' is not defined. (no-undef)
(#595) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#595) 'i' is not defined. (no-undef)
(#595) 'i' is not defined. (no-undef)
(#595) 'i' is not defined. (no-undef)
(#597) 't' is not defined. (no-undef)
(#597) 'i' is not defined. (no-undef)
(#598) 'lt' is not defined. (no-undef)
(#600) Blocks are nested too deeply (5). (max-depth)
(#600) 't' is not defined. (no-undef)
(#600) 'lt' is not defined. (no-undef)
(#601) 'i' is not defined. (no-undef)
(#603) 't' is not defined. (no-undef)
(#603) 'lt' is not defined. (no-undef)
(#604) 'i' is not defined. (no-undef)
(#611) 'randomTeam' is not defined. (no-undef)
(#613) 'randomTeam' is not defined. (no-undef)
(#614) 'randomTeam' is not defined. (no-undef)
(#614) 'unassignedStudents' is not defined. (no-undef)
(#618) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#619) 'ucandidates' is not defined. (no-undef)
(#619) 'acandidates' is not defined. (no-undef)
(#620) Missing semicolon. (semi)
(#624) 'ucandidates' is not defined. (no-undef)
(#625) 'acandidates' is not defined. (no-undef)
(#629) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) 'j' is not defined. (no-undef)
(#629) 'teamsList' is not defined. (no-undef)
(#631) 't' is not defined. (no-undef)
(#631) 'teamsList' is not defined. (no-undef)
(#631) 'j' is not defined. (no-undef)
(#634) Expected space(s) after "for". (keyword-spacing)
(#634) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#634) 'k' is not defined. (no-undef)
(#634) 'acandidates' is not defined. (no-undef)
(#636) 'c' is not defined. (no-undef)
(#636) 'acandidates' is not defined. (no-undef)
(#636) 'k' is not defined. (no-undef)
(#637) 'ta' is not defined. (no-undef)
(#637) 't' is not defined. (no-undef)
(#638) Expected space(s) after "if". (keyword-spacing)
(#638) '$' is not defined. (no-undef)
(#638) 'c' is not defined. (no-undef)
(#638) A space is required after ','. (comma-spacing)
(#638) 'ta' is not defined. (no-undef)
(#643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#643) Expected space(s) after "if". (keyword-spacing)
(#645) 't' is not defined. (no-undef)
(#647) 'teamsPriority' is not defined. (no-undef)
(#647) 't' is not defined. (no-undef)
(#650) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#651) 't' is not defined. (no-undef)
(#652) 'teamsPriority' is not defined. (no-undef)
(#652) 't' is not defined. (no-undef)
(#657) Expected space(s) after "for". (keyword-spacing)
(#657) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#657) 'j' is not defined. (no-undef)
(#657) 'ucandidates' is not defined. (no-undef)
(#659) Expected space(s) after "if". (keyword-spacing)
(#659) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#659) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#659) 'j' is not defined. (no-undef)
(#661) 't' is not defined. (no-undef)
(#661) 'j' is not defined. (no-undef)
(#662) 's' is not defined. (no-undef)
(#662) 'ucandidates' is not defined. (no-undef)
(#662) 'j' is not defined. (no-undef)
(#663) 't' is not defined. (no-undef)
(#663) 's' is not defined. (no-undef)
(#664) 'teamsPriority' is not defined. (no-undef)
(#664) 't' is not defined. (no-undef)
(#667) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#668) 'x' is not defined. (no-undef)
(#668) 'j' is not defined. (no-undef)
(#669) 't' is not defined. (no-undef)
(#669) 'x' is not defined. (no-undef)
(#670) 's' is not defined. (no-undef)
(#670) 'ucandidates' is not defined. (no-undef)
(#670) 'j' is not defined. (no-undef)
(#671) 't' is not defined. (no-undef)
(#671) 's' is not defined. (no-undef)
(#672) 'teamsPriority' is not defined. (no-undef)
(#672) 't' is not defined. (no-undef)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#679) 'j' is not defined. (no-undef)
(#681) 't' is not defined. (no-undef)
(#681) 'j' is not defined. (no-undef)
(#682) Expected space(s) after "for". (keyword-spacing)
(#682) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#682) 'k' is not defined. (no-undef)
(#682) 'unassignedStudents' is not defined. (no-undef)
(#684) 's' is not defined. (no-undef)
(#684) 'unassignedStudents' is not defined. (no-undef)
(#684) 'k' is not defined. (no-undef)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#685) '$' is not defined. (no-undef)
(#685) 'k' is not defined. (no-undef)
(#685) A space is required after ','. (comma-spacing)
(#685) 't' is not defined. (no-undef)
(#688) 'assignedStudents' is not defined. (no-undef)
(#688) 'k' is not defined. (no-undef)
(#688) 's' is not defined. (no-undef)
(#689) 'unassignedStudents' is not defined. (no-undef)
(#689) 'k' is not defined. (no-undef)
(#690) 'k' is not defined. (no-undef)
(#696) 'teamsPriority' is not defined. (no-undef)
(#706) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#706) Missing JSDoc comment. (require-jsdoc)
(#706) A space is required after ','. (comma-spacing)
(#708) 'candidates' is not defined. (no-undef)
(#709) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#709) Expected space(s) after "for". (keyword-spacing)
(#709) 'c' is not defined. (no-undef)
(#711) 'criterion' is not defined. (no-undef)
(#711) 'c' is not defined. (no-undef)
(#714) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#714) Expected space(s) after "for". (keyword-spacing)
(#714) 's' is not defined. (no-undef)
(#716) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#716) Expected space(s) after "if". (keyword-spacing)
(#716) 's' is not defined. (no-undef)
(#716) A space is required after ','. (comma-spacing)
(#716) 'criterion' is not defined. (no-undef)
(#718) '$' is not defined. (no-undef)
(#718) 's' is not defined. (no-undef)
(#718) 'candidates' is not defined. (no-undef)
(#719) 'candidates' is not defined. (no-undef)
(#719) 's' is not defined. (no-undef)
(#724) 'candidates' is not defined. (no-undef)
(#727) Missing JSDoc comment. (require-jsdoc)
(#727) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#727) A space is required after ','. (comma-spacing)
(#729) 'sr' is not defined. (no-undef)
(#729) 'responses' is not defined. (no-undef)
(#730) Expected space(s) after "if". (keyword-spacing)
(#730) 'sr' is not defined. (no-undef)
(#736) Expected space(s) after "if". (keyword-spacing)
(#736) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#739) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#739) Expected space(s) after "for". (keyword-spacing)
(#739) 'a' is not defined. (no-undef)
(#741) 'ans' is not defined. (no-undef)
(#741) 'a' is not defined. (no-undef)
(#742) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#742) '$' is not defined. (no-undef)
(#742) 'ans' is not defined. (no-undef)
(#742) A space is required after ','. (comma-spacing)
(#742) 'sr' is not defined. (no-undef)
(#749) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#749) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#752) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#752) 'a' is not defined. (no-undef)
(#754) 'ans' is not defined. (no-undef)
(#754) 'a' is not defined. (no-undef)
(#755) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#755) '$' is not defined. (no-undef)
(#755) 'ans' is not defined. (no-undef)
(#755) A space is required after ','. (comma-spacing)
(#755) 'sr' is not defined. (no-undef)
(#762) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#762) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#765) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#765) 'a' is not defined. (no-undef)
(#767) 'ans' is not defined. (no-undef)
(#767) 'a' is not defined. (no-undef)
(#768) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#768) '$' is not defined. (no-undef)
(#768) 'ans' is not defined. (no-undef)
(#768) A space is required after ','. (comma-spacing)
(#768) 'sr' is not defined. (no-undef)
(#775) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#777) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#777) 'i' is not defined. (no-undef)
(#777) 'i' is not defined. (no-undef)
(#777) 'i' is not defined. (no-undef)
(#779) 'sc' is not defined. (no-undef)
(#779) 'i' is not defined. (no-undef)
(#780) 'sc' is not defined. (no-undef)
(#789) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#789) Missing JSDoc comment. (require-jsdoc)
(#789) 'assignRandomly' is defined but never used. (no-unused-vars)
(#793) '$' is not defined. (no-undef)
(#793) Missing space before opening brace. (space-before-blocks)
(#794) 'rslt' is not defined. (no-undef)
(#795) 'rslt' is not defined. (no-undef)
(#799) Expected space(s) after "while". (keyword-spacing)
(#799) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#805) Expected space(s) after "for". (keyword-spacing)
(#805) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#805) 'i' is not defined. (no-undef)
(#805) 'i' is not defined. (no-undef)
(#805) 'i' is not defined. (no-undef)
(#807) 't' is not defined. (no-undef)
(#807) 'i' is not defined. (no-undef)
(#808) 'lt' is not defined. (no-undef)
(#810) Expected space(s) after "if". (keyword-spacing)
(#810) 't' is not defined. (no-undef)
(#810) 'lt' is not defined. (no-undef)
(#811) 'i' is not defined. (no-undef)
(#813) Expected space(s) after "if". (keyword-spacing)
(#813) 't' is not defined. (no-undef)
(#813) 'lt' is not defined. (no-undef)
(#814) 'i' is not defined. (no-undef)
(#821) 'randomTeam' is not defined. (no-undef)
(#823) 'randomTeam' is not defined. (no-undef)
(#824) 'randomTeam' is not defined. (no-undef)
(#830) Missing JSDoc comment. (require-jsdoc)
(#830) 'createGroups' is defined but never used. (no-unused-vars)
(#836) '$' is not defined. (no-undef)
(#838) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#838) 'i' is not defined. (no-undef)
(#838) 'i' is not defined. (no-undef)
(#838) 'i' is not defined. (no-undef)
(#840) 'i' is not defined. (no-undef)
(#841) 'i' is not defined. (no-undef)
(#842) '$' is not defined. (no-undef)
(#842) 'i' is not defined. (no-undef)
(#843) Missing semicolon. (semi)
(#844) '$' is not defined. (no-undef)
(#844) 'i' is not defined. (no-undef)
(#844) Missing semicolon. (semi)
(#848) '$' is not defined. (no-undef)
(#849) '$' is not defined. (no-undef)
(#849) '$' is not defined. (no-undef)
(#850) '$' is not defined. (no-undef)
(#850) '$' is not defined. (no-undef)
(#851) Line 851 exceeds the maximum line length of 132. (max-len)
(#851) '$' is not defined. (no-undef)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#851) '$' is not defined. (no-undef)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#852) '$' is not defined. (no-undef)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#852) '$' is not defined. (no-undef)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#859) '$' is not defined. (no-undef)
(#863) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#865) Line 865 exceeds the maximum line length of 132. (max-len)
(#867) Line 867 exceeds the maximum line length of 132. (max-len)
(#871) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#872) Line 872 exceeds the maximum line length of 132. (max-len)
(#876) Missing JSDoc comment. (require-jsdoc)
(#876) 'addSlashes' is defined but never used. (no-unused-vars)
(#877) A space is required after ','. (comma-spacing)
(#878) Unnecessary escape character: \'. (no-useless-escape)
(#878) A space is required after ','. (comma-spacing)
(#879) Unnecessary escape character: \". (no-useless-escape)
(#879) A space is required after ','. (comma-spacing)
(#880) A space is required after ','. (comma-spacing)
(#884) Missing JSDoc comment. (require-jsdoc)
(#884) 'stripSlashes' is defined but never used. (no-unused-vars)
(#885) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#887) A space is required after ','. (comma-spacing)
(#888) A space is required after ','. (comma-spacing)
(#892) Missing JSDoc comment. (require-jsdoc)
(#893) Unexpected constant condition. (no-constant-condition)
(#894) '$' is not defined. (no-undef)
(#898) Missing JSDoc comment. (require-jsdoc)
(#902) 'i' is not defined. (no-undef)
(#902) 'i' is not defined. (no-undef)
(#902) 'i' is not defined. (no-undef)
(#903) 'index' is not defined. (no-undef)
(#903) 'i' is not defined. (no-undef)
(#904) 'index' is not defined. (no-undef)
(#905) 'index' is not defined. (no-undef)
mod/teambuilder/js/criterion.js
(#6) Unexpected tab character. (no-tabs)
(#7) Unexpected tab character. (no-tabs)
(#8) Unexpected tab character. (no-tabs)
(#9) Unexpected tab character. (no-tabs)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#25) '$' is not defined. (no-undef)
(#25) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Missing semicolon. (semi)
(#33) Missing semicolon. (semi)
mod/teambuilder/js/editview.js
(#2) Identifier 'interaction_disabled' is not in camel case. (camelcase)
(#4) '$' is not defined. (no-undef)
(#6) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6) 'init_questions' is not defined. (no-undef)
(#6) Identifier 'init_questions' is not in camel case. (camelcase)
(#8) '$' is not defined. (no-undef)
(#8) Identifier 'init_questions' is not in camel case. (camelcase)
(#8) 'init_questions' is not defined. (no-undef)
(#8) Missing semicolon. (semi)
(#9) '$' is not defined. (no-undef)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13) Identifier 'interaction_disabled' is not in camel case. (camelcase)
(#15) '$' is not defined. (no-undef)
(#15) Extra space after key 'handle'. (key-spacing)
(#15) Extra space after key 'axis'. (key-spacing)
(#16) '$' is not defined. (no-undef)
(#16) Extra space after key 'axis'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#18) '$' is not defined. (no-undef)
(#19) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#21) '$' is not defined. (no-undef)
(#24) '$' is not defined. (no-undef)
(#26) Expected space(s) after "if". (keyword-spacing)
(#27) '$' is not defined. (no-undef)
(#28) Expected space(s) after "if". (keyword-spacing)
(#29) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#34) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) Expected space(s) after "if". (keyword-spacing)
(#36) '$' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#42) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#43) '$' is not defined. (no-undef)
(#46) '$' is not defined. (no-undef)
(#52) '$' is not defined. (no-undef)
(#57) '$' is not defined. (no-undef)
(#58) '$' is not defined. (no-undef)
(#63) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#63) Missing JSDoc comment. (require-jsdoc)
(#65) '$' is not defined. (no-undef)
(#69) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#69) Missing JSDoc comment. (require-jsdoc)
(#69) 'removeLastAnswer' is defined but never used. (no-unused-vars)
(#71) '$' is not defined. (no-undef)
(#72) '$' is not defined. (no-undef)
(#75) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#75) Missing JSDoc comment. (require-jsdoc)
(#75) 'addNewQuestion' is defined but never used. (no-unused-vars)
(#78) ["question"] is better written in dot notation. (dot-notation)
(#78) '$' is not defined. (no-undef)
(#79) ["type"] is better written in dot notation. (dot-notation)
(#79) '$' is not defined. (no-undef)
(#80) ["answers"] is better written in dot notation. (dot-notation)
(#81) '$' is not defined. (no-undef)
(#81) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#83) '$' is not defined. (no-undef)
(#83) '$' is not defined. (no-undef)
(#84) ["answers"] is better written in dot notation. (dot-notation)
(#84) '$' is not defined. (no-undef)
(#86) Missing semicolon. (semi)
(#89) 'err' is not defined. (no-undef)
(#90) '$' is not defined. (no-undef)
(#91) 'err' is not defined. (no-undef)
(#94) 'err' is not defined. (no-undef)
(#96) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#96) 'err' is not defined. (no-undef)
(#98) Unexpected alert. (no-alert)
(#98) 'err' is not defined. (no-undef)
(#103) 'questionView' is not defined. (no-undef)
(#103) '$' is not defined. (no-undef)
(#104) 'questionView' is not defined. (no-undef)
(#104) ["question"] is better written in dot notation. (dot-notation)
(#105) 'questionView' is not defined. (no-undef)
(#105) ["type"] is better written in dot notation. (dot-notation)
(#106) 'questionView' is not defined. (no-undef)
(#106) ["answers"] is better written in dot notation. (dot-notation)
(#107) '$' is not defined. (no-undef)
(#107) 'questionView' is not defined. (no-undef)
(#108) 'questionView' is not defined. (no-undef)
(#108) Extra space after key 'axis'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#109) 'questionView' is not defined. (no-undef)
(#109) A space is required after ','. (comma-spacing)
(#112) '$' is not defined. (no-undef)
(#114) '$' is not defined. (no-undef)
(#116) Expected no return value. (consistent-return)
(#119) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#119) Missing JSDoc comment. (require-jsdoc)
(#119) 'deleteQuestion' is defined but never used. (no-unused-vars)
(#121) '$' is not defined. (no-undef)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#122) '$' is not defined. (no-undef)
(#126) Missing JSDoc comment. (require-jsdoc)
(#126) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#126) 'saveQuestionnaire' is defined but never used. (no-unused-vars)
(#128) '$' is not defined. (no-undef)
(#130) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#132) Unexpected alert. (no-alert)
(#137) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#140) '$' is not defined. (no-undef)
(#142) '$' is not defined. (no-undef)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) '$' is not defined. (no-undef)
(#144) Missing semicolon. (semi)
(#148) '$' is not defined. (no-undef)
(#150) '$' is not defined. (no-undef)
(#150) A space is required after ','. (comma-spacing)
(#150) Extra space after key 'id'. (key-spacing)
(#150) Extra space after key 'action'. (key-spacing)
(#150) Extra space after key 'input'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#151) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#151) Expected space(s) after "for". (keyword-spacing)
(#151) 'i' is not defined. (no-undef)
(#153) 'o' is not defined. (no-undef)
(#153) 'i' is not defined. (no-undef)
(#154) 'o' is not defined. (no-undef)
(#154) A space is required after ','. (comma-spacing)
(#154) 'o' is not defined. (no-undef)
(#156) '$' is not defined. (no-undef)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing semicolon. (semi)
(#161) Extra space after key 'question'. (key-spacing)
(#161) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#162) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#175) Extra space after key 'one'. (key-spacing)
(#176) Extra space after key 'any'. (key-spacing)
(#177) Extra space after key 'atleastone'. (key-spacing)
mod/teambuilder/js/view.js
(#1) '$' is not defined. (no-undef)
(#3) '$' is not defined. (no-undef)
(#4) '$' is not defined. (no-undef)
(#5) '$' is not defined. (no-undef)
(#9) '$' is not defined. (no-undef)
(#10) '$' is not defined. (no-undef)
(#11) '$' is not defined. (no-undef)
(#12) '$' is not defined. (no-undef)
(#15) '$' is not defined. (no-undef)
(#18) '$' is not defined. (no-undef)
(#19) '$' is not defined. (no-undef)
(#20) '$' is not defined. (no-undef)
(#25) Missing JSDoc comment. (require-jsdoc)
(#25) 'validateForm' is defined but never used. (no-unused-vars)
(#28) '$' is not defined. (no-undef)
(#28) Expected to return a value at the end of this function. (consistent-return)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) '$' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#34) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) '$' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#40) '$' is not defined. (no-undef)

CSS problems

(3 errors, 27 warnings)

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

mod/teambuilder/styles.css
(#19) Expected "#F9F9F9" to be "#f9f9f9" (color-hex-case)
(#32) Expected "#CCC" to be "#ccc" (color-hex-case)
(#35) Expected "#FFF" to be "#fff" (color-hex-case)
(#75) Expected "#F00" to be "#f00" (color-hex-case)
(#86) Expected "#FC0" to be "#fc0" (color-hex-case)
(#97) Expected "#CCC" to be "#ccc" (color-hex-case)
(#98) Expected "#F9F9F9" to be "#f9f9f9" (color-hex-case)
(#132) Expected "#CCC" to be "#ccc" (color-hex-case)
(#133) Expected "#F9F9F9" to be "#f9f9f9" (color-hex-case)
(#154) Expected "#CCC" to be "#ccc" (color-hex-case)
(#203) Expected "#A00" to be "#a00" (color-hex-case)
(#205) Expected "#FEE" to be "#fee" (color-hex-case)
(#225) Expected "#AAA" to be "#aaa" (color-hex-case)
(#235) Expected "#FFF" to be "#fff" (color-hex-case)
(#263) Expected "#BBB" to be "#bbb" (color-hex-case)
(#264) Expected "#EEE" to be "#eee" (color-hex-case)
(#270) Expected "#CCB" to be "#ccb" (color-hex-case)
(#273) Expected "#FAFAEE" to be "#fafaee" (color-hex-case)
(#278) Expected "#EEE" to be "#eee" (color-hex-case)
(#115) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#44) Unexpected unit (length-zero-no-unit)
(#178) Unexpected unit (length-zero-no-unit)
(#179) Unexpected unit (length-zero-no-unit)
(#194) Unexpected unit (length-zero-no-unit)
(#253) Unexpected unit (length-zero-no-unit)
(#254) Unexpected unit (length-zero-no-unit)
(#269) Unexpected unit (length-zero-no-unit)
(#272) Unexpected unit (length-zero-no-unit)
(#242) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(42 errors, 0 warnings)

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

mod/teambuilder/ajax.php
(#17) File-level phpdocs block is not found
mod/teambuilder/backup/moodle2/backup_teambuilder_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class backup_teambuilder_activity_task
(#49) Phpdocs for function backup_teambuilder_activity_task::encode_content_links has incomplete parameters list
(#28) Class backup_teambuilder_activity_task does not have @copyright tag
(#28) Class backup_teambuilder_activity_task does not have @license tag
mod/teambuilder/backup/moodle2/backup_teambuilder_stepslib.php
(#31) Function backup_teambuilder_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#26) Class backup_teambuilder_activity_structure_step does not have @copyright tag
(#26) Class backup_teambuilder_activity_structure_step does not have @license tag
mod/teambuilder/backup/moodle2/restore_teambuilder_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class restore_teambuilder_activity_task
(#28) Class restore_teambuilder_activity_task does not have @copyright tag
(#28) Class restore_teambuilder_activity_task does not have @license tag
mod/teambuilder/backup/moodle2/restore_teambuilder_stepslib.php
(#35) Function restore_teambuilder_activity_structure_step::define_structure is not documented
(#59) Function restore_teambuilder_activity_structure_step::process_teambuilder is not documented
(#74) Function restore_teambuilder_activity_structure_step::process_teambuilder_response is not documented
(#85) Function restore_teambuilder_activity_structure_step::process_teambuilder_question is not documented
(#96) Function restore_teambuilder_activity_structure_step::process_teambuilder_answer is not documented
(#107) Function restore_teambuilder_activity_structure_step::after_execute is not documented
(#17) No one-line description found in phpdocs for file
(#30) Class restore_teambuilder_activity_structure_step does not have @copyright tag
(#30) Class restore_teambuilder_activity_structure_step does not have @license tag
mod/teambuilder/classes/event/course_module_instance_list_viewed.php
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class course_module_instance_list_viewed does not have @copyright tag
mod/teambuilder/classes/output/renderer.php
(#41) Function renderer::navigation_tabs is not documented
(#20) Package block_poll is not valid
mod/teambuilder/db/log.php
(#20) Package mod is not valid
mod/teambuilder/db/upgrade.php
(#28) Function xmldb_teambuilder_upgrade is not documented
mod/teambuilder/lib.php
(#90) Function teambuilder_user_outline is not documented
(#94) Function teambuilder_user_complete is not documented
(#148) Function teambuilder_get_questions is not documented
(#210) Function teambuilder_supports is not documented
(#98) Phpdocs for function teambuilder_print_recent_activity has incomplete parameters list
(#128) Phpdocs for function teambuilder_scale_used has incomplete parameters list
(#140) Phpdocs for function teambuilder_scale_used_anywhere has incomplete parameters list
(#172) Phpdocs for function teambuilder_get_responses has incomplete parameters list
mod/teambuilder/mod_form.php
(#32) Class mod_teambuilder_mod_form is not documented
(#34) Function mod_teambuilder_mod_form::definition is not documented
(#79) Function mod_teambuilder_mod_form::definition_after_data is not documented
mod/teambuilder/version.php
(#17) File-level phpdocs block is not found
mod/teambuilder/view.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]