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

(460 errors, 129 warnings)

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

blocks/jmail/backup/moodle2/backup_jmail_block_task.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/backup_jmail_stepslib.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Whitespace found at end of line
(#36) Whitespace found at end of line
(#38) Whitespace found at end of line
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Whitespace found at end of line
(#45) Whitespace found at end of line
(#48) Whitespace found at end of line
(#49) Whitespace found at end of line
(#56) Whitespace found at end of line
(#60) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Whitespace found at end of line
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Whitespace found at end of line
(#68) Whitespace found at end of line
(#70) Whitespace found at end of line
(#73) Whitespace found at end of line
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Whitespace found at end of line
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Whitespace found at end of line
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/restore_jmail_block_task.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Whitespace found at end of line
(#40) Whitespace found at end of line
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/restore_jmail_stepslib.php
(#29) Whitespace found at end of line
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Whitespace found at end of line
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#55) Whitespace found at end of line
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Whitespace found at end of line
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Whitespace found at end of line
(#66) Whitespace found at end of line
(#68) Whitespace found at end of line
(#89) Whitespace found at end of line
(#91) Whitespace found at end of line
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Whitespace found at end of line
(#105) Whitespace found at end of line
(#113) Whitespace found at end of line
(#116) Whitespace found at end of line
(#118) Whitespace found at end of line
(#136) Whitespace found at end of line
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Whitespace found at end of line
(#145) Commas (,) must be followed by white space.
(#145) Line exceeds 132 characters; contains 142 characters
(#147) Whitespace found at end of line
(#148) Line exceeds 132 characters; contains 162 characters
(#148) Whitespace found at end of line
(#155) Whitespace found at end of line
blocks/jmail/block_jmail.php
(#3) Whitespace found at end of line
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Commas (,) must be followed by white space.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#118) Closing brace indented incorrectly; expected 8 spaces, found 2
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/block_jmail_ajax.php
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Expected 1 space after "="; 6 found
(#96) Commas (,) must be followed by white space.
(#97) Expected 1 space after "="; 7 found
(#98) Expected 1 space after "="; 7 found
(#99) Expected 1 space after "="; 6 found
(#100) Expected 1 space after "="; 2 found
(#101) Expected 1 space after "="; 5 found
(#167) Commas (,) must be followed by white space.
blocks/jmail/block_jmail_mailbox.class.php
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Line exceeds 132 characters; contains 151 characters
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#81) Visibility must be declared on method "__construct"
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#118) Expected 1 space before "?"; 0 found
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line exceeds maximum limit of 180 characters; contains 223 characters
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#187) Line indented incorrectly; expected 16 spaces, found 28
(#189) Line indented incorrectly; expected 16 spaces, found 28
(#190) Line indented incorrectly; expected 16 spaces, found 28
(#193) Line indented incorrectly; expected 16 spaces, found 28
(#196) Line indented incorrectly; expected 16 spaces, found 28
(#198) Line indented incorrectly; expected 16 spaces, found 28
(#202) Line indented incorrectly; expected 12 spaces, found 28
(#202) Closing brace indented incorrectly; expected 12 spaces, found 28
(#204) Line indented incorrectly; expected 12 spaces, found 28
(#208) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#232) Commas (,) must be followed by white space.
(#276) Line indented incorrectly; expected 16 spaces, found 24
(#279) Line indented incorrectly; expected 16 spaces, found 24
(#324) Line indented incorrectly; expected 16 spaces, found 24
(#326) Line indented incorrectly; expected 16 spaces, found 24
(#327) Line exceeds 132 characters; contains 141 characters
(#328) Line indented incorrectly; expected 16 spaces, found 24
(#331) Line indented incorrectly; expected 16 spaces, found 24
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Expected 5 space(s) before asterisk; 4 found
(#506) Line exceeds 132 characters; contains 146 characters
(#528) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) Expected 1 space before "=>"; 0 found
(#584) Expected 1 space after "=>"; 0 found
(#584) Expected 1 space before "=>"; 0 found
(#584) Expected 1 space after "=>"; 0 found
(#585) Line exceeds 132 characters; contains 156 characters
(#589) Expected "} else {\n"; found "}\n else {\n"
(#771) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#795) Expected 1 space before "=>"; 0 found
(#795) Expected 1 space after "=>"; 0 found
(#795) Expected 1 space before "=>"; 0 found
(#795) Expected 1 space after "=>"; 0 found
(#795) Line exceeds 132 characters; contains 148 characters
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#831) Expected 1 space before "=>"; 0 found
(#831) Expected 1 space after "=>"; 0 found
(#831) Expected 1 space before "=>"; 0 found
(#831) Expected 1 space after "=>"; 0 found
(#831) Line exceeds 132 characters; contains 148 characters
(#832) Expected 1 space before "=>"; 0 found
(#832) Expected 1 space after "=>"; 0 found
(#832) Expected 1 space before "=>"; 0 found
(#832) Expected 1 space after "=>"; 0 found
(#856) Expected 1 space before "=>"; 0 found
(#856) Expected 1 space after "=>"; 0 found
(#925) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) Empty IF statement detected
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#930) This comment is 73% valid code; is this commented out code?
(#930) No space found before comment text; expected "// return $SESSION->jmailcache->contacts[$this->course->id][$hash];" but found "//return $SESSION->jmailcache->contacts[$this->course->id][$hash];"
(#939) Inline comments must end in full-stops, exclamation marks, or question marks
(#942) Inline comments must end in full-stops, exclamation marks, or question marks
(#943) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#946) Line exceeds 132 characters; contains 146 characters
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#965) Inline comments must start with a capital letter, digit or 3-dots sequence
(#965) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#1012) Expected 1 space before "=>"; 0 found
(#1012) Expected 1 space after "=>"; 0 found
(#1012) Expected 1 space before "=>"; 0 found
(#1012) Expected 1 space after "=>"; 0 found
(#1031) Inline comments must end in full-stops, exclamation marks, or question marks
(#1033) Commas (,) must be followed by white space.
(#1033) Commas (,) must be followed by white space.
(#1033) Commas (,) must be followed by white space.
(#1036) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1047) Inline comments must end in full-stops, exclamation marks, or question marks
(#1048) Expected 1 space before "=>"; 0 found
(#1048) Expected 1 space after "=>"; 0 found
(#1048) Expected 1 space before "=>"; 0 found
(#1048) Expected 1 space after "=>"; 0 found
(#1082) Line exceeds 132 characters; contains 133 characters
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1198) Commas (,) must be followed by white space.
(#1214) Line exceeds maximum limit of 180 characters; contains 231 characters
(#1227) Expected 1 space before "=>"; 0 found
(#1227) Expected 1 space after "=>"; 0 found
(#1227) Expected 1 space before "=>"; 0 found
(#1227) Expected 1 space after "=>"; 0 found
(#1227) Line exceeds 132 characters; contains 134 characters
(#1242) Expected 1 space before "=>"; 0 found
(#1242) Expected 1 space after "=>"; 0 found
(#1242) Expected 1 space before "=>"; 0 found
(#1242) Expected 1 space after "=>"; 0 found
(#1252) Functions must not contain multiple empty lines in a row; found 2 empty lines
blocks/jmail/block_jmail_message.class.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Visibility must be declared on method "__construct"
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#116) Commas (,) must be followed by white space.
(#127) Expected 1 space before "?"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Commas (,) must be followed by white space.
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#198) Line exceeds 132 characters; contains 146 characters
(#199) Line exceeds 132 characters; contains 170 characters
(#203) Line exceeds 132 characters; contains 140 characters
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#268) Expected 1 space before "=>"; 0 found
(#268) Expected 1 space after "=>"; 0 found
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Expected 1 space before "=>"; 0 found
(#295) Expected 1 space after "=>"; 0 found
(#295) Line exceeds 132 characters; contains 164 characters
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#299) Expected 1 space before ">"; 0 found
(#299) Expected 1 space after ">"; 0 found
(#302) Expected 1 space before "=>"; 0 found
(#302) Expected 1 space after "=>"; 0 found
(#327) Line exceeds 132 characters; contains 155 characters
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) This comment is 62% valid code; is this commented out code?
(#327) No space found before comment text; expected "// $post->message = file_save_draft_area_files($post->itemid, $context->id, 'mod_forum', 'post', $post->id, array('subdirs'=>true), $post->message);" but found "//$post->message = file_save_draft_area_files($post->itemid, $context->id, 'mod_forum', 'post', $post->id, array('subdirs'=>true), $post->message);"
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Expected 1 space before "=>"; 0 found
(#355) Expected 1 space after "=>"; 0 found
(#355) Expected 1 space before "=>"; 0 found
(#355) Expected 1 space after "=>"; 0 found
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Line exceeds 132 characters; contains 165 characters
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#365) Expected 1 space before ">"; 0 found
(#365) Expected 1 space after ">"; 0 found
(#368) Expected 1 space before "=>"; 0 found
(#368) Expected 1 space after "=>"; 0 found
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Expected 9 space(s) before asterisk; 5 found
(#543) Expected 9 space(s) before asterisk; 5 found
(#544) Expected 9 space(s) before asterisk; 5 found
(#545) Expected 9 space(s) before asterisk; 5 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#552) Expected 1 space before "=>"; 0 found
(#552) Expected 1 space after "=>"; 0 found
blocks/jmail/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Whitespace found at end of line
(#70) Whitespace found at end of line
(#85) Whitespace found at end of line
(#96) Whitespace found at end of line
(#108) Whitespace found at end of line
blocks/jmail/db/upgrade.php
(#46) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/jmail/edit_form.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Whitespace found at end of line
(#34) Whitespace found at end of line
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#41) Whitespace found at end of line
blocks/jmail/lang/en/block_jmail.php
(#62) Expected 1 space before "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#105) Expected 1 space before "="; 0 found
blocks/jmail/lang/es/block_jmail.php
(#59) Expected 1 space before "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#93) Expected 1 space before "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#99) Expected 1 space before "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#101) Expected 1 space before "="; 0 found
blocks/jmail/lib.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Empty IF statement detected
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) This comment is 75% valid code; is this commented out code?
(#43) No space found before comment text; expected "// send_file_not_found();" but found "//send_file_not_found();"
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Expected 1 space before "*"; 0 found
(#79) Expected 1 space after "*"; 0 found
blocks/jmail/locallib.php
(#35) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/jmail/mailbox.php
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "?"; 0 found
(#67) Line exceeds maximum limit of 180 characters; contains 257 characters
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Line exceeds 132 characters; contains 159 characters
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Line exceeds 132 characters; contains 163 characters
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Line exceeds 132 characters; contains 160 characters
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Line exceeds 132 characters; contains 159 characters
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Line exceeds 132 characters; contains 161 characters
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Line exceeds 132 characters; contains 163 characters
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Line exceeds 132 characters; contains 157 characters
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 154 characters
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Line exceeds maximum limit of 180 characters; contains 205 characters
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Line exceeds 132 characters; contains 160 characters
(#78) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Line exceeds 132 characters; contains 160 characters
(#80) Commas (,) must be followed by white space.
(#127) Expected 1 space before "?"; 0 found
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) This comment is 78% valid code; is this commented out code?
(#135) No space found before comment text; expected "// $PAGE->requires->js('/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce.js');" but found "//$PAGE->requires->js('/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce.js');"
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// MDL-34741 switch to YUI2 to 2in3 (2.4 and above)" but found "//MDL-34741 switch to YUI2 to 2in3 (2.4 and above)"
(#139) Line exceeds maximum limit of 180 characters; contains 235 characters
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// MDL-34741 switch to YUI2 to 2in3 (2.4 and above)" but found "//MDL-34741 switch to YUI2 to 2in3 (2.4 and above)"
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) This comment is 63% valid code; is this commented out code?
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/jmail/message.php
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Line exceeds 132 characters; contains 159 characters
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) This comment is 75% valid code; is this commented out code?
(#98) No space found before comment text; expected "// echo $OUTPUT->standard_head_html();" but found "//echo $OUTPUT->standard_head_html();"
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/message_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Visibility must be declared on method "definition"
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Whitespace found at end of line
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Whitespace found at end of line
(#58) Variable "submit_string" must not contain underscores.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 80% valid code; is this commented out code?
(#59) No space found before comment text; expected "// $this->add_action_buttons(false, $submit_string);" but found "//$this->add_action_buttons(false, $submit_string);"
(#62) Visibility must be declared on method "validation"
(#71) Whitespace found at end of line
(#72) Expected 1 space after closing parenthesis; found 0
blocks/jmail/print.php
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
blocks/jmail/renderer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Visibility must be declared on method "plugin_icon"
(#46) Visibility must be declared on method "global_inbox"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#58) Visibility must be declared on method "course_inbox"
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#69) Visibility must be declared on method "unread_messages"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#72) Line exceeds 132 characters; contains 156 characters
(#80) Visibility must be declared on method "message_print"
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#114) Visibility must be declared on method "load_ui"
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Commas (,) must be followed by white space.
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "?"; 0 found
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Line exceeds 132 characters; contains 139 characters
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Line exceeds 132 characters; contains 156 characters
(#247) Line exceeds 132 characters; contains 167 characters
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line exceeds 132 characters; contains 143 characters
(#271) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Line exceeds maximum limit of 180 characters; contains 406 characters
(#284) Expected "} else {\n"; found "}\n else {\n"
(#286) Line exceeds maximum limit of 180 characters; contains 390 characters
blocks/jmail/settings.php
(#30) Line exceeds 132 characters; contains 133 characters

Javascript coding style problems

(124 errors, 740 warnings)

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

blocks/jmail/module.js
(#8) Identifier 'block_jmail' is not in camel case. (camelcase)
(#16) Missing semicolon. (semi)
(#28) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#28) 'YAHOO' used outside of binding context. (block-scoped-var)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#34) 'YUI' is not defined. (no-undef)
(#35) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#35) 'YAHOO' used outside of binding context. (block-scoped-var)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#41) Function 'anonymous' has a complexity of 21. (complexity)
(#52) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#68) Missing semicolon. (semi)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) Infix operators must be spaced. (space-infix-ops)
(#71) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#71) 'YAHOO' used outside of binding context. (block-scoped-var)
(#78) Missing space before value for key 'zindex'. (key-spacing)
(#81) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#82) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#84) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#86) 'YAHOO' used outside of binding context. (block-scoped-var)
(#89) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#90) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#90) A space is required after ','. (comma-spacing)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#94) 'event' is defined but never used (no-unused-vars)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Missing space before opening brace. (space-before-blocks)
(#112) Missing space before opening brace. (space-before-blocks)
(#115) A space is required after ','. (comma-spacing)
(#125) 'Dom' is defined but never used (no-unused-vars)
(#125) 'YAHOO' used outside of binding context. (block-scoped-var)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) 'Event' is defined but never used (no-unused-vars)
(#125) 'YAHOO' used outside of binding context. (block-scoped-var)
(#128) Infix operators must be spaced. (space-infix-ops)
(#131) 'layoutUnits' used outside of binding context. (block-scoped-var)
(#132) Line 132 exceeds the maximum line length of 132. (max-len)
(#132) There should be no space after '{' (object-curly-spacing)
(#133) There should be no space after '{' (object-curly-spacing)
(#133) There should be no space before '}' (object-curly-spacing)
(#134) There should be no space after '{' (object-curly-spacing)
(#134) There should be no space before '}' (object-curly-spacing)
(#137) 'layoutUnits' used outside of binding context. (block-scoped-var)
(#137) 'layoutUnits' is already defined (no-redeclare)
(#138) There should be no space after '{' (object-curly-spacing)
(#138) There should be no space before '}' (object-curly-spacing)
(#139) There should be no space after '{' (object-curly-spacing)
(#139) There should be no space before '}' (object-curly-spacing)
(#144) 'YAHOO' used outside of binding context. (block-scoped-var)
(#145) 'layoutUnits' used outside of binding context. (block-scoped-var)
(#145) 'layoutUnits' used outside of binding context. (block-scoped-var)
(#152) Line 152 exceeds the maximum line length of 132. (max-len)
(#165) 'YAHOO' used outside of binding context. (block-scoped-var)
(#168) There should be no space after '{' (object-curly-spacing)
(#168) There should be no space before '}' (object-curly-spacing)
(#169) There should be no space after '{' (object-curly-spacing)
(#183) 'YAHOO' used outside of binding context. (block-scoped-var)
(#186) There should be no space after '{' (object-curly-spacing)
(#186) There should be no space before '}' (object-curly-spacing)
(#187) There should be no space after '{' (object-curly-spacing)
(#196) Expected space or tab after '//' in comment. (spaced-comment)
(#205) 'e' is defined but never used (no-unused-vars)
(#215) 'icon' used outside of binding context. (block-scoped-var)
(#215) 'icon' used outside of binding context. (block-scoped-var)
(#215) 'icon' used outside of binding context. (block-scoped-var)
(#215) 'icon' used outside of binding context. (block-scoped-var)
(#216) 'icon' used outside of binding context. (block-scoped-var)
(#216) 'icon' used outside of binding context. (block-scoped-var)
(#216) 'icon' used outside of binding context. (block-scoped-var)
(#216) 'icon' used outside of binding context. (block-scoped-var)
(#217) 'YAHOO' used outside of binding context. (block-scoped-var)
(#218) 'icon' used outside of binding context. (block-scoped-var)
(#218) 'icon' used outside of binding context. (block-scoped-var)
(#218) 'icon' used outside of binding context. (block-scoped-var)
(#218) 'icon' used outside of binding context. (block-scoped-var)
(#219) 'e' is defined but never used (no-unused-vars)
(#219) Missing space before opening brace. (space-before-blocks)
(#224) 'icon' used outside of binding context. (block-scoped-var)
(#224) 'icon' used outside of binding context. (block-scoped-var)
(#224) 'icon' used outside of binding context. (block-scoped-var)
(#224) 'icon' used outside of binding context. (block-scoped-var)
(#224) 'icon' used outside of binding context. (block-scoped-var)
(#224) 'icon' is already defined (no-redeclare)
(#225) 'icon' used outside of binding context. (block-scoped-var)
(#225) 'icon' used outside of binding context. (block-scoped-var)
(#225) 'icon' used outside of binding context. (block-scoped-var)
(#225) 'icon' used outside of binding context. (block-scoped-var)
(#225) 'icon' used outside of binding context. (block-scoped-var)
(#226) 'YAHOO' used outside of binding context. (block-scoped-var)
(#227) 'icon' used outside of binding context. (block-scoped-var)
(#227) 'icon' used outside of binding context. (block-scoped-var)
(#227) 'icon' used outside of binding context. (block-scoped-var)
(#227) 'icon' used outside of binding context. (block-scoped-var)
(#227) 'icon' used outside of binding context. (block-scoped-var)
(#228) 'e' is defined but never used (no-unused-vars)
(#228) Missing space before opening brace. (space-before-blocks)
(#234) 'icon' used outside of binding context. (block-scoped-var)
(#234) 'icon' used outside of binding context. (block-scoped-var)
(#234) 'icon' used outside of binding context. (block-scoped-var)
(#234) 'icon' used outside of binding context. (block-scoped-var)
(#234) 'icon' is already defined (no-redeclare)
(#234) 'icon' used outside of binding context. (block-scoped-var)
(#235) 'icon' used outside of binding context. (block-scoped-var)
(#235) 'icon' used outside of binding context. (block-scoped-var)
(#235) 'icon' used outside of binding context. (block-scoped-var)
(#235) 'icon' used outside of binding context. (block-scoped-var)
(#235) 'icon' used outside of binding context. (block-scoped-var)
(#236) 'YAHOO' used outside of binding context. (block-scoped-var)
(#237) 'icon' used outside of binding context. (block-scoped-var)
(#237) 'icon' used outside of binding context. (block-scoped-var)
(#237) 'icon' used outside of binding context. (block-scoped-var)
(#237) 'icon' used outside of binding context. (block-scoped-var)
(#237) 'icon' used outside of binding context. (block-scoped-var)
(#240) 'icon' used outside of binding context. (block-scoped-var)
(#240) 'icon' used outside of binding context. (block-scoped-var)
(#240) 'icon' used outside of binding context. (block-scoped-var)
(#240) 'icon' is already defined (no-redeclare)
(#240) 'icon' used outside of binding context. (block-scoped-var)
(#240) 'icon' used outside of binding context. (block-scoped-var)
(#241) 'icon' used outside of binding context. (block-scoped-var)
(#241) 'icon' used outside of binding context. (block-scoped-var)
(#241) 'icon' used outside of binding context. (block-scoped-var)
(#241) 'icon' used outside of binding context. (block-scoped-var)
(#241) 'icon' used outside of binding context. (block-scoped-var)
(#242) 'YAHOO' used outside of binding context. (block-scoped-var)
(#243) 'icon' used outside of binding context. (block-scoped-var)
(#243) 'icon' used outside of binding context. (block-scoped-var)
(#243) 'icon' used outside of binding context. (block-scoped-var)
(#243) 'icon' used outside of binding context. (block-scoped-var)
(#243) 'icon' used outside of binding context. (block-scoped-var)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#247) 'icon' used outside of binding context. (block-scoped-var)
(#247) 'icon' used outside of binding context. (block-scoped-var)
(#247) 'icon' is already defined (no-redeclare)
(#247) 'icon' used outside of binding context. (block-scoped-var)
(#247) 'icon' used outside of binding context. (block-scoped-var)
(#248) 'icon' used outside of binding context. (block-scoped-var)
(#248) 'icon' used outside of binding context. (block-scoped-var)
(#248) 'icon' used outside of binding context. (block-scoped-var)
(#248) 'icon' used outside of binding context. (block-scoped-var)
(#249) 'YAHOO' used outside of binding context. (block-scoped-var)
(#250) 'icon' used outside of binding context. (block-scoped-var)
(#250) 'icon' used outside of binding context. (block-scoped-var)
(#250) 'icon' used outside of binding context. (block-scoped-var)
(#250) 'icon' used outside of binding context. (block-scoped-var)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) 'icon' used outside of binding context. (block-scoped-var)
(#255) 'icon' is already defined (no-redeclare)
(#255) 'icon' used outside of binding context. (block-scoped-var)
(#256) 'icon' used outside of binding context. (block-scoped-var)
(#256) 'icon' used outside of binding context. (block-scoped-var)
(#257) 'YAHOO' used outside of binding context. (block-scoped-var)
(#258) 'icon' used outside of binding context. (block-scoped-var)
(#258) 'icon' used outside of binding context. (block-scoped-var)
(#261) 'icon' used outside of binding context. (block-scoped-var)
(#261) 'icon' is already defined (no-redeclare)
(#261) 'icon' used outside of binding context. (block-scoped-var)
(#262) 'icon' used outside of binding context. (block-scoped-var)
(#262) 'icon' used outside of binding context. (block-scoped-var)
(#263) 'YAHOO' used outside of binding context. (block-scoped-var)
(#264) 'icon' used outside of binding context. (block-scoped-var)
(#264) 'icon' used outside of binding context. (block-scoped-var)
(#267) 'icon' is already defined (no-redeclare)
(#267) 'icon' used outside of binding context. (block-scoped-var)
(#267) 'icon' used outside of binding context. (block-scoped-var)
(#268) 'icon' used outside of binding context. (block-scoped-var)
(#268) 'icon' used outside of binding context. (block-scoped-var)
(#269) 'YAHOO' used outside of binding context. (block-scoped-var)
(#270) 'icon' used outside of binding context. (block-scoped-var)
(#270) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' used outside of binding context. (block-scoped-var)
(#274) 'icon' is already defined (no-redeclare)
(#275) 'icon' used outside of binding context. (block-scoped-var)
(#275) 'icon' used outside of binding context. (block-scoped-var)
(#275) 'icon' used outside of binding context. (block-scoped-var)
(#275) 'icon' used outside of binding context. (block-scoped-var)
(#275) 'icon' used outside of binding context. (block-scoped-var)
(#276) 'YAHOO' used outside of binding context. (block-scoped-var)
(#277) 'icon' used outside of binding context. (block-scoped-var)
(#277) 'icon' used outside of binding context. (block-scoped-var)
(#277) 'icon' used outside of binding context. (block-scoped-var)
(#277) 'icon' used outside of binding context. (block-scoped-var)
(#277) 'icon' used outside of binding context. (block-scoped-var)
(#281) 'icon' used outside of binding context. (block-scoped-var)
(#281) 'icon' is already defined (no-redeclare)
(#281) 'icon' used outside of binding context. (block-scoped-var)
(#281) 'icon' used outside of binding context. (block-scoped-var)
(#281) 'icon' used outside of binding context. (block-scoped-var)
(#281) 'icon' used outside of binding context. (block-scoped-var)
(#282) 'icon' used outside of binding context. (block-scoped-var)
(#282) 'icon' used outside of binding context. (block-scoped-var)
(#282) 'icon' used outside of binding context. (block-scoped-var)
(#282) 'icon' used outside of binding context. (block-scoped-var)
(#282) 'icon' used outside of binding context. (block-scoped-var)
(#283) 'YAHOO' used outside of binding context. (block-scoped-var)
(#284) 'icon' used outside of binding context. (block-scoped-var)
(#284) 'icon' used outside of binding context. (block-scoped-var)
(#284) 'icon' used outside of binding context. (block-scoped-var)
(#284) 'icon' used outside of binding context. (block-scoped-var)
(#284) 'icon' used outside of binding context. (block-scoped-var)
(#288) 'icon' used outside of binding context. (block-scoped-var)
(#288) 'icon' used outside of binding context. (block-scoped-var)
(#288) 'icon' is already defined (no-redeclare)
(#288) 'icon' used outside of binding context. (block-scoped-var)
(#288) 'icon' used outside of binding context. (block-scoped-var)
(#288) 'icon' used outside of binding context. (block-scoped-var)
(#289) 'icon' used outside of binding context. (block-scoped-var)
(#289) 'icon' used outside of binding context. (block-scoped-var)
(#289) 'icon' used outside of binding context. (block-scoped-var)
(#289) 'icon' used outside of binding context. (block-scoped-var)
(#289) 'icon' used outside of binding context. (block-scoped-var)
(#290) 'YAHOO' used outside of binding context. (block-scoped-var)
(#291) 'icon' used outside of binding context. (block-scoped-var)
(#291) 'icon' used outside of binding context. (block-scoped-var)
(#291) 'icon' used outside of binding context. (block-scoped-var)
(#291) 'icon' used outside of binding context. (block-scoped-var)
(#291) 'icon' used outside of binding context. (block-scoped-var)
(#298) 'YAHOO' used outside of binding context. (block-scoped-var)
(#299) Identifier 'p_sType' is not in camel case. (camelcase)
(#299) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#300) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#310) 'YAHOO' used outside of binding context. (block-scoped-var)
(#312) Identifier 'p_sType' is not in camel case. (camelcase)
(#312) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#313) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#323) 'YAHOO' used outside of binding context. (block-scoped-var)
(#324) Identifier 'p_sType' is not in camel case. (camelcase)
(#324) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#325) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#327) Infix operators must be spaced. (space-infix-ops)
(#327) Infix operators must be spaced. (space-infix-ops)
(#340) Infix operators must be spaced. (space-infix-ops)
(#340) Infix operators must be spaced. (space-infix-ops)
(#340) Infix operators must be spaced. (space-infix-ops)
(#346) Missing space before opening brace. (space-before-blocks)
(#348) Infix operators must be spaced. (space-infix-ops)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Infix operators must be spaced. (space-infix-ops)
(#352) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#363) Missing semicolon. (semi)
(#365) Expected space or tab after '//' in comment. (spaced-comment)
(#367) 'myColumnDefs' used outside of binding context. (block-scoped-var)
(#368) Missing space before value for key 'key'. (key-spacing)
(#368) Extra space after key 'label'. (key-spacing)
(#368) Missing space before value for key 'sortable'. (key-spacing)
(#369) Line 369 exceeds the maximum line length of 132. (max-len)
(#369) Missing space before value for key 'key'. (key-spacing)
(#369) Extra space after key 'label'. (key-spacing)
(#370) Line 370 exceeds the maximum line length of 132. (max-len)
(#370) Missing space before value for key 'key'. (key-spacing)
(#370) Extra space after key 'label'. (key-spacing)
(#370) Missing space before value for key 'sortable'. (key-spacing)
(#370) There should be no space before '}' (object-curly-spacing)
(#371) Missing space before value for key 'key'. (key-spacing)
(#371) Extra space after key 'label'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'sortable'. (key-spacing)
(#371) There should be no space before '}' (object-curly-spacing)
(#374) 'myColumnDefs' is already defined (no-redeclare)
(#374) 'myColumnDefs' used outside of binding context. (block-scoped-var)
(#375) Missing space before value for key 'key'. (key-spacing)
(#375) Extra space after key 'label'. (key-spacing)
(#375) Missing space before value for key 'sortable'. (key-spacing)
(#376) Line 376 exceeds the maximum line length of 132. (max-len)
(#376) Missing space before value for key 'key'. (key-spacing)
(#376) Extra space after key 'label'. (key-spacing)
(#376) Missing space before value for key 'sortable'. (key-spacing)
(#376) There should be no space before '}' (object-curly-spacing)
(#377) Missing space before value for key 'key'. (key-spacing)
(#377) Extra space after key 'label'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'sortable'. (key-spacing)
(#377) There should be no space before '}' (object-curly-spacing)
(#383) 'YAHOO' used outside of binding context. (block-scoped-var)
(#384) 'YAHOO' used outside of binding context. (block-scoped-var)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#396) 'oSelf' is defined but never used (no-unused-vars)
(#398) There should be no space after '{' (object-curly-spacing)
(#398) There should be no space before '}' (object-curly-spacing)
(#400) Line 400 exceeds the maximum line length of 132. (max-len)
(#400) 'YAHOO' used outside of binding context. (block-scoped-var)
(#402) 'results' is defined but never used (no-unused-vars)
(#405) Multiple spaces found before '"&sort="'. (no-multi-spaces)
(#419) 'YAHOO' used outside of binding context. (block-scoped-var)
(#419) There should be no space after '{' (object-curly-spacing)
(#424) 'YAHOO' used outside of binding context. (block-scoped-var)
(#424) 'myColumnDefs' used outside of binding context. (block-scoped-var)
(#424) 'myColumnDefs' used outside of binding context. (block-scoped-var)
(#443) Expected space or tab after '//' in comment. (spaced-comment)
(#453) Missing space before opening brace. (space-before-blocks)
(#468) 'target' is defined but never used (no-unused-vars)
(#468) Missing space before opening brace. (space-before-blocks)
(#475) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#478) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#481) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#484) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#492) Line 492 exceeds the maximum line length of 132. (max-len)
(#498) Missing space before opening brace. (space-before-blocks)
(#506) Missing space before opening brace. (space-before-blocks)
(#514) Missing space before opening brace. (space-before-blocks)
(#522) Missing space before opening brace. (space-before-blocks)
(#535) Missing space before opening brace. (space-before-blocks)
(#546) 'YAHOO' used outside of binding context. (block-scoped-var)
(#547) There should be no space after '{' (object-curly-spacing)
(#547) Infix operators must be spaced. (space-infix-ops)
(#547) There should be no space after '{' (object-curly-spacing)
(#547) There should be no space before '}' (object-curly-spacing)
(#547) There should be no space before '}' (object-curly-spacing)
(#554) Missing space before opening brace. (space-before-blocks)
(#569) Extra space after key 'srcNode'. (key-spacing)
(#571) Extra space after key 'width'. (key-spacing)
(#572) Extra space after key 'zIndex'. (key-spacing)
(#573) Extra space after key 'centered'. (key-spacing)
(#574) Extra space after key 'modal'. (key-spacing)
(#575) Extra space after key 'visible'. (key-spacing)
(#576) Extra space after key 'render'. (key-spacing)
(#577) Extra space after key 'plugins'. (key-spacing)
(#580) Extra space after key 'value'. (key-spacing)
(#582) Extra space after key 'action'. (key-spacing)
(#582) Unexpected space before function parentheses. (space-before-function-paren)
(#586) Infix operators must be spaced. (space-infix-ops)
(#589) Line 589 exceeds the maximum line length of 132. (max-len)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#596) Extra space after key 'value'. (key-spacing)
(#598) Extra space after key 'action'. (key-spacing)
(#598) Unexpected space before function parentheses. (space-before-function-paren)
(#606) Missing space before opening brace. (space-before-blocks)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#628) 'e' is defined but never used (no-unused-vars)
(#628) Missing space before opening brace. (space-before-blocks)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing semicolon. (semi)
(#641) 'cfg' is already defined (no-redeclare)
(#645) Infix operators must be spaced. (space-infix-ops)
(#645) Infix operators must be spaced. (space-infix-ops)
(#645) Infix operators must be spaced. (space-infix-ops)
(#645) Infix operators must be spaced. (space-infix-ops)
(#662) A space is required after ','. (comma-spacing)
(#668) 'YAHOO' used outside of binding context. (block-scoped-var)
(#669) 'e' is defined but never used (no-unused-vars)
(#669) Missing space before opening brace. (space-before-blocks)
(#673) 'YAHOO' used outside of binding context. (block-scoped-var)
(#674) 'e' is defined but never used (no-unused-vars)
(#674) Missing space before opening brace. (space-before-blocks)
(#691) 'cfg' is defined but never used (no-unused-vars)
(#696) Infix operators must be spaced. (space-infix-ops)
(#698) Expected space(s) after "if". (keyword-spacing)
(#700) Line 700 exceeds the maximum line length of 132. (max-len)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Missing space before opening brace. (space-before-blocks)
(#702) Infix operators must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#708) Infix operators must be spaced. (space-infix-ops)
(#708) Missing semicolon. (semi)
(#712) Infix operators must be spaced. (space-infix-ops)
(#712) Infix operators must be spaced. (space-infix-ops)
(#715) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#715) Statement inside of curly braces should be on next line. (brace-style)
(#715) Infix operators must be spaced. (space-infix-ops)
(#715) Infix operators must be spaced. (space-infix-ops)
(#716) Missing semicolon. (semi)
(#718) Identifier 'p_sType' is not in camel case. (camelcase)
(#718) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#718) Identifier 'p_oValue' is not in camel case. (camelcase)
(#718) 'p_oValue' is defined but never used (no-unused-vars)
(#721) Line 721 exceeds the maximum line length of 132. (max-len)
(#721) Infix operators must be spaced. (space-infix-ops)
(#721) Infix operators must be spaced. (space-infix-ops)
(#721) Infix operators must be spaced. (space-infix-ops)
(#721) Infix operators must be spaced. (space-infix-ops)
(#721) Infix operators must be spaced. (space-infix-ops)
(#722) 'cfg' is already defined (no-redeclare)
(#724) 'args' is defined but never used (no-unused-vars)
(#730) Missing semicolon. (semi)
(#754) Extra space after key 'success'. (key-spacing)
(#755) Extra space after key 'failure'. (key-spacing)
(#756) Extra space after key 'scope'. (key-spacing)
(#759) Missing semicolon. (semi)
(#770) Infix operators must be spaced. (space-infix-ops)
(#771) Infix operators must be spaced. (space-infix-ops)
(#772) Infix operators must be spaced. (space-infix-ops)
(#773) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#781) Infix operators must be spaced. (space-infix-ops)
(#781) Infix operators must be spaced. (space-infix-ops)
(#781) Infix operators must be spaced. (space-infix-ops)
(#781) Infix operators must be spaced. (space-infix-ops)
(#782) 'cfg' is already defined (no-redeclare)
(#784) 'args' is defined but never used (no-unused-vars)
(#787) 'contacts' is not defined. (no-undef)
(#791) Expected space(s) after "for". (keyword-spacing)
(#791) 'contacts' is not defined. (no-undef)
(#792) Infix operators must be spaced. (space-infix-ops)
(#793) 'contacts' is not defined. (no-undef)
(#794) Infix operators must be spaced. (space-infix-ops)
(#794) 'contacts' is not defined. (no-undef)
(#794) Infix operators must be spaced. (space-infix-ops)
(#794) Infix operators must be spaced. (space-infix-ops)
(#794) Infix operators must be spaced. (space-infix-ops)
(#795) Infix operators must be spaced. (space-infix-ops)
(#795) Infix operators must be spaced. (space-infix-ops)
(#796) Infix operators must be spaced. (space-infix-ops)
(#796) 'contacts' is not defined. (no-undef)
(#796) Infix operators must be spaced. (space-infix-ops)
(#796) Infix operators must be spaced. (space-infix-ops)
(#797) Missing whitespace after semicolon. (semi-spacing)
(#797) Unnecessary semicolon. (no-extra-semi)
(#801) A space is required after ','. (comma-spacing)
(#804) Missing space before opening brace. (space-before-blocks)
(#808) Line 808 exceeds the maximum line length of 132. (max-len)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#814) Missing semicolon. (semi)
(#820) Infix operators must be spaced. (space-infix-ops)
(#820) Infix operators must be spaced. (space-infix-ops)
(#820) Infix operators must be spaced. (space-infix-ops)
(#820) Infix operators must be spaced. (space-infix-ops)
(#820) Infix operators must be spaced. (space-infix-ops)
(#821) 'cfg' is already defined (no-redeclare)
(#823) 'args' is defined but never used (no-unused-vars)
(#832) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#833) Line 833 exceeds the maximum line length of 132. (max-len)
(#833) Infix operators must be spaced. (space-infix-ops)
(#833) Infix operators must be spaced. (space-infix-ops)
(#833) Infix operators must be spaced. (space-infix-ops)
(#833) Infix operators must be spaced. (space-infix-ops)
(#833) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#834) Line 834 exceeds the maximum line length of 132. (max-len)
(#834) Infix operators must be spaced. (space-infix-ops)
(#834) Infix operators must be spaced. (space-infix-ops)
(#834) Infix operators must be spaced. (space-infix-ops)
(#834) Infix operators must be spaced. (space-infix-ops)
(#837) Extra space after key 'to'. (key-spacing)
(#839) ["to"] is better written in dot notation. (dot-notation)
(#840) 'el' used outside of binding context. (block-scoped-var)
(#840) 'el' used outside of binding context. (block-scoped-var)
(#841) 'el' used outside of binding context. (block-scoped-var)
(#841) 'el' used outside of binding context. (block-scoped-var)
(#842) Infix operators must be spaced. (space-infix-ops)
(#842) 'el' used outside of binding context. (block-scoped-var)
(#842) 'el' used outside of binding context. (block-scoped-var)
(#842) Infix operators must be spaced. (space-infix-ops)
(#844) Line 844 exceeds the maximum line length of 132. (max-len)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#844) Infix operators must be spaced. (space-infix-ops)
(#852) Infix operators must be spaced. (space-infix-ops)
(#852) Infix operators must be spaced. (space-infix-ops)
(#853) 'el' is already defined (no-redeclare)
(#853) 'el' used outside of binding context. (block-scoped-var)
(#853) 'el' used outside of binding context. (block-scoped-var)
(#854) 'el' used outside of binding context. (block-scoped-var)
(#854) 'el' used outside of binding context. (block-scoped-var)
(#856) Line 856 exceeds the maximum line length of 132. (max-len)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) Infix operators must be spaced. (space-infix-ops)
(#859) Infix operators must be spaced. (space-infix-ops)
(#859) Infix operators must be spaced. (space-infix-ops)
(#865) Infix operators must be spaced. (space-infix-ops)
(#866) Infix operators must be spaced. (space-infix-ops)
(#866) Infix operators must be spaced. (space-infix-ops)
(#871) Infix operators must be spaced. (space-infix-ops)
(#871) Infix operators must be spaced. (space-infix-ops)
(#872) 'el' is already defined (no-redeclare)
(#872) 'el' used outside of binding context. (block-scoped-var)
(#872) 'el' used outside of binding context. (block-scoped-var)
(#873) 'el' used outside of binding context. (block-scoped-var)
(#873) 'el' used outside of binding context. (block-scoped-var)
(#874) Line 874 exceeds the maximum line length of 132. (max-len)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#874) Infix operators must be spaced. (space-infix-ops)
(#876) Line 876 exceeds the maximum line length of 132. (max-len)
(#876) Infix operators must be spaced. (space-infix-ops)
(#876) Infix operators must be spaced. (space-infix-ops)
(#876) Infix operators must be spaced. (space-infix-ops)
(#883) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#883) Multiple spaces found before ''</div> \ <div id="mail_contents"> \ <div class="attachmentstop">''. (no-multi-spaces)
(#885) Infix operators must be spaced. (space-infix-ops)
(#885) Infix operators must be spaced. (space-infix-ops)
(#885) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#886) Infix operators must be spaced. (space-infix-ops)
(#886) Infix operators must be spaced. (space-infix-ops)
(#886) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#887) Infix operators must be spaced. (space-infix-ops)
(#887) Infix operators must be spaced. (space-infix-ops)
(#887) Multiline support is limited to browsers supporting ES5 only. (no-multi-str)
(#892) Missing space before opening brace. (space-before-blocks)
(#893) A space is required after ','. (comma-spacing)
(#894) Line 894 exceeds the maximum line length of 132. (max-len)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#894) Infix operators must be spaced. (space-infix-ops)
(#900) Missing space before opening brace. (space-before-blocks)
(#903) Infix operators must be spaced. (space-infix-ops)
(#903) A space is required after ','. (comma-spacing)
(#905) Line 905 exceeds the maximum line length of 132. (max-len)
(#905) Infix operators must be spaced. (space-infix-ops)
(#905) Infix operators must be spaced. (space-infix-ops)
(#905) Infix operators must be spaced. (space-infix-ops)
(#905) Infix operators must be spaced. (space-infix-ops)
(#905) Infix operators must be spaced. (space-infix-ops)
(#915) Missing semicolon. (semi)
(#919) 'cfg' is defined but never used (no-unused-vars)
(#923) Extra space after key 'srcNode'. (key-spacing)
(#925) Extra space after key 'width'. (key-spacing)
(#926) Extra space after key 'zIndex'. (key-spacing)
(#927) Extra space after key 'centered'. (key-spacing)
(#928) Extra space after key 'modal'. (key-spacing)
(#929) Extra space after key 'visible'. (key-spacing)
(#930) Extra space after key 'render'. (key-spacing)
(#931) Extra space after key 'plugins'. (key-spacing)
(#941) Extra space after key 'value'. (key-spacing)
(#943) Extra space after key 'action'. (key-spacing)
(#943) Unexpected space before function parentheses. (space-before-function-paren)
(#953) Missing semicolon. (semi)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) Infix operators must be spaced. (space-infix-ops)
(#960) 'cfg' is already defined (no-redeclare)
(#962) 'args' is defined but never used (no-unused-vars)
(#969) Missing semicolon. (semi)
(#975) Infix operators must be spaced. (space-infix-ops)
(#975) Infix operators must be spaced. (space-infix-ops)
(#975) Infix operators must be spaced. (space-infix-ops)
(#976) 'cfg' is already defined (no-redeclare)
(#978) Expected to return a value at the end of this function. (consistent-return)
(#978) 'args' is defined but never used (no-unused-vars)
(#992) Expected space(s) after "for". (keyword-spacing)
(#994) Line 994 exceeds the maximum line length of 132. (max-len)
(#994) Infix operators must be spaced. (space-infix-ops)
(#994) Infix operators must be spaced. (space-infix-ops)
(#994) Infix operators must be spaced. (space-infix-ops)
(#994) Infix operators must be spaced. (space-infix-ops)
(#994) Infix operators must be spaced. (space-infix-ops)
(#994) Infix operators must be spaced. (space-infix-ops)
(#995) Missing semicolon. (semi)
(#999) A space is required after ','. (comma-spacing)
(#1000) Infix operators must be spaced. (space-infix-ops)
(#1000) Infix operators must be spaced. (space-infix-ops)
(#1002) Missing space before opening brace. (space-before-blocks)
(#1010) Missing space before opening brace. (space-before-blocks)
(#1011) A space is required after ','. (comma-spacing)
(#1023) Missing space before opening brace. (space-before-blocks)
(#1024) Expected space or tab after '//' in comment. (spaced-comment)
(#1025) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1033) 'YAHOO' used outside of binding context. (block-scoped-var)
(#1046) Missing semicolon. (semi)
(#1050) Missing semicolon. (semi)
(#1060) Infix operators must be spaced. (space-infix-ops)
(#1060) Infix operators must be spaced. (space-infix-ops)
(#1060) Infix operators must be spaced. (space-infix-ops)
(#1060) Infix operators must be spaced. (space-infix-ops)
(#1060) Infix operators must be spaced. (space-infix-ops)
(#1063) 'args' is defined but never used (no-unused-vars)
(#1070) Missing semicolon. (semi)
(#1074) Missing semicolon. (semi)
(#1078) Missing semicolon. (semi)
(#1082) Missing semicolon. (semi)
(#1084) Identifier 'p_sType' is not in camel case. (camelcase)
(#1084) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#1088) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#1097) Line 1097 exceeds the maximum line length of 132. (max-len)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1097) Infix operators must be spaced. (space-infix-ops)
(#1098) 'cfg' is already defined (no-redeclare)
(#1100) 'args' is defined but never used (no-unused-vars)
(#1106) Missing semicolon. (semi)
(#1109) Identifier 'p_sType' is not in camel case. (camelcase)
(#1109) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#1111) 'cfg' is defined but never used (no-unused-vars)
(#1112) Identifier 'p_aArgs' is not in camel case. (camelcase)
(#1121) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1125) Missing semicolon. (semi)
(#1129) 'cfg' is defined but never used (no-unused-vars)
(#1131) Line 1131 exceeds the maximum line length of 132. (max-len)
(#1131) Infix operators must be spaced. (space-infix-ops)
(#1131) Infix operators must be spaced. (space-infix-ops)
(#1131) Infix operators must be spaced. (space-infix-ops)
(#1133) Missing semicolon. (semi)
(#1146) Infix operators must be spaced. (space-infix-ops)
(#1146) Infix operators must be spaced. (space-infix-ops)
(#1146) Infix operators must be spaced. (space-infix-ops)
(#1146) Infix operators must be spaced. (space-infix-ops)
(#1146) Infix operators must be spaced. (space-infix-ops)
(#1147) 'cfg' is already defined (no-redeclare)
(#1149) 'args' is defined but never used (no-unused-vars)
(#1157) Missing semicolon. (semi)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1172) Missing semicolon. (semi)
(#1174) Expected to return a value at the end of this function. (consistent-return)
(#1187) A space is required after ','. (comma-spacing)
(#1203) Infix operators must be spaced. (space-infix-ops)
(#1207) Infix operators must be spaced. (space-infix-ops)
(#1207) Infix operators must be spaced. (space-infix-ops)
(#1212) Infix operators must be spaced. (space-infix-ops)
(#1214) 'el' used outside of binding context. (block-scoped-var)
(#1214) 'el' used outside of binding context. (block-scoped-var)
(#1215) 'dest' used outside of binding context. (block-scoped-var)
(#1215) 'el' used outside of binding context. (block-scoped-var)
(#1215) 'el' used outside of binding context. (block-scoped-var)
(#1216) 'el2' used outside of binding context. (block-scoped-var)
(#1216) 'dest' used outside of binding context. (block-scoped-var)
(#1217) Blocks are nested too deeply (5). (max-depth)
(#1217) 'dest' used outside of binding context. (block-scoped-var)
(#1217) 'el2' used outside of binding context. (block-scoped-var)
(#1220) 'dest' used outside of binding context. (block-scoped-var)
(#1220) 'el2' used outside of binding context. (block-scoped-var)
(#1220) 'dest' used outside of binding context. (block-scoped-var)
(#1220) 'el2' used outside of binding context. (block-scoped-var)
(#1220) 'el' used outside of binding context. (block-scoped-var)
(#1220) 'el' used outside of binding context. (block-scoped-var)
(#1226) 'el' is already defined (no-redeclare)
(#1226) 'el' used outside of binding context. (block-scoped-var)
(#1226) 'el' used outside of binding context. (block-scoped-var)
(#1227) 'dest' is already defined (no-redeclare)
(#1227) 'dest' used outside of binding context. (block-scoped-var)
(#1227) 'el' used outside of binding context. (block-scoped-var)
(#1227) 'el' used outside of binding context. (block-scoped-var)
(#1228) 'el2' used outside of binding context. (block-scoped-var)
(#1228) 'el2' is already defined (no-redeclare)
(#1228) 'dest' used outside of binding context. (block-scoped-var)
(#1229) 'dest' used outside of binding context. (block-scoped-var)
(#1229) 'el2' used outside of binding context. (block-scoped-var)
(#1229) 'dest' used outside of binding context. (block-scoped-var)
(#1229) 'el2' used outside of binding context. (block-scoped-var)
(#1229) 'el' used outside of binding context. (block-scoped-var)
(#1229) 'el' used outside of binding context. (block-scoped-var)
(#1246) 'courseid' is not defined. (no-undef)
(#1249) 'courseid' is not defined. (no-undef)
(#1252) 'courseid' is not defined. (no-undef)
(#1254) Infix operators must be spaced. (space-infix-ops)
(#1254) 'courseid' is not defined. (no-undef)
(#1254) Infix operators must be spaced. (space-infix-ops)
(#1254) Infix operators must be spaced. (space-infix-ops)
(#1254) Infix operators must be spaced. (space-infix-ops)
(#1254) Infix operators must be spaced. (space-infix-ops)
(#1265) 'elementsToEval' used outside of binding context. (block-scoped-var)
(#1265) A space is required after ','. (comma-spacing)
(#1265) A space is required after ','. (comma-spacing)
(#1269) Line 1269 exceeds the maximum line length of 132. (max-len)
(#1269) 'elementsToEval' is already defined (no-redeclare)
(#1269) A space is required after ','. (comma-spacing)
(#1269) A space is required after ','. (comma-spacing)
(#1269) A space is required after ','. (comma-spacing)
(#1269) A space is required after ','. (comma-spacing)
(#1269) A space is required after ','. (comma-spacing)
(#1274) Line 1274 exceeds the maximum line length of 132. (max-len)
(#1274) 'elementsToEval' used outside of binding context. (block-scoped-var)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1281) 'el' is already defined (no-redeclare)
(#1281) 'el' used outside of binding context. (block-scoped-var)
(#1281) 'el' used outside of binding context. (block-scoped-var)
(#1281) 'elementsToEval' used outside of binding context. (block-scoped-var)
(#1283) 'elementsToEval' used outside of binding context. (block-scoped-var)
(#1283) 'el' used outside of binding context. (block-scoped-var)
(#1283) 'el' used outside of binding context. (block-scoped-var)
(#1288) A space is required after ','. (comma-spacing)
(#1289) A space is required after ','. (comma-spacing)
(#1291) eval can be harmful. (no-eval)
(#1291) Infix operators must be spaced. (space-infix-ops)
(#1291) Infix operators must be spaced. (space-infix-ops)
(#1296) Missing semicolon. (semi)
(#1298) Expected to return a value at the end of this function. (consistent-return)
(#1314) Infix operators must be spaced. (space-infix-ops)
(#1314) Infix operators must be spaced. (space-infix-ops)
(#1318) Infix operators must be spaced. (space-infix-ops)
(#1318) Infix operators must be spaced. (space-infix-ops)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1337) Infix operators must be spaced. (space-infix-ops)
(#1338) Infix operators must be spaced. (space-infix-ops)
(#1339) Infix operators must be spaced. (space-infix-ops)
(#1340) Infix operators must be spaced. (space-infix-ops)
(#1341) Infix operators must be spaced. (space-infix-ops)
(#1342) Infix operators must be spaced. (space-infix-ops)
(#1343) Infix operators must be spaced. (space-infix-ops)
(#1345) 'cfg' is already defined (no-redeclare)
(#1347) Infix operators must be spaced. (space-infix-ops)
(#1349) 'args' is defined but never used (no-unused-vars)
(#1358) Infix operators must be spaced. (space-infix-ops)
(#1362) Infix operators must be spaced. (space-infix-ops)
(#1368) Line 1368 exceeds the maximum line length of 132. (max-len)
(#1368) 'addiotonalInfo' used outside of binding context. (block-scoped-var)
(#1368) Multiple spaces found before 'M'. (no-multi-spaces)
(#1368) Infix operators must be spaced. (space-infix-ops)
(#1368) Infix operators must be spaced. (space-infix-ops)
(#1370) 'addiotonalInfo' used outside of binding context. (block-scoped-var)
(#1370) 'addiotonalInfo' is already defined (no-redeclare)
(#1370) Multiple spaces found before 'M'. (no-multi-spaces)
(#1372) Infix operators must be spaced. (space-infix-ops)
(#1372) 'addiotonalInfo' used outside of binding context. (block-scoped-var)
(#1372) 'addiotonalInfo' used outside of binding context. (block-scoped-var)
(#1380) A space is required after ','. (comma-spacing)
(#1380) A space is required after ','. (comma-spacing)
(#1391) Missing semicolon. (semi)
(#1393) Unexpected space before function parentheses. (space-before-function-paren)
(#1401) Line 1401 exceeds the maximum line length of 132. (max-len)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1401) Infix operators must be spaced. (space-infix-ops)
(#1404) Missing semicolon. (semi)
(#1407) A space is required after ','. (comma-spacing)
(#1408) Missing semicolon. (semi)
(#1417) 'el' used outside of binding context. (block-scoped-var)
(#1417) 'el' used outside of binding context. (block-scoped-var)
(#1418) 'button' used outside of binding context. (block-scoped-var)
(#1418) Infix operators must be spaced. (space-infix-ops)
(#1418) 'el' used outside of binding context. (block-scoped-var)
(#1418) 'el' used outside of binding context. (block-scoped-var)
(#1419) 'button' used outside of binding context. (block-scoped-var)
(#1420) 'button' used outside of binding context. (block-scoped-var)
(#1426) 'el' is already defined (no-redeclare)
(#1426) 'el' used outside of binding context. (block-scoped-var)
(#1426) 'el' used outside of binding context. (block-scoped-var)
(#1454) 'el' used outside of binding context. (block-scoped-var)
(#1454) 'el' used outside of binding context. (block-scoped-var)
(#1454) 'el' is already defined (no-redeclare)
(#1455) 'button' is already defined (no-redeclare)
(#1455) 'button' used outside of binding context. (block-scoped-var)
(#1455) Infix operators must be spaced. (space-infix-ops)
(#1455) 'el' used outside of binding context. (block-scoped-var)
(#1455) 'el' used outside of binding context. (block-scoped-var)
(#1456) 'button' used outside of binding context. (block-scoped-var)
(#1457) 'button' used outside of binding context. (block-scoped-var)
(#1461) A space is required after ','. (comma-spacing)
(#1462) Missing semicolon. (semi)
(#1465) 'YAHOO' used outside of binding context. (block-scoped-var)
(#1466) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1466) There should be no space after '{' (object-curly-spacing)
(#1467) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1468) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1469) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1470) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1471) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1472) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1472) 'YAHOO' used outside of binding context. (block-scoped-var)
(#1473) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1474) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1474) There should be no space after '[' (array-bracket-spacing)
(#1474) There should be no space after '{' (object-curly-spacing)
(#1474) Missing space before value for key 'text'. (key-spacing)
(#1474) Statement inside of curly braces should be on next line. (brace-style)
(#1474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1474) Requires a space before '}'. (block-spacing)
(#1474) There should be no space before ','. (comma-spacing)
(#1474) Missing space before value for key 'isDefault'. (key-spacing)
(#1474) There should be no space before '}' (object-curly-spacing)
(#1475) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1475) There should be no space after '{' (object-curly-spacing)
(#1475) Missing space before value for key 'text'. (key-spacing)
(#1475) Multiple spaces found before 'handler'. (no-multi-spaces)
(#1475) Missing space before opening brace. (space-before-blocks)
(#1475) Statement inside of curly braces should be on next line. (brace-style)
(#1475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1475) There should be no space before '}' (object-curly-spacing)
(#1475) There should be no space before ']' (array-bracket-spacing)
(#1476) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1476) There should be no spaces inside this paren. (space-in-parens)
(#1479) Missing semicolon. (semi)
(#1484) Extra space after key 'width'. (key-spacing)
(#1485) Extra space after key 'zIndex'. (key-spacing)
(#1486) Extra space after key 'centered'. (key-spacing)
(#1487) Extra space after key 'modal'. (key-spacing)
(#1488) Extra space after key 'render'. (key-spacing)
(#1491) Extra space after key 'value'. (key-spacing)
(#1493) Extra space after key 'action'. (key-spacing)
(#1493) Unexpected space before function parentheses. (space-before-function-paren)
(#1496) Missing semicolon. (semi)
(#1504) Missing space before opening brace. (space-before-blocks)
(#1504) Statement inside of curly braces should be on next line. (brace-style)
(#1504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1504) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1504) Requires a space before '}'. (block-spacing)
(#1505) Missing semicolon. (semi)
(#1510) Unexpected console statement. (no-console)
(#1513) Missing semicolon. (semi)

CSS problems

(0 errors, 12 warnings)

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

blocks/jmail/styles.css
(#241) Expected (normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit) but found 'strong'.
(#269) Use of !important
(#269) Expected (static | relative | absolute | fixed | inherit) but found 'initial'.
(#270) Use of !important
(#271) Use of !important
(#285) Use of !important
(#290) Use of !important
(#295) Use of !important
(#308) Use of !important
(#312) Use of !important
(#328) Use of !important
(#332) Use of !important

PHPDocs style problems

(89 errors, 4 warnings)

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

blocks/jmail/backup/moodle2/backup_jmail_block_task.class.php
(#33) Function backup_jmail_block_task::define_my_settings is not documented
(#36) Function backup_jmail_block_task::define_my_steps is not documented
(#44) Function backup_jmail_block_task::get_fileareas is not documented
(#48) Function backup_jmail_block_task::get_configdata_encoded_attributes is not documented
(#52) Function backup_jmail_block_task::encode_content_links is not documented
(#28) Class backup_jmail_block_task does not have @copyright tag
(#28) Class backup_jmail_block_task does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/backup_jmail_stepslib.php
(#31) Function backup_jmail_block_structure_step::define_structure is not documented
(#26) Class backup_jmail_block_structure_step does not have @copyright tag
(#26) Class backup_jmail_block_structure_step does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/restore_jmail_block_task.class.php
(#35) Function restore_jmail_block_task::define_my_settings is not documented
(#38) Function restore_jmail_block_task::define_my_steps is not documented
(#47) Function restore_jmail_block_task::get_fileareas is not documented
(#51) Function restore_jmail_block_task::get_configdata_encoded_attributes is not documented
(#55) Function restore_jmail_block_task::define_decode_contents is not documented
(#59) Function restore_jmail_block_task::define_decode_rules is not documented
(#28) No one-line description found in phpdocs for class restore_jmail_block_task
(#28) Class restore_jmail_block_task does not have @copyright tag
(#28) Class restore_jmail_block_task does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/restore_jmail_stepslib.php
(#30) Class restore_jmail_block_structure_step is not documented
(#32) Function restore_jmail_block_structure_step::define_structure is not documented
(#51) Function restore_jmail_block_structure_step::process_block is not documented
(#134) Function restore_jmail_block_structure_step::after_execute is not documented
(#20) Package blocks is not valid
blocks/jmail/block_jmail.php
(#26) Class block_jmail is not documented
(#28) Function block_jmail::applicable_formats is not documented
(#34) Function block_jmail::has_config is not documented
(#38) Function block_jmail::instance_allow_config is not documented
(#42) Function block_jmail::specialization is not documented
(#51) Function block_jmail::get_content is not documented
(#123) Function block_jmail::init is not documented
(#128) Function block_jmail::instance_allow_multiple is not documented
(#20) Package blocks is not valid
blocks/jmail/block_jmail_ajax.php
(#17) No one-line description found in phpdocs for file
(#21) Package blocks is not valid
blocks/jmail/block_jmail_mailbox.class.php
(#31) Class block_jmail_exception is not documented
(#45) Class block_jmail_mailbox is not documented
(#1077) Function block_jmail_mailbox::filter_contacts_like is not documented
(#1101) Function block_jmail_mailbox::get_groups_roles is not documented
(#1157) Function block_jmail_mailbox::save_to_private_files is not documented
(#1208) Function block_jmail_mailbox::get_my_mailboxes is not documented
(#52) Variable block_jmail_mailbox::$blockcontext is not documented
(#54) Variable block_jmail_mailbox::$cansend is not documented
(#55) Variable block_jmail_mailbox::$cansendtoall is not documented
(#56) Variable block_jmail_mailbox::$cansendtomanagers is not documented
(#57) Variable block_jmail_mailbox::$canmanagelabels is not documented
(#58) Variable block_jmail_mailbox::$canmanagepreferences is not documented
(#59) Variable block_jmail_mailbox::$canapprovemessages is not documented
(#61) Variable block_jmail_mailbox::$globalinbox is not documented
(#69) Variable block_jmail_mailbox::$config is not documented
(#71) Variable block_jmail_mailbox::$instance is not documented
(#73) Variable block_jmail_mailbox::$isseparategroups is not documented
(#75) Variable block_jmail_mailbox::$groups is not documented
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function block_jmail_exception::__construct has incomplete parameters list
(#79) Phpdocs for function block_jmail_mailbox::__construct has incomplete parameters list
(#165) Phpdocs for function block_jmail_mailbox::get_message_headers has incomplete parameters list
(#378) Phpdocs for function block_jmail_mailbox::save_message has incomplete parameters list
(#21) Package blocks is not valid
blocks/jmail/block_jmail_message.class.php
(#29) Class block_jmail_message is not documented
(#17) No one-line description found in phpdocs for file
(#247) Phpdocs for function block_jmail_message::update has incomplete parameters list
(#314) Phpdocs for function block_jmail_message::save has incomplete parameters list
(#21) Package blocks is not valid
blocks/jmail/db/access.php
(#2) Empty line found after PHP open tag
(#19) No one-line description found in phpdocs for file
(#23) Package blocks is not valid
blocks/jmail/db/upgrade.php
(#42) Not recommended phpdocs tag @global used
blocks/jmail/edit_form.php
(#26) Class block_jmail_edit_form is not documented
(#27) Function block_jmail_edit_form::specific_definition is not documented
(#20) Package blocks is not valid
blocks/jmail/lang/en/block_jmail.php
(#20) Package blocks is not valid
blocks/jmail/lang/es/block_jmail.php
(#20) Package blocks is not valid
blocks/jmail/lib.php
(#20) Package blocks is not valid
blocks/jmail/locallib.php
(#20) Package blocks is not valid
blocks/jmail/mailbox.php
(#20) Package blocks is not valid
blocks/jmail/message.php
(#20) Package blocks is not valid
blocks/jmail/message_form.php
(#2) Empty line found after PHP open tag
(#34) Class block_jmail_message_form is not documented
(#36) Function block_jmail_message_form::definition is not documented
(#62) Function block_jmail_message_form::validation is not documented
(#72) Function block_jmail_message_form::get_html is not documented
(#22) Package blocks is not valid
blocks/jmail/print.php
(#20) Package blocks is not valid
blocks/jmail/renderer.php
(#2) Empty line found after PHP open tag
(#31) Class block_jmail_renderer is not documented
(#111) Phpdocs for function block_jmail_renderer::load_ui has incomplete parameters list
(#22) Package blocks is not valid
blocks/jmail/settings.php
(#20) Package blocks is not valid
blocks/jmail/version.php
(#20) Package blocks is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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