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

(7 errors, 12 warnings)

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

mod/lightboxgallery/backup/moodle2/backup_lightboxgallery_activity_task.class.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/lightboxgallery/backup/moodle2/backup_lightboxgallery_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/backup/moodle2/restore_lightboxgallery_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/comment_form.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/lightboxgallery/edit/base.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/caption/caption.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/crop/crop.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/lightboxgallery/edit/delete/delete.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/flip/flip.class.php
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/resize/resize.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/rotate/rotate.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/tag/tag.class.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/edit/thumbnail/thumbnail.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/lightboxgallery/imageadd_form.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/lightboxgallery/imageclass.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) This comment is 59% valid code; is this commented out code?
mod/lightboxgallery/rsslib.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#244) This comment is 60% valid code; is this commented out code?
mod/lightboxgallery/settings.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(626 errors, 142 warnings)

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

mod/lightboxgallery/module.js
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'YUI' is not defined. (no-undef)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
mod/lightboxgallery/yui/lightbox/lightbox.js
(#1) 'YUI' is not defined. (no-undef)
(#3) Unexpected tab character. (no-tabs)
(#4) Unexpected tab character. (no-tabs)
(#5) Unexpected tab character. (no-tabs)
(#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)
(#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)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) Expected space or tab after '/**' in comment. (spaced-comment)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) Missing JSDoc @returns for function. (valid-jsdoc)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) Missing JSDoc @returns for function. (valid-jsdoc)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Missing JSDoc return type. (valid-jsdoc)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Missing JSDoc @returns for function. (valid-jsdoc)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) Expected space or tab after '/**' in comment. (spaced-comment)
(#86) Missing JSDoc parameter type for 'config'. (valid-jsdoc)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#100) 'config' is defined but never used. (no-unused-vars)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#111) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#123) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#148) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#163) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#212) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#223) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#234) Extra space after key 'value'. (key-spacing)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#238) Unexpected tab character. (no-tabs)
(#239) Unexpected tab character. (no-tabs)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#242) Missing JSDoc parameter type for 'config'. (valid-jsdoc)
(#243) Unexpected tab character. (no-tabs)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#252) Unexpected space before function parentheses. (space-before-function-paren)
(#252) 'config' is defined but never used. (no-unused-vars)
(#253) Unexpected tab character. (no-tabs)
(#254) Unexpected tab character. (no-tabs)
(#254) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#255) Unexpected tab character. (no-tabs)
(#255) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#256) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#256) Unexpected tab character. (no-tabs)
(#257) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#257) Unexpected tab character. (no-tabs)
(#258) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#258) Unexpected tab character. (no-tabs)
(#259) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#261) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#261) Unexpected tab character. (no-tabs)
(#262) Unexpected tab character. (no-tabs)
(#262) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#263) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#263) Unexpected tab character. (no-tabs)
(#264) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#265) Unexpected tab character. (no-tabs)
(#266) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#266) Unexpected tab character. (no-tabs)
(#267) Unexpected tab character. (no-tabs)
(#267) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#268) Unexpected tab character. (no-tabs)
(#268) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#269) Unexpected tab character. (no-tabs)
(#269) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#270) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#271) Unexpected tab character. (no-tabs)
(#272) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#272) Unexpected tab character. (no-tabs)
(#273) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#274) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#275) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#275) Unexpected tab character. (no-tabs)
(#276) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#276) Unexpected tab character. (no-tabs)
(#277) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#277) Unexpected tab character. (no-tabs)
(#278) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#278) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#280) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#281) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#285) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#287) Unexpected tab character. (no-tabs)
(#288) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#303) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#310) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#312) Unexpected space before function parentheses. (space-before-function-paren)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#313) Unexpected tab character. (no-tabs)
(#313) Unexpected space before function parentheses. (space-before-function-paren)
(#314) Unexpected tab character. (no-tabs)
(#315) Unexpected tab character. (no-tabs)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#321) Unexpected tab character. (no-tabs)
(#321) There should be no space after '{'. (object-curly-spacing)
(#321) There should be no space before '}'. (object-curly-spacing)
(#322) Unexpected tab character. (no-tabs)
(#322) Unexpected space before function parentheses. (space-before-function-paren)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#323) Unexpected tab character. (no-tabs)
(#323) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Statement inside of curly braces should be on next line. (brace-style)
(#323) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#323) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#324) Unexpected tab character. (no-tabs)
(#324) Unexpected space before function parentheses. (space-before-function-paren)
(#324) Statement inside of curly braces should be on next line. (brace-style)
(#324) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Unexpected space before function parentheses. (space-before-function-paren)
(#332) Unexpected tab character. (no-tabs)
(#332) Unexpected space before function parentheses. (space-before-function-paren)
(#333) Unexpected tab character. (no-tabs)
(#334) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#334) Unexpected tab character. (no-tabs)
(#336) Unexpected tab character. (no-tabs)
(#336) Unexpected space before function parentheses. (space-before-function-paren)
(#336) 'array' is defined but never used. (no-unused-vars)
(#337) Unexpected tab character. (no-tabs)
(#337) There should be no space after '{'. (object-curly-spacing)
(#337) There should be no space before '}'. (object-curly-spacing)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#342) Missing JSDoc parameter type for 'selectedLink'. (valid-jsdoc)
(#343) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#350) Unexpected space before function parentheses. (space-before-function-paren)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#356) Unexpected tab character. (no-tabs)
(#356) There should be no space after '{'. (object-curly-spacing)
(#356) There should be no space before '}'. (object-curly-spacing)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#361) Unexpected tab character. (no-tabs)
(#361) There should be no space after '{'. (object-curly-spacing)
(#361) There should be no space before '}'. (object-curly-spacing)
(#362) Unexpected tab character. (no-tabs)
(#362) There should be no space after '{'. (object-curly-spacing)
(#362) There should be no space before '}'. (object-curly-spacing)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#370) Unexpected tab character. (no-tabs)
(#371) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#376) Unexpected tab character. (no-tabs)
(#377) Unexpected tab character. (no-tabs)
(#378) 'targetstring' is not defined. (no-undef)
(#379) Unexpected tab character. (no-tabs)
(#379) 'targetstring' is not defined. (no-undef)
(#379) Unexpected space before function parentheses. (space-before-function-paren)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#383) Unexpected tab character. (no-tabs)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#387) 'border' is not defined. (no-undef)
(#388) Unexpected tab character. (no-tabs)
(#388) 'border' is not defined. (no-undef)
(#388) Infix operators must be spaced. (space-infix-ops)
(#389) Unexpected tab character. (no-tabs)
(#390) Unexpected tab character. (no-tabs)
(#390) There should be no space after '{'. (object-curly-spacing)
(#390) There should be no space before '}'. (object-curly-spacing)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#400) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#401) Unexpected space before function parentheses. (space-before-function-paren)
(#402) Unexpected tab character. (no-tabs)
(#403) Unexpected tab character. (no-tabs)
(#405) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#410) Unexpected tab character. (no-tabs)
(#410) There should be no space after '{'. (object-curly-spacing)
(#410) There should be no space before '}'. (object-curly-spacing)
(#411) Unexpected tab character. (no-tabs)
(#411) There should be no space after '{'. (object-curly-spacing)
(#411) There should be no space before '}'. (object-curly-spacing)
(#412) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#414) Unexpected space before function parentheses. (space-before-function-paren)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#417) There should be no space after '{'. (object-curly-spacing)
(#417) There should be no space before '}'. (object-curly-spacing)
(#418) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#423) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#427) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#432) Unexpected tab character. (no-tabs)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#433) Unexpected tab character. (no-tabs)
(#433) Unexpected space before function parentheses. (space-before-function-paren)
(#434) Unexpected tab character. (no-tabs)
(#435) Unexpected tab character. (no-tabs)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#439) Missing JSDoc parameter type for 'imageNum'. (valid-jsdoc)
(#440) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#447) Unexpected space before function parentheses. (space-before-function-paren)
(#448) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#456) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#465) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#468) Unexpected tab character. (no-tabs)
(#468) Unexpected space before function parentheses. (space-before-function-paren)
(#469) Unexpected tab character. (no-tabs)
(#472) 'viewportWidth' is not defined. (no-undef)
(#473) 'viewportHeight' is not defined. (no-undef)
(#474) 'imageresize' is not defined. (no-undef)
(#475) 'imageresize' is not defined. (no-undef)
(#475) Missing space before opening brace. (space-before-blocks)
(#476) 'border' is not defined. (no-undef)
(#477) 'widthRatio' is not defined. (no-undef)
(#477) 'viewportWidth' is not defined. (no-undef)
(#477) Infix operators must be spaced. (space-infix-ops)
(#477) 'border' is not defined. (no-undef)
(#477) Infix operators must be spaced. (space-infix-ops)
(#477) Infix operators must be spaced. (space-infix-ops)
(#478) 'heightRatio' is not defined. (no-undef)
(#478) 'viewportHeight' is not defined. (no-undef)
(#478) Infix operators must be spaced. (space-infix-ops)
(#478) 'border' is not defined. (no-undef)
(#478) Infix operators must be spaced. (space-infix-ops)
(#478) Infix operators must be spaced. (space-infix-ops)
(#480) 'widthRatio' is not defined. (no-undef)
(#480) 'heightRatio' is not defined. (no-undef)
(#480) Missing space before opening brace. (space-before-blocks)
(#481) 'bestRatio' used outside of binding context. (block-scoped-var)
(#481) 'bestRatio' used outside of binding context. (block-scoped-var)
(#482) 'widthRatio' is not defined. (no-undef)
(#482) 'heightRatio' is not defined. (no-undef)
(#482) Missing space before opening brace. (space-before-blocks)
(#483) 'bestRatio' used outside of binding context. (block-scoped-var)
(#483) 'widthRatio' is not defined. (no-undef)
(#485) 'bestRatio' is already defined. (no-redeclare)
(#485) 'bestRatio' used outside of binding context. (block-scoped-var)
(#485) 'heightRatio' is not defined. (no-undef)
(#488) 'imgWidth' is not defined. (no-undef)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) 'bestRatio' used outside of binding context. (block-scoped-var)
(#488) 'bestRatio' used outside of binding context. (block-scoped-var)
(#489) 'imgHeight' is not defined. (no-undef)
(#489) Infix operators must be spaced. (space-infix-ops)
(#489) 'bestRatio' used outside of binding context. (block-scoped-var)
(#489) 'bestRatio' used outside of binding context. (block-scoped-var)
(#491) 'imgWidth' is not defined. (no-undef)
(#492) 'imgHeight' is not defined. (no-undef)
(#496) Unexpected tab character. (no-tabs)
(#496) 'imgWidth' is not defined. (no-undef)
(#496) 'imgHeight' is not defined. (no-undef)
(#497) Unexpected tab character. (no-tabs)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#501) Unexpected tab character. (no-tabs)
(#501) Missing JSDoc parameter type for 'imgWidth'. (valid-jsdoc)
(#501) Duplicate JSDoc parameter 'imgWidth'. (valid-jsdoc)
(#501) Missing JSDoc for parameter 'imgHeight'. (valid-jsdoc)
(#501) Missing JSDoc parameter type for 'imgWidth'. (valid-jsdoc)
(#502) Unexpected tab character. (no-tabs)
(#503) Unexpected tab character. (no-tabs)
(#504) Unexpected tab character. (no-tabs)
(#505) Unexpected tab character. (no-tabs)
(#506) Unexpected tab character. (no-tabs)
(#507) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#509) Unexpected tab character. (no-tabs)
(#510) Unexpected tab character. (no-tabs)
(#510) Unexpected space before function parentheses. (space-before-function-paren)
(#513) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#517) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#517) Unexpected tab character. (no-tabs)
(#518) Unexpected tab character. (no-tabs)
(#519) Unexpected tab character. (no-tabs)
(#521) Unexpected tab character. (no-tabs)
(#522) Unexpected tab character. (no-tabs)
(#523) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#525) Unexpected space before function parentheses. (space-before-function-paren)
(#526) Unexpected tab character. (no-tabs)
(#526) There should be no space after '{'. (object-curly-spacing)
(#526) There should be no space before '}'. (object-curly-spacing)
(#527) Unexpected tab character. (no-tabs)
(#527) There should be no space after '{'. (object-curly-spacing)
(#527) There should be no space before '}'. (object-curly-spacing)
(#528) Unexpected tab character. (no-tabs)
(#528) There should be no space after '{'. (object-curly-spacing)
(#528) There should be no space before '}'. (object-curly-spacing)
(#530) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#533) Unexpected tab character. (no-tabs)
(#534) Unexpected tab character. (no-tabs)
(#535) Unexpected tab character. (no-tabs)
(#537) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#539) There should be no space after '{'. (object-curly-spacing)
(#539) There should be no space before '}'. (object-curly-spacing)
(#540) Unexpected tab character. (no-tabs)
(#540) There should be no space after '{'. (object-curly-spacing)
(#540) There should be no space before '}'. (object-curly-spacing)
(#541) Unexpected tab character. (no-tabs)
(#542) Unexpected tab character. (no-tabs)
(#544) Unexpected tab character. (no-tabs)
(#544) Unexpected space before function parentheses. (space-before-function-paren)
(#545) Unexpected tab character. (no-tabs)
(#546) Unexpected tab character. (no-tabs)
(#547) Unexpected tab character. (no-tabs)
(#547) There should be no space after '{'. (object-curly-spacing)
(#547) There should be no space before '}'. (object-curly-spacing)
(#548) Unexpected tab character. (no-tabs)
(#548) There should be no space after '{'. (object-curly-spacing)
(#548) There should be no space before '}'. (object-curly-spacing)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#553) Unexpected tab character. (no-tabs)
(#555) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#559) Unexpected tab character. (no-tabs)
(#559) There should be no space after '{'. (object-curly-spacing)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#564) Unexpected tab character. (no-tabs)
(#565) Unexpected tab character. (no-tabs)
(#566) Unexpected tab character. (no-tabs)
(#567) Unexpected tab character. (no-tabs)
(#569) Unexpected tab character. (no-tabs)
(#569) Missing JSDoc for parameter 'imgWidth'. (valid-jsdoc)
(#569) Missing JSDoc for parameter 'imgHeight'. (valid-jsdoc)
(#570) Unexpected tab character. (no-tabs)
(#571) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#573) Unexpected tab character. (no-tabs)
(#574) Unexpected tab character. (no-tabs)
(#575) Unexpected tab character. (no-tabs)
(#575) Unexpected space before function parentheses. (space-before-function-paren)
(#576) Unexpected tab character. (no-tabs)
(#578) Unexpected tab character. (no-tabs)
(#580) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#583) Unexpected tab character. (no-tabs)
(#584) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#585) There should be no space after '{'. (object-curly-spacing)
(#585) There should be no space before '}'. (object-curly-spacing)
(#586) Unexpected tab character. (no-tabs)
(#586) There should be no space after '{'. (object-curly-spacing)
(#586) There should be no space before '}'. (object-curly-spacing)
(#587) Unexpected tab character. (no-tabs)
(#589) Unexpected tab character. (no-tabs)
(#590) Infix operators must be spaced. (space-infix-ops)
(#591) Infix operators must be spaced. (space-infix-ops)
(#592) Unexpected tab character. (no-tabs)
(#593) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#595) Unexpected tab character. (no-tabs)
(#596) Unexpected tab character. (no-tabs)
(#597) Unexpected tab character. (no-tabs)
(#599) Unexpected tab character. (no-tabs)
(#600) Unexpected tab character. (no-tabs)
(#602) Unexpected tab character. (no-tabs)
(#603) Unexpected tab character. (no-tabs)
(#604) Unexpected tab character. (no-tabs)
(#605) Unexpected tab character. (no-tabs)
(#606) Unexpected tab character. (no-tabs)
(#607) Unexpected tab character. (no-tabs)
(#608) Unexpected tab character. (no-tabs)
(#609) Unexpected tab character. (no-tabs)
(#609) Unexpected space before function parentheses. (space-before-function-paren)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#613) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#616) Unexpected tab character. (no-tabs)
(#617) Unexpected tab character. (no-tabs)
(#618) Unexpected tab character. (no-tabs)
(#620) Unexpected tab character. (no-tabs)
(#621) Unexpected tab character. (no-tabs)
(#622) Line 622 exceeds the maximum line length of 132. (max-len)
(#622) Unexpected tab character. (no-tabs)
(#623) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#627) Unexpected tab character. (no-tabs)
(#629) Line 629 exceeds the maximum line length of 132. (max-len)
(#629) Unexpected tab character. (no-tabs)
(#630) Unexpected tab character. (no-tabs)
(#631) Unexpected tab character. (no-tabs)
(#632) Unexpected tab character. (no-tabs)
(#632) There should be no space after '{'. (object-curly-spacing)
(#632) There should be no space before '}'. (object-curly-spacing)
(#633) Unexpected tab character. (no-tabs)
(#633) There should be no space after '{'. (object-curly-spacing)
(#633) There should be no space before '}'. (object-curly-spacing)
(#634) Unexpected tab character. (no-tabs)
(#635) Unexpected tab character. (no-tabs)
(#637) Unexpected tab character. (no-tabs)
(#637) Unexpected space before function parentheses. (space-before-function-paren)
(#638) Unexpected tab character. (no-tabs)
(#639) Unexpected tab character. (no-tabs)
(#640) Unexpected tab character. (no-tabs)
(#641) Unexpected tab character. (no-tabs)
(#643) Unexpected tab character. (no-tabs)
(#644) Unexpected tab character. (no-tabs)
(#645) Unexpected tab character. (no-tabs)
(#647) Unexpected tab character. (no-tabs)
(#648) Unexpected tab character. (no-tabs)
(#649) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#651) Unexpected tab character. (no-tabs)
(#653) Unexpected tab character. (no-tabs)
(#654) Unexpected tab character. (no-tabs)
(#655) Unexpected tab character. (no-tabs)
(#656) Unexpected tab character. (no-tabs)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#659) Unexpected tab character. (no-tabs)
(#660) Unexpected tab character. (no-tabs)
(#660) Unexpected space before function parentheses. (space-before-function-paren)
(#661) Unexpected tab character. (no-tabs)
(#663) Unexpected tab character. (no-tabs)
(#665) Unexpected tab character. (no-tabs)
(#666) Unexpected tab character. (no-tabs)
(#667) Unexpected tab character. (no-tabs)
(#668) Unexpected tab character. (no-tabs)
(#670) Unexpected tab character. (no-tabs)
(#671) Unexpected tab character. (no-tabs)
(#672) Unexpected tab character. (no-tabs)
(#673) Unexpected tab character. (no-tabs)
(#675) Unexpected tab character. (no-tabs)
(#676) Unexpected tab character. (no-tabs)
(#678) Unexpected tab character. (no-tabs)
(#679) Unexpected tab character. (no-tabs)
(#680) Unexpected tab character. (no-tabs)
(#681) Unexpected tab character. (no-tabs)
(#682) Unexpected tab character. (no-tabs)
(#683) Unexpected tab character. (no-tabs)
(#684) Unexpected tab character. (no-tabs)
(#684) Unexpected space before function parentheses. (space-before-function-paren)
(#685) Unexpected tab character. (no-tabs)
(#686) Unexpected tab character. (no-tabs)
(#688) Unexpected tab character. (no-tabs)
(#689) Unexpected tab character. (no-tabs)
(#690) Unexpected tab character. (no-tabs)
(#691) Unexpected tab character. (no-tabs)
(#692) Unexpected tab character. (no-tabs)
(#693) Unexpected tab character. (no-tabs)
(#694) Unexpected tab character. (no-tabs)
(#694) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Unexpected tab character. (no-tabs)
(#696) Unexpected tab character. (no-tabs)
(#698) Unexpected tab character. (no-tabs)
(#698) Missing JSDoc for parameter 'evt'. (valid-jsdoc)
(#699) Unexpected tab character. (no-tabs)
(#700) Unexpected tab character. (no-tabs)
(#701) Unexpected tab character. (no-tabs)
(#702) Unexpected tab character. (no-tabs)
(#703) Unexpected tab character. (no-tabs)
(#704) Unexpected tab character. (no-tabs)
(#704) Unexpected space before function parentheses. (space-before-function-paren)
(#705) Unexpected tab character. (no-tabs)
(#706) Unexpected tab character. (no-tabs)
(#707) Unexpected tab character. (no-tabs)
(#709) Unexpected tab character. (no-tabs)
(#710) Unexpected tab character. (no-tabs)
(#711) Unexpected tab character. (no-tabs)
(#712) Unexpected tab character. (no-tabs)
(#713) Unexpected tab character. (no-tabs)
(#714) Unexpected tab character. (no-tabs)
(#715) Unexpected tab character. (no-tabs)
(#716) Unexpected tab character. (no-tabs)
(#717) Unexpected tab character. (no-tabs)
(#718) Unexpected tab character. (no-tabs)
(#719) Unexpected tab character. (no-tabs)
(#720) Unexpected tab character. (no-tabs)
(#721) Unexpected tab character. (no-tabs)
(#722) Unexpected tab character. (no-tabs)
(#724) Unexpected tab character. (no-tabs)
(#725) Unexpected tab character. (no-tabs)
(#726) Unexpected tab character. (no-tabs)
(#727) Unexpected tab character. (no-tabs)
(#728) Unexpected tab character. (no-tabs)
(#729) Unexpected tab character. (no-tabs)
(#730) Unexpected tab character. (no-tabs)
(#731) Unexpected tab character. (no-tabs)
(#731) Unexpected space before function parentheses. (space-before-function-paren)
(#732) Unexpected tab character. (no-tabs)
(#733) Unexpected tab character. (no-tabs)
(#734) Unexpected tab character. (no-tabs)
(#736) Unexpected tab character. (no-tabs)
(#737) Unexpected tab character. (no-tabs)
(#738) Unexpected tab character. (no-tabs)
(#739) Unexpected tab character. (no-tabs)
(#741) Unexpected tab character. (no-tabs)
(#742) Unexpected tab character. (no-tabs)
(#743) Unexpected tab character. (no-tabs)
(#744) Unexpected tab character. (no-tabs)
(#745) Unexpected tab character. (no-tabs)
(#746) Unexpected tab character. (no-tabs)
(#748) Unexpected tab character. (no-tabs)
(#749) Unexpected tab character. (no-tabs)
(#749) Missing JSDoc for parameter 'config'. (valid-jsdoc)
(#750) Unexpected tab character. (no-tabs)
(#751) Unexpected tab character. (no-tabs)
(#752) Unexpected tab character. (no-tabs)
(#753) Unexpected tab character. (no-tabs)
(#754) Unexpected tab character. (no-tabs)
(#755) Unexpected tab character. (no-tabs)
(#756) Unexpected tab character. (no-tabs)
(#757) Unexpected tab character. (no-tabs)
(#758) Unexpected tab character. (no-tabs)
(#759) Unexpected tab character. (no-tabs)
(#760) Unexpected tab character. (no-tabs)
(#761) Unexpected tab character. (no-tabs)
(#762) Unexpected tab character. (no-tabs)
(#763) Unexpected tab character. (no-tabs)
(#765) Identifier 'mod_lightboxgallery' is not in camel case. (camelcase)
(#766) Missing space before value for key 'init'. (key-spacing)
(#767) Expected space or tab after '/*' in comment. (spaced-comment)
(#770) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#770) Missing space before opening brace. (space-before-blocks)
(#771) Unexpected tab character. (no-tabs)
(#774) Expected space or tab after '/*' in comment. (spaced-comment)
(#778) There should be no space before ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) Missing space before value for key 'requires'. (key-spacing)
(#778) A space is required after ','. (comma-spacing)

CSS problems

(643 errors, 2 warnings)

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

mod/lightboxgallery/assets/skins/sam/gallery-lightbox-skin.css
(#9) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#19) Unexpected single-line block (block-no-single-line)
(#39) Unexpected single-line block (block-no-single-line)
(#40) Unexpected single-line block (block-no-single-line)
(#48) Unexpected single-line block (block-no-single-line)
(#49) Unexpected single-line block (block-no-single-line)
(#50) Unexpected single-line block (block-no-single-line)
(#51) Unexpected single-line block (block-no-single-line)
(#62) Unexpected single-line block (block-no-single-line)
(#63) Unexpected single-line block (block-no-single-line)
(#64) Unexpected single-line block (block-no-single-line)
(#65) Unexpected single-line block (block-no-single-line)
(#45) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#48) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#49) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#62) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#63) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#65) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#62) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#68) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Unexpected data URI (function-url-data-uris)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
mod/lightboxgallery/assets/skins/sam/gallery-lightbox.css
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Unexpected data URI (function-url-data-uris)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#1) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/lightboxgallery/styles.css
(#1) Unexpected empty block (block-no-empty)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#54) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#54) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/lightboxgallery/yui/lightbox/assets/skins/sam/gallery-lightbox-skin.css
(#63) Expected newline after "}" (block-closing-brace-newline-after)
(#65) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#19) Unexpected single-line block (block-no-single-line)
(#39) Unexpected single-line block (block-no-single-line)
(#40) Unexpected single-line block (block-no-single-line)
(#48) Unexpected single-line block (block-no-single-line)
(#49) Unexpected single-line block (block-no-single-line)
(#50) Unexpected single-line block (block-no-single-line)
(#51) Unexpected single-line block (block-no-single-line)
(#62) Unexpected single-line block (block-no-single-line)
(#63) Unexpected single-line block (block-no-single-line)
(#64) Unexpected single-line block (block-no-single-line)
(#65) Unexpected single-line block (block-no-single-line)
(#45) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#48) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#49) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#62) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#63) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#65) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#62) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#68) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Unexpected data URI (function-url-data-uris)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#63) Unexpected whitespace at end of line (no-eol-whitespace)
(#65) Unexpected whitespace at end of line (no-eol-whitespace)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
mod/lightboxgallery/yui/lightbox/assets/skins/sam/gallery-lightbox.css
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Unexpected single-line block (block-no-single-line)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Unexpected data URI (function-url-data-uris)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#1) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(164 errors, 3 warnings)

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

mod/lightboxgallery/backup/moodle2/backup_lightboxgallery_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#26) No one-line description found in phpdocs for class backup_lightboxgallery_activity_task
(#47) Phpdocs for function backup_lightboxgallery_activity_task::encode_content_links has incomplete parameters list
(#26) Class backup_lightboxgallery_activity_task does not have @copyright tag
(#26) Class backup_lightboxgallery_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/lightboxgallery/backup/moodle2/backup_lightboxgallery_stepslib.php
(#33) Function backup_lightboxgallery_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class backup_lightboxgallery_activity_structure_step does not have @copyright tag
(#28) Class backup_lightboxgallery_activity_structure_step does not have @license tag
(#18) Package moodlecore is not valid
mod/lightboxgallery/backup/moodle2/restore_lightboxgallery_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_lightboxgallery_activity_task
(#28) Class restore_lightboxgallery_activity_task does not have @copyright tag
(#28) Class restore_lightboxgallery_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/lightboxgallery/backup/moodle2/restore_lightboxgallery_stepslib.php
(#33) Function restore_lightboxgallery_activity_structure_step::define_structure is not documented
(#53) Function restore_lightboxgallery_activity_structure_step::process_lightboxgallery is not documented
(#65) Function restore_lightboxgallery_activity_structure_step::process_lightboxgallery_comment is not documented
(#79) Function restore_lightboxgallery_activity_structure_step::process_lightboxgallery_image_meta is not documented
(#89) Function restore_lightboxgallery_activity_structure_step::after_execute is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class restore_lightboxgallery_activity_structure_step does not have @copyright tag
(#28) Class restore_lightboxgallery_activity_structure_step does not have @license tag
(#18) Package moodlecore is not valid
mod/lightboxgallery/classes/search/activity.php
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class activity does not have @copyright tag
mod/lightboxgallery/comment.php
(#17) File-level phpdocs block is not found
mod/lightboxgallery/comment_form.php
(#28) Class mod_lightboxgallery_comment_form is not documented
(#30) Function mod_lightboxgallery_comment_form::definition is not documented
mod/lightboxgallery/db/log.php
(#17) No one-line description found in phpdocs for file
mod/lightboxgallery/db/upgrade.php
(#42) Function xmldb_lightboxgallery_upgrade is not documented
mod/lightboxgallery/edit/base.class.php
(#26) Class edit_base is not documented
(#36) Function edit_base::__construct is not documented
(#47) Function edit_base::processing is not documented
(#51) Function edit_base::enclose_in_form is not documented
(#63) Function edit_base::output is not documented
(#67) Function edit_base::process_form is not documented
(#28) Variable edit_base::$imageobj is not documented
(#30) Variable edit_base::$gallery is not documented
(#31) Variable edit_base::$image is not documented
(#32) Variable edit_base::$tab is not documented
(#33) Variable edit_base::$showthumb is not documented
(#34) Variable edit_base::$context is not documented
(#21) Package mod_lighboxgallery is not valid
mod/lightboxgallery/edit/caption/caption.class.php
(#17) File-level phpdocs block is not found
(#17) Class edit_caption is not documented
(#19) Function edit_caption::__construct is not documented
(#23) Function edit_caption::output is not documented
(#29) Function edit_caption::process_form is not documented
(#17) Package is not specified for class edit_caption. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/crop/crop.class.php
(#17) File-level phpdocs block is not found
(#19) Class edit_crop is not documented
(#21) Function edit_crop::__construct is not documented
(#25) Function edit_crop::output is not documented
(#67) Function edit_crop::process_form is not documented
(#19) Package is not specified for class edit_crop. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/delete/delete.class.php
(#17) File-level phpdocs block is not found
(#17) Class edit_delete is not documented
(#19) Function edit_delete::__construct is not documented
(#23) Function edit_delete::output is not documented
(#31) Function edit_delete::process_form is not documented
(#17) Package is not specified for class edit_delete. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/flip/flip.class.php
(#17) File-level phpdocs block is not found
(#20) Class edit_flip is not documented
(#22) Function edit_flip::__construct is not documented
(#26) Function edit_flip::output is not documented
(#35) Function edit_flip::process_form is not documented
(#20) Package is not specified for class edit_flip. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/resize/resize.class.php
(#17) File-level phpdocs block is not found
(#17) Class edit_resize is not documented
(#23) Function edit_resize::__construct is not documented
(#30) Function edit_resize::output is not documented
(#56) Function edit_resize::process_form is not documented
(#19) Variable edit_resize::$strresize is not documented
(#20) Variable edit_resize::$strscale is not documented
(#21) Variable edit_resize::$resizeoptions is not documented
(#17) Package is not specified for class edit_resize. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/rotate/rotate.class.php
(#17) File-level phpdocs block is not found
(#17) Class edit_rotate is not documented
(#19) Function edit_rotate::__construct is not documented
(#23) Function edit_rotate::output is not documented
(#33) Function edit_rotate::process_form is not documented
(#17) Package is not specified for class edit_rotate. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/tag/import.php
(#17) File-level phpdocs block is not found
mod/lightboxgallery/edit/tag/tag.class.php
(#18) File-level phpdocs block is not found
(#18) Class edit_tag is not documented
(#20) Function edit_tag::__construct is not documented
(#24) Function edit_tag::output is not documented
(#78) Function edit_tag::process_form is not documented
(#18) Package is not specified for class edit_tag. It is also not specified in file-level phpdocs
mod/lightboxgallery/edit/thumbnail/thumbnail.class.php
(#17) File-level phpdocs block is not found
(#17) Class edit_thumbnail is not documented
(#19) Function edit_thumbnail::__construct is not documented
(#23) Function edit_thumbnail::output is not documented
(#51) Function edit_thumbnail::process_form is not documented
(#17) Package is not specified for class edit_thumbnail. It is also not specified in file-level phpdocs
mod/lightboxgallery/imageadd.php
(#20) Package mod_lightworkgallery is not valid
mod/lightboxgallery/imageadd_form.php
(#31) Class mod_lightboxgallery_imageadd_form is not documented
(#33) Function mod_lightboxgallery_imageadd_form::definition is not documented
(#67) Function mod_lightboxgallery_imageadd_form::validation is not documented
(#93) Function mod_lightboxgallery_imageadd_form::can_resize is not documented
mod/lightboxgallery/imageclass.php
(#34) Class lightboxgallery_image is not documented
(#44) Function lightboxgallery_image::__construct is not documented
(#73) Function lightboxgallery_image::add_tag is not documented
(#85) Function lightboxgallery_image::create_thumbnail is not documented
(#105) Function lightboxgallery_image::create_index is not documented
(#133) Function lightboxgallery_image::delete_file is not documented
(#148) Function lightboxgallery_image::delete_tag is not documented
(#154) Function lightboxgallery_image::delete_thumbnail is not documented
(#161) Function lightboxgallery_image::flip_image is not documented
(#181) Function lightboxgallery_image::get_editing_options is not documented
(#204) Function lightboxgallery_image::get_image_caption is not documented
(#216) Function lightboxgallery_image::get_image_display_html is not documented
(#256) Function lightboxgallery_image::get_image_flipped is not documented
(#279) Function lightboxgallery_image::get_image_resized is not documented
(#309) Function lightboxgallery_image::get_image_rotated is not documented
(#316) Function lightboxgallery_image::get_image_url is not documented
(#320) Function lightboxgallery_image::get_tags is not documented
(#333) Function lightboxgallery_image::get_thumbnail is not documented
(#344) Function lightboxgallery_image::get_thumbnail_url is not documented
(#348) Function lightboxgallery_image::output_by_mimetype is not documented
(#362) Function lightboxgallery_image::resize_image is not documented
(#387) Function lightboxgallery_image::rotate_image is not documented
(#408) Function lightboxgallery_image::set_caption is not documented
(#426) Function lightboxgallery_image::set_stored_file is not documented
(#36) Variable lightboxgallery_image::$cm is not documented
(#37) Variable lightboxgallery_image::$cmid is not documented
(#38) Variable lightboxgallery_image::$storedfile is not documented
(#39) Variable lightboxgallery_image::$imageurl is not documented
(#40) Variable lightboxgallery_image::$tags is not documented
(#41) Variable lightboxgallery_image::$thumburl is not documented
(#42) Variable lightboxgallery_image::$context is not documented
mod/lightboxgallery/index.php
(#21) Package mod_lightworkgallery is not valid
mod/lightboxgallery/lang/de/lightboxgallery.php
(#18) No one-line description found in phpdocs for file
mod/lightboxgallery/lib.php
(#37) Function lightboxgallery_supports is not documented
(#188) Function lightboxgallery_get_recent_mod_activity is not documented
(#245) Function lightboxgallery_print_recent_mod_activity is not documented
(#333) Function lightboxgallery_get_view_actions is not documented
(#337) Function lightboxgallery_get_post_actions is not documented
(#151) Phpdocs for function lightboxgallery_user_complete has incomplete parameters list
(#267) Phpdocs for function lightboxgallery_print_recent_activity has incomplete parameters list
(#321) Phpdocs for function lightboxgallery_get_participants has incomplete parameters list
mod/lightboxgallery/locallib.php
(#101) Function lightboxgallery_config_defaults is not documented
(#116) Function lightboxgallery_edit_types is not documented
(#135) Function lightboxgallery_print_tags is not documented
(#162) Function lightboxgallery_resize_options is not documented
(#166) Function lightboxgallery_index_thumbnail is not documented
(#209) Function lightboxgallery_content_file_info::get_parent is not documented
(#215) Function lightboxgallery_content_file_info::get_visible_name is not documented
(#46) Phpdocs for function lightboxgallery_add_images has incomplete parameters list
(#205) Class lightboxgallery_content_file_info does not have @copyright tag
(#205) Class lightboxgallery_content_file_info does not have @license tag
(#51) Not recommended phpdocs tag @access used
mod/lightboxgallery/mod_form.php
(#34) Class mod_lightboxgallery_mod_form is not documented
(#36) Function mod_lightboxgallery_mod_form::definition is not documented
(#120) Function mod_lightboxgallery_mod_form::data_preprocessing is not documented
(#128) Function mod_lightboxgallery_mod_form::get_perpage_options is not documented
(#137) Function mod_lightboxgallery_mod_form::get_autoresize_options is not documented
mod/lightboxgallery/rsslib.php
(#133) Function lightboxgallery_rss_feeds is not documented
(#192) Function lightboxgallery_rss_get_sql is not documented
(#205) Function lightboxgallery_rss_header is not documented
(#18) File-level phpdocs block does not have @copyright tag
(#30) Not recommended phpdocs tag @global used
(#30) Not recommended phpdocs tag @global used
mod/lightboxgallery/tests/lib_test.php
(#34) No one-line description found in phpdocs for class mod_lightboxgallery_lib_testcase
(#21) Category phpunit is not valid

Update savepoints problems

(5 errors, 0 warnings)

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

mod/lightboxgallery/db/upgrade.php
Detected more 'if' blocks (8) than 'savepoint' calls (4)
version 2007111400 is missing corresponding savepoint call
version 2007121700 is missing corresponding savepoint call
version 2008110600 is missing corresponding savepoint call
version 2009051200 is missing corresponding savepoint call

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]