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

(1286 errors, 310 warnings)

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

mod/jclic/action/beans.lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#3) function name "getPrecision" must be lower-case letters only
(#3) Variable "minActions" must be all lower-case
(#3) Variable "numActions" must be all lower-case
(#3) Expected 1 space after closing parenthesis; found 0
(#5) Expected "if (...) {\n"; found "if (...){\n"
(#5) Variable "minActions" must be all lower-case
(#5) Expected 1 space before ">"; 0 found
(#5) Expected 1 space after ">"; 0 found
(#5) Variable "numActions" must be all lower-case
(#5) Expected 1 space before ">"; 0 found
(#5) Expected 1 space after ">"; 0 found
(#6) Expected "if (...) {\n"; found "if (...){\n"
(#6) Expected 1 space before "=="; 0 found
(#6) Expected 1 space after "=="; 0 found
(#7) Inline control structures are not allowed
(#7) Variable "numActions" must be all lower-case
(#7) Expected 1 space before "<"; 0 found
(#7) Expected 1 space after "<"; 0 found
(#7) Variable "minActions" must be all lower-case
(#7) Expected 1 space before "="; 0 found
(#7) Expected 1 space after "="; 0 found
(#8) Inline control structures are not allowed
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#8) Variable "minActions" must be all lower-case
(#8) Expected 1 space before "*"; 0 found
(#8) Expected 1 space after "*"; 0 found
(#8) Expected 1 space before "/"; 0 found
(#8) Expected 1 space after "/"; 0 found
(#8) Variable "numActions" must be all lower-case
(#9) Expected "} else {\n"; found "}else{\n"
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Expected 1 space before "/"; 0 found
(#10) Expected 1 space after "/"; 0 found
(#10) Variable "minActions" must be all lower-case
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Variable "numActions" must be all lower-case
(#16) function name "getSeconds" must be lower-case letters only
(#17) Expected 1 space before "/"; 0 found
(#17) Expected 1 space after "/"; 0 found
(#20) function name "startElement" must be lower-case letters only
(#21) Variable "currentBean" must be all lower-case
(#21) Variable "thisElement" must be all lower-case
(#21) Variable "oldElements" must be all lower-case
(#22) Variable "oldElements" must be all lower-case
(#22) Variable "thisElement" must be all lower-case
(#23) Variable "thisElement" must be all lower-case
(#25) Variable "currentBean" must be all lower-case
(#29) Variable "currentBean" must be all lower-case
(#34) Variable "currentBean" must be all lower-case
(#34) Expected 1 space after "="; newline found
(#43) Variable "thisElement" must be all lower-case
(#46) function name "endElement" must be lower-case letters only
(#47) Variable "currentBean" must be all lower-case
(#47) Variable "thisElement" must be all lower-case
(#47) Variable "oldElements" must be all lower-case
(#48) Variable "thisElement" must be all lower-case
(#48) Variable "oldElements" must be all lower-case
(#49) Variable "currentBean" must be all lower-case
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) function name "characterData" must be lower-case letters only
(#54) Variable "currentBean" must be all lower-case
(#54) Variable "thisElement" must be all lower-case
(#55) Variable "thisElement" must be all lower-case
(#56) Variable "thisElement" must be all lower-case
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/action/beans.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) 81 slashes comments are not allowed; use "// Comment." instead
(#31) 3 slashes comments are not allowed; use "// Comment." instead
(#31) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#32) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) 81 slashes comments are not allowed; use "// Comment." instead
(#37) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Variable "oldElements" must be all lower-case
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Variable "thisElement" must be all lower-case
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#49) Variable "currentBean" must be all lower-case
(#53) Variable "xml_parser" must not contain underscores.
(#54) Variable "xml_parser" must not contain underscores.
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Variable "xml_parser" must not contain underscores.
(#58) Variable "xml_parser" must not contain underscores.
(#61) This comment is 68% valid code; is this commented out code?
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) This comment is 80% valid code; is this commented out code?
(#65) No space found before comment text; expected "// error_log($beans[0]['ID'].': '.$payload);" but found "//error_log($beans[0]['ID'].': '.$payload);"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// addEntry($beans[0]['ID'], $payload);" but found "//addEntry($beans[0]['ID'], $payload);"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "jclic_session" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "jclic_session" must not contain underscores.
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "jclic_session" must not contain underscores.
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Variable "jclic_session" must not contain underscores.
(#82) Expected 1 space before "/"; 0 found
(#82) Expected 1 space after "/"; 0 found
(#83) Variable "jclic_session" must not contain underscores.
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) This comment is 72% valid code; is this commented out code?
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 8 spaces, found 0
(#84) Tab found before comment text; expected "// $jclic_session->session_id=$beans[0]['PARAMS']['user'].'_'.$beans[0]['PARAMS']['time'];" but found "// $jclic_session->session_id=$beans[0]['PARAMS']['user'].'_'.$beans[0]['PARAMS']['time'];"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Variable "jclic_session" must not contain underscores.
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch (...) {\n"
(#87) This comment is 52% valid code; is this commented out code?
(#87) Line indented incorrectly; expected at least 12 spaces, found 0
(#88) Line indented incorrectly; expected at least 12 spaces, found 0
(#88) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#89) Line indented incorrectly; expected at least 12 spaces, found 0
(#89) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#90) Line indented incorrectly; expected at least 12 spaces, found 0
(#90) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#91) Line indented incorrectly; expected at least 12 spaces, found 0
(#91) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#92) Line indented incorrectly; expected at least 12 spaces, found 0
(#92) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#93) Line indented incorrectly; expected at least 12 spaces, found 0
(#93) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line exceeds maximum limit of 180 characters; contains 192 characters
(#94) Line indented incorrectly; expected at least 12 spaces, found 0
(#94) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#97) Variable "jclic_session" must not contain underscores.
(#98) Variable "jclic_session" must not contain underscores.
(#99) Variable "jclic_session" must not contain underscores.
(#100) Variable "jclic_session" must not contain underscores.
(#103) The use of function print_r() is forbidden
(#104) Line indented incorrectly; expected 12 spaces, found 8
(#106) Line indented incorrectly; expected 12 spaces, found 8
(#106) Expected "if (...) {\n"; found "if (...){\n"
(#107) Line indented incorrectly; expected 16 spaces, found 12
(#107) Expected "if (...) {\n"; found "if (...){\n"
(#108) Line indented incorrectly; expected at least 20 spaces, found 16
(#108) Variable "jclic_user" must not contain underscores.
(#109) Line indented incorrectly; expected at least 20 spaces, found 16
(#109) Variable "jclic_user" must not contain underscores.
(#110) Line indented incorrectly; expected at least 20 spaces, found 16
(#110) Variable "jclic_user" must not contain underscores.
(#111) Line indented incorrectly; expected at least 20 spaces, found 16
(#111) Variable "jclic_user" must not contain underscores.
(#112) Line indented incorrectly; expected at least 20 spaces, found 16
(#112) Variable "jclic_user" must not contain underscores.
(#113) Line indented incorrectly; expected 16 spaces, found 12
(#115) Line indented incorrectly; expected 12 spaces, found 8
(#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 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 2
(#119) Variable "jclic_session" must not contain underscores.
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#123) Variable "jclic_activity" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#124) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 3
(#125) Expected "if (...) {\n"; found "if (...){\n"
(#125) Expected 1 space before "=="; 0 found
(#125) Expected 1 space after "=="; 0 found
(#126) Variable "jclic_activity" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Variable "jclic_activity" must not contain underscores.
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 4
(#128) Variable "jclic_activity" must not contain underscores.
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#129) Variable "jclic_activity" must not contain underscores.
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Variable "jclic_activity" must not contain underscores.
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 4
(#131) Variable "jclic_activity" must not contain underscores.
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Expected 1 space before "=="; 0 found
(#131) Expected 1 space after "=="; 0 found
(#131) Expected 1 space before "?"; 0 found
(#131) Expected 1 space after "?"; 0 found
(#131) Expected 1 space before ":"; 0 found
(#131) Expected 1 space after ":"; 0 found
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 16 spaces, found 4
(#132) Variable "jclic_activity" must not contain underscores.
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Variable "jclic_activity" must not contain underscores.
(#133) Variable "jclic_activity" must not contain underscores.
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Variable "jclic_activity" must not contain underscores.
(#134) Line exceeds 132 characters; contains 180 characters
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Variable "jclic_activity" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 4
(#136) Variable "jclic_activity" must not contain underscores.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 5
(#139) Expected "if (...) {\n"; found "if (...){\n"
(#139) Variable "jclic_activity" must not contain underscores.
(#139) Variable "jclic_session" must not contain underscores.
(#139) Variable "jclic_activity" must not contain underscores.
(#139) Line exceeds 132 characters; contains 139 characters
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 9
(#140) Variable "jclic_session" must not contain underscores.
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 9
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 9
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 9
(#143) Variable "jclic_session" must not contain underscores.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 5
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "jclic_activity" must not contain underscores.
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Line exceeds maximum limit of 180 characters; contains 294 characters
(#159) Line exceeds maximum limit of 180 characters; contains 466 characters
(#160) Line exceeds 132 characters; contains 136 characters
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/action/student_results.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#76) Expected "if (...) {\n"; found "if (...){\n"
(#76) The use of function sizeof() is forbidden; use count() instead
(#76) Expected 1 space before ">"; 0 found
(#76) Expected 1 space after ">"; 0 found
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Line exceeds 132 characters; contains 154 characters
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before ">"; 0 found
(#84) Expected 1 space after ">"; 0 found
(#84) Expected 1 space before "?"; 0 found
(#84) Expected 1 space after "?"; 0 found
(#84) Expected 1 space before ":"; 0 found
(#84) Expected 1 space after ":"; 0 found
(#84) Line exceeds maximum limit of 180 characters; contains 194 characters
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "session_activities_html" must not contain underscores.
(#86) Expected 1 space before "="; 0 found
(#88) Variable "session_activities_html" must not contain underscores.
(#92) Space found before semicolon; expected ");" but found ") ;"
(#97) Expected "if (...) {\n"; found "if (...){\n"
(#97) The use of function sizeof() is forbidden; use count() instead
(#97) Expected 1 space before ">"; 0 found
(#97) Expected 1 space after ">"; 0 found
(#98) Variable "sessions_summary" must not contain underscores.
(#98) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Line exceeds maximum limit of 180 characters; contains 249 characters
(#102) Expected "} else {\n"; found "} else{\n"
(#103) Line indented incorrectly; expected at least 4 spaces, found 2
mod/jclic/action/test_beans.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
mod/jclic/backup/moodle1/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch (...){\n"
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 138 characters
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline control structures are not allowed
(#103) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Commas (,) must be followed by white space.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
mod/jclic/backup/moodle2/backup_jclic_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/restore_jclic_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Line exceeds 132 characters; contains 144 characters
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/check_db_syntax.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 45% valid code; is this commented out code?
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) 75 slashes comments are not allowed; use "// Comment." instead
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#21) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#23) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) 75 slashes comments are not allowed; use "// Comment." instead
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) Variable "is_moodle_root" must not contain underscores.
(#37) Line indented incorrectly; expected 0 spaces, found 4
(#38) Variable "is_moodle_root" must not contain underscores.
(#39) Line indented incorrectly; expected 0 spaces, found 4
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Line exceeds maximum limit of 180 characters; contains 207 characters
(#125) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 4 spaces, found 0
(#126) 3 slashes comments are not allowed; use "// Comment." instead
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 4 spaces, found 0
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Variable "is_moodle_root" must not contain underscores.
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line exceeds 132 characters; contains 149 characters
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line indented incorrectly; expected at least 4 spaces, found 0
(#145) 3 slashes comments are not allowed; use "// Comment." instead
(#148) 3 slashes comments are not allowed; use "// Comment." instead
(#149) 3 slashes comments are not allowed; use "// Comment." instead
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) 3 slashes comments are not allowed; use "// Comment." instead
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) 3 slashes comments are not allowed; use "// Comment." instead
(#156) Line exceeds 132 characters; contains 157 characters
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) 3 slashes comments are not allowed; use "// Comment." instead
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) 3 slashes comments are not allowed; use "// Comment." instead
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) 3 slashes comments are not allowed; use "// Comment." instead
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) 3 slashes comments are not allowed; use "// Comment." instead
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) 3 slashes comments are not allowed; use "// Comment." instead
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 3 slashes comments are not allowed; use "// Comment." instead
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) 3 slashes comments are not allowed; use "// Comment." instead
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) 3 slashes comments are not allowed; use "// Comment." instead
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) 3 slashes comments are not allowed; use "// Comment." instead
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) 3 slashes comments are not allowed; use "// Comment." instead
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) 3 slashes comments are not allowed; use "// Comment." instead
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) 3 slashes comments are not allowed; use "// Comment." instead
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) 3 slashes comments are not allowed; use "// Comment." instead
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) 3 slashes comments are not allowed; use "// Comment." instead
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) 3 slashes comments are not allowed; use "// Comment." instead
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) 3 slashes comments are not allowed; use "// Comment." instead
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) 3 slashes comments are not allowed; use "// Comment." instead
(#231) Line exceeds 132 characters; contains 160 characters
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 4 spaces, found 0
(#231) 3 slashes comments are not allowed; use "// Comment." instead
(#232) Line exceeds maximum limit of 180 characters; contains 767 characters
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Line indented incorrectly; expected at least 4 spaces, found 0
(#234) 3 slashes comments are not allowed; use "// Comment." instead
(#235) Variable "dml_megarule" must not contain underscores.
(#235) Commas (,) must be followed by white space.
(#236) Variable "helper_megarule" must not contain underscores.
(#236) Commas (,) must be followed by white space.
(#237) Variable "ddl_megarule" must not contain underscores.
(#237) Commas (,) must be followed by white space.
(#238) Variable "coreonly_megarule" must not contain underscores.
(#238) Commas (,) must be followed by white space.
(#239) Variable "enum_megarule" must not contain underscores.
(#240) Variable "internal_megarule" must not contain underscores.
(#240) Commas (,) must be followed by white space.
(#241) Variable "unsupported_megarule" must not contain underscores.
(#241) Expected 1 space before "="; 0 found
(#241) Commas (,) must be followed by white space.
(#242) Variable "other_megarule" must not contain underscores.
(#243) Variable "reserved_megarule" must not contain underscores.
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Line indented incorrectly; expected at least 4 spaces, found 0
(#245) 3 slashes comments are not allowed; use "// Comment." instead
(#246) Variable "all_megarules" must not contain underscores.
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#247) Variable "dml_megarule" must not contain underscores.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "helper_megarule" must not contain underscores.
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#249) Variable "ddl_megarule" must not contain underscores.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Variable "coreonly_megarule" must not contain underscores.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "enum_megarule" must not contain underscores.
(#252) Expected 1 space before "=>"; 0 found
(#252) Expected 1 space after "=>"; 0 found
(#252) Variable "internal_megarule" must not contain underscores.
(#253) Expected 1 space before "=>"; 0 found
(#253) Expected 1 space after "=>"; 0 found
(#253) Variable "unsupported_megarule" must not contain underscores.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "other_megarule" must not contain underscores.
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Variable "reserved_megarule" must not contain underscores.
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) 3 slashes comments are not allowed; use "// Comment." instead
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) 3 slashes comments are not allowed; use "// Comment." instead
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) 3 slashes comments are not allowed; use "// Comment." instead
(#270) Variable "is_moodle_root" must not contain underscores.
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) 3 slashes comments are not allowed; use "// Comment." instead
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) 3 slashes comments are not allowed; use "// Comment." instead
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Line indented incorrectly; expected at least 16 spaces, found 12
(#288) 3 slashes comments are not allowed; use "// Comment." instead
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Variable "all_megarules" must not contain underscores.
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Line indented incorrectly; expected at least 24 spaces, found 20
(#291) 3 slashes comments are not allowed; use "// Comment." instead
(#292) Variable "is_moodle_root" must not contain underscores.
(#292) Variable "is_moodle_root" must not contain underscores.
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Line indented incorrectly; expected at least 28 spaces, found 24
(#293) 3 slashes comments are not allowed; use "// Comment." instead
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Line indented incorrectly; expected at least 28 spaces, found 24
(#301) 3 slashes comments are not allowed; use "// Comment." instead
(#317) Line indented incorrectly; expected at least 12 spaces, found 8
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Line indented incorrectly; expected at least 4 spaces, found 0
(#341) 3 slashes comments are not allowed; use "// Comment." instead
(#351) Line indented incorrectly; expected 8 spaces, found 9
(#353) Line indented incorrectly; expected 8 spaces, found 9
(#355) Line indented incorrectly; expected 8 spaces, found 9
(#357) Line indented incorrectly; expected 8 spaces, found 9
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Line indented incorrectly; expected at least 8 spaces, found 5
(#360) 3 slashes comments are not allowed; use "// Comment." instead
(#361) Line indented incorrectly; expected 8 spaces, found 9
(#362) Line indented incorrectly; expected 12 spaces, found 13
(#364) Line indented incorrectly; expected 12 spaces, found 13
(#365) Line indented incorrectly; expected 8 spaces, found 9
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) 3 slashes comments are not allowed; use "// Comment." instead
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) 3 slashes comments are not allowed; use "// Comment." instead
(#393) Expected 1 space before "!=="; 0 found
(#393) Expected 1 space after "!=="; 0 found
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) 3 slashes comments are not allowed; use "// Comment." instead
(#397) Expected 1 space before "!=="; 0 found
(#397) Expected 1 space after "!=="; 0 found
(#398) Expected 1 space before "!=="; 0 found
(#398) Expected 1 space after "!=="; 0 found
(#399) Expected 1 space before "!=="; 0 found
(#399) Expected 1 space after "!=="; 0 found
(#400) Expected 1 space before "!=="; 0 found
(#400) Expected 1 space after "!=="; 0 found
(#401) Expected 1 space before "!=="; 0 found
(#401) Expected 1 space after "!=="; 0 found
(#402) Expected 1 space before "!=="; 0 found
(#402) Expected 1 space after "!=="; 0 found
(#403) Expected 1 space before "!=="; 0 found
(#403) Expected 1 space after "!=="; 0 found
(#404) Expected 1 space before "!=="; 0 found
(#404) Expected 1 space after "!=="; 0 found
(#405) Expected 1 space before "!=="; 0 found
(#405) Expected 1 space after "!=="; 0 found
(#406) Expected 1 space before "!=="; 0 found
(#406) Expected 1 space after "!=="; 0 found
(#407) Expected 1 space before "!=="; 0 found
(#407) Expected 1 space after "!=="; 0 found
(#408) Expected 1 space before "!=="; 0 found
(#408) Expected 1 space after "!=="; 0 found
(#409) Expected 1 space before "!=="; 0 found
(#409) Expected 1 space after "!=="; 0 found
(#410) Expected 1 space before "!="; 0 found
(#410) Expected 1 space after "!="; 0 found
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Line exceeds maximum limit of 180 characters; contains 203 characters
(#410) 3 slashes comments are not allowed; use "// Comment." instead
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) 3 slashes comments are not allowed; use "// Comment." instead
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) 3 slashes comments are not allowed; use "// Comment." instead
(#431) Line indented incorrectly; expected at least 4 spaces, found 0
(#431) 3 slashes comments are not allowed; use "// Comment." instead
(#432) Line indented incorrectly; expected at least 4 spaces, found 0
(#432) 3 slashes comments are not allowed; use "// Comment." instead
(#433) Line indented incorrectly; expected at least 4 spaces, found 0
(#433) 3 slashes comments are not allowed; use "// Comment." instead
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Line indented incorrectly; expected at least 4 spaces, found 0
(#434) 3 slashes comments are not allowed; use "// Comment." instead
(#435) Variable "is_moodle_root" must not contain underscores.
(#437) Variable "is_moodle_root" must not contain underscores.
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Line indented incorrectly; expected at least 8 spaces, found 4
(#441) 3 slashes comments are not allowed; use "// Comment." instead
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Line indented incorrectly; expected at least 8 spaces, found 4
(#444) 3 slashes comments are not allowed; use "// Comment." instead
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Line indented incorrectly; expected at least 8 spaces, found 3
(#453) 3 slashes comments are not allowed; use "// Comment." instead
(#454) Line indented incorrectly; expected at least 8 spaces, found 7
(#457) A closing tag is not permitted at the end of a PHP file
mod/jclic/classes/event/course_module_instance_list_viewed.php
(#49) Must use "self::" for local static member reference
mod/jclic/classes/event/course_module_viewed.php
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) 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
(#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
mod/jclic/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) No space found before comment text; expected "// ===== 1.9.0 upgrade line ======//" but found "//===== 1.9.0 upgrade line ======//"
(#100) This comment is 46% valid code; is this commented out code?
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#110) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#111) Inline control structures are not allowed
(#112) Expected 1 space before "="; 0 found
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Expected "if (...) {\n"; found "if (...){\n"
(#135) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Expected "if (...) {\n"; found "if (...){\n"
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#150) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#151) Expected 1 space after "="; 2 found
(#151) Expected 1 space before "/"; 0 found
(#151) Expected 1 space after "/"; 0 found
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/upgradelib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "file_record" must not contain underscores.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#65) Variable "file_record" must not contain underscores.
(#66) Empty CATCH statement detected
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) No space found before comment text; expected "// $PAGE->set_cacheable(false);" but found "//$PAGE->set_cacheable(false);"
(#55) No space found before comment text; expected "// $PAGE->set_focuscontrol('some-html-id');" but found "//$PAGE->set_focuscontrol('some-html-id');"
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) No space found before comment text; expected "// $PAGE->add_body_class('jclic-'.$somevar);" but found "//$PAGE->add_body_class('jclic-'.$somevar);"
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) No space found before comment text; expected "// Show dimmed if the mod is hidden" but found "//Show dimmed if the mod is hidden"
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// Show normal if the mod is visible" but found "//Show normal if the mod is visible"
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) 3 slashes comments are not allowed; use "// Comment." instead
mod/jclic/lang/ca/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/lang/el/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#82) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/en/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#47) Expected 1 space before "="; 0 found
(#51) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#54) Expected 1 space before "="; 0 found
mod/jclic/lang/es/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/lang/eu/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Whitespace found at end of line
mod/jclic/lang/gl/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#82) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/he/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#82) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/pt_br/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Whitespace found at end of line
(#77) Whitespace found at end of line
(#82) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
mod/jclic/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Inline doc block comments are not allowed; use "// Comment." instead
(#47) Inline doc block comments are not allowed; use "// Comment." instead
(#51) 80 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 80 slashes comments are not allowed; use "// Comment." instead
(#66) Closing brace must be on a line by itself
(#67) This comment is 48% valid code; is this commented out code?
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Line indented incorrectly; expected at least 8 spaces, found 0
(#67) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 8 spaces, found 0
(#68) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#69) Closing brace must be on a line by itself
(#70) Closing brace must be on a line by itself
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) This comment is 50% valid code; is this commented out code?
(#71) Line indented incorrectly; expected at least 8 spaces, found 0
(#71) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#72) Closing brace must be on a line by itself
(#73) This comment is 48% valid code; is this commented out code?
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Line indented incorrectly; expected at least 8 spaces, found 0
(#73) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 8 spaces, found 0
(#74) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#75) Closing brace must be on a line by itself
(#76) This comment is 48% valid code; is this commented out code?
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Line indented incorrectly; expected at least 8 spaces, found 0
(#76) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 8 spaces, found 0
(#77) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#79) Line indented incorrectly; expected at least 12 spaces, found 10
(#79) Inline control structures are not allowed
(#79) Expected 1 space before "=="; 0 found
(#79) Expected 1 space after "=="; 0 found
(#80) Line indented incorrectly; expected at least 12 spaces, found 10
(#80) Inline control structures are not allowed
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) The use of function print_r() is forbidden
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) No space found before comment text; expected "// Get students" but found "//Get students"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) No space found before comment text; expected "// Get teachers" but found "//Get teachers"
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) No space found before comment text; expected "// Add teachers to students" but found "//Add teachers to students"
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) No space found before comment text; expected "// Return students array (it contains an array of unique users)" but found "//Return students array (it contains an array of unique users)"
(#300) 80 slashes comments are not allowed; use "// Comment." instead
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) 80 slashes comments are not allowed; use "// Comment." instead
(#319) Expected 1 space before "=>"; 0 found
(#319) Expected 1 space after "=>"; 0 found
(#319) Commas (,) must be followed by white space.
(#319) Expected 1 space before "=>"; 0 found
(#319) Expected 1 space after "=>"; 0 found
(#337) Expected 1 space before "=>"; 0 found
(#337) Expected 1 space after "=>"; 0 found
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Variable "sessions_summary" must not contain underscores.
(#413) Variable "sessions_summary" must not contain underscores.
(#414) Variable "sessions_summary" must not contain underscores.
(#415) Variable "sessions_summary" must not contain underscores.
(#416) Variable "sessions_summary" must not contain underscores.
(#418) Expected "if (...) {\n"; found "if (...){\n"
(#418) Expected 1 space before "=="; 0 found
(#418) Expected 1 space after "=="; 0 found
(#419) Variable "sessions_summary" must not contain underscores.
(#420) Expected "} else {\n"; found "}else{\n"
(#421) Variable "sessions_summary" must not contain underscores.
(#446) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#456) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#464) 80 slashes comments are not allowed; use "// Comment." instead
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) 80 slashes comments are not allowed; use "// Comment." instead
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#523) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Inline comments must start with a capital letter, digit or 3-dots sequence
(#558) Inline comments must end in full-stops, exclamation marks, or question marks
(#567) This comment is 55% valid code; is this commented out code?
(#567) Line indented incorrectly; expected at least 8 spaces, found 0
(#575) Line indented incorrectly; expected at least 8 spaces, found 1
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) 80 slashes comments are not allowed; use "// Comment." instead
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) 80 slashes comments are not allowed; use "// Comment." instead
(#606) Expected "if (...) {\n"; found "if (...){\n"
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#614) Expected 1 space before "=>"; 0 found
(#622) Expected 1 space before "=>"; 0 found
(#629) 80 slashes comments are not allowed; use "// Comment." instead
(#631) Inline comments must end in full-stops, exclamation marks, or question marks
(#631) 80 slashes comments are not allowed; use "// Comment." instead
(#642) Expected 1 space before "=>"; 0 found
(#642) Expected 1 space after "=>"; 0 found
(#681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#681) Inline comments must end in full-stops, exclamation marks, or question marks
(#686) Expected 1 space before "=>"; 0 found
(#686) Expected 1 space after "=>"; 0 found
(#686) Expected 1 space before "=>"; 0 found
(#686) Expected 1 space after "=>"; 0 found
(#686) Expected 1 space before "=>"; 0 found
(#686) Expected 1 space after "=>"; 0 found
(#689) Line indented incorrectly; expected at least 4 spaces, found 3
mod/jclic/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#129) Expected 9 space(s) before asterisk; 5 found
(#130) Expected 9 space(s) before asterisk; 5 found
(#131) Expected 9 space(s) before asterisk; 5 found
(#132) Expected 9 space(s) before asterisk; 5 found
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Line exceeds 132 characters; contains 140 characters
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#499) Line exceeds 132 characters; contains 134 characters
(#516) Line exceeds maximum limit of 180 characters; contains 245 characters
(#551) Expected 1 space after closing parenthesis; found 0
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) This comment is 73% valid code; is this commented out code?
(#561) No space found before comment text; expected "// resource_print_filenotfound($resource, $cm, $course);" but found "//resource_print_filenotfound($resource, $cm, $course);"
(#576) Expected 1 space(s) before asterisk; 0 found
(#577) Expected 1 space(s) before asterisk; 0 found
(#578) Expected 1 space(s) before asterisk; 0 found
(#579) Expected 1 space(s) before asterisk; 0 found
(#615) Expected 1 space(s) before asterisk; 0 found
(#616) Expected 1 space(s) before asterisk; 0 found
(#617) Expected 1 space(s) before asterisk; 0 found
(#618) Expected 1 space(s) before asterisk; 0 found
(#625) Line indented incorrectly; expected 8 spaces, found 16
(#625) Expected "if (...) {\n"; found "if (...){\n"
(#627) Line indented incorrectly; expected 8 spaces, found 16
(#638) Expected 1 space after closing parenthesis; found 0
(#642) Expected 1 space after closing parenthesis; found 0
(#647) 80 slashes comments are not allowed; use "// Comment." instead
(#649) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) 80 slashes comments are not allowed; use "// Comment." instead
(#653) Expected 1 space(s) before asterisk; 0 found
(#654) Expected 1 space(s) before asterisk; 0 found
(#655) Expected 1 space(s) before asterisk; 0 found
(#655) Line exceeds 132 characters; contains 162 characters
(#655) Spaces must be used for alignment; tabs are not allowed
(#656) Expected 1 space(s) before asterisk; 0 found
(#656) Spaces must be used for alignment; tabs are not allowed
(#657) Expected 1 space(s) before asterisk; 0 found
(#657) Spaces must be used for alignment; tabs are not allowed
(#658) Expected 1 space(s) before asterisk; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#670) Expected "if (...) {\n"; found "if(...){\n"
(#672) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#674) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Expected 1 space before "+"; 0 found
(#674) Expected 1 space after "+"; 0 found
(#675) Expected 1 space before "="; 0 found
(#675) Expected 1 space after "="; 0 found
(#682) Expected 1 space(s) before asterisk; 0 found
(#683) Expected 1 space(s) before asterisk; 0 found
(#684) Expected 1 space(s) before asterisk; 0 found
(#684) Line exceeds maximum limit of 180 characters; contains 186 characters
(#684) Spaces must be used for alignment; tabs are not allowed
(#685) Expected 1 space(s) before asterisk; 0 found
(#685) Spaces must be used for alignment; tabs are not allowed
(#686) Expected 1 space(s) before asterisk; 0 found
(#687) Variable "session_id" must not contain underscores.
(#691) Expected "if (...) {\n"; found "if(...){\n"
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "session_id" must not contain underscores.
(#692) Expected 1 space before "="; 0 found
(#692) Expected 1 space after "="; 0 found
(#693) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#694) Expected 1 space before "="; 0 found
(#694) Expected 1 space after "="; 0 found
(#702) Expected 1 space(s) before asterisk; 0 found
(#703) Expected 1 space(s) before asterisk; 0 found
(#704) Expected 1 space(s) before asterisk; 0 found
(#704) Spaces must be used for alignment; tabs are not allowed
(#705) Expected 1 space(s) before asterisk; 0 found
(#705) Spaces must be used for alignment; tabs are not allowed
(#706) Expected 1 space(s) before asterisk; 0 found
(#711) Expected 1 space before "="; 0 found
(#711) Expected 1 space after "="; 0 found
(#712) Expected 1 space before "="; 0 found
(#712) Expected 1 space after "="; 0 found
(#713) Expected "if (...) {\n"; found "if(...){\n"
(#716) Commas (,) must be followed by white space.
(#719) Expected "if (...) {\n"; found "if (...){\n"
(#723) Expected 1 space before "="; 0 found
(#723) Expected 1 space after "="; 0 found
(#726) Expected "if (...) {\n"; found "if (...){\n"
(#730) Expected 1 space before "="; 0 found
(#730) Expected 1 space after "="; 0 found
(#737) Expected 1 space(s) before asterisk; 0 found
(#738) Expected 1 space(s) before asterisk; 0 found
(#739) Expected 1 space(s) before asterisk; 0 found
(#740) Expected 1 space(s) before asterisk; 0 found
(#741) Variable "session_id" must not contain underscores.
(#741) Expected 1 space after closing parenthesis; found 0
(#742) Variable "table_html" must not contain underscores.
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#752) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) Variable "session_id" must not contain underscores.
(#756) Expected "if (...) {\n"; found "if (...){\n"
(#756) The use of function sizeof() is forbidden; use count() instead
(#756) Expected 1 space before ">"; 0 found
(#756) Expected 1 space after ">"; 0 found
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#760) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#761) Variable "act_percent" must not contain underscores.
(#761) Expected 1 space before "="; 0 found
(#761) Expected 1 space after "="; 0 found
(#761) Expected 1 space before ">"; 0 found
(#761) Expected 1 space after ">"; 0 found
(#761) Expected 1 space before "?"; 0 found
(#761) Expected 1 space after "?"; 0 found
(#761) Expected 1 space before "/"; 0 found
(#761) Expected 1 space after "/"; 0 found
(#761) Expected 1 space before "*"; 0 found
(#761) Expected 1 space after "*"; 0 found
(#761) Commas (,) must be followed by white space.
(#761) Expected 1 space before ":"; 0 found
(#761) Expected 1 space after ":"; 0 found
(#763) Expected 1 space before "?"; 0 found
(#763) Expected 1 space after "?"; 0 found
(#763) Expected 1 space before ":"; 0 found
(#763) Expected 1 space after ":"; 0 found
(#763) Space found before semicolon; expected ");" but found ") ;"
(#764) Expected 1 space before "?"; 0 found
(#764) Expected 1 space after "?"; 0 found
(#764) Expected 1 space before ":"; 0 found
(#764) Expected 1 space after ":"; 0 found
(#764) Variable "act_percent" must not contain underscores.
(#764) Line exceeds maximum limit of 180 characters; contains 240 characters
(#767) Variable "table_html" must not contain underscores.
(#769) Variable "table_html" must not contain underscores.
(#777) Expected 1 space after closing parenthesis; found 0
(#778) Expected 1 space before "/"; 0 found
(#778) Expected 1 space after "/"; 0 found
(#778) Commas (,) must be followed by white space.
(#782) Expected 1 space(s) before asterisk; 0 found
(#783) Expected 1 space(s) before asterisk; 0 found
(#784) Expected 1 space(s) before asterisk; 0 found
(#784) Spaces must be used for alignment; tabs are not allowed
(#785) Expected 1 space(s) before asterisk; 0 found
(#790) Variable "sessions_summary" must not contain underscores.
(#791) Variable "sessions_summary" must not contain underscores.
(#792) Variable "sessions_summary" must not contain underscores.
(#793) Variable "sessions_summary" must not contain underscores.
(#794) Variable "sessions_summary" must not contain underscores.
(#795) Variable "sessions_summary" must not contain underscores.
(#796) Variable "sessions_summary" must not contain underscores.
(#798) Expected "if (...) {\n"; found "if (...){\n"
(#798) Line exceeds 132 characters; contains 163 characters
(#799) Line exceeds 132 characters; contains 147 characters
(#803) Variable "sessions_summary" must not contain underscores.
(#803) Expected 1 space before "="; 0 found
(#803) Expected 1 space after "="; 0 found
(#804) Variable "sessions_summary" must not contain underscores.
(#804) Expected 1 space before "="; 0 found
(#804) Expected 1 space after "="; 0 found
(#804) Commas (,) must be followed by white space.
(#805) Variable "sessions_summary" must not contain underscores.
(#806) Variable "sessions_summary" must not contain underscores.
(#806) Expected 1 space before "="; 0 found
(#806) Expected 1 space after "="; 0 found
(#809) Expected "if (...) {\n"; found "if (...){\n"
(#812) Line exceeds 132 characters; contains 140 characters
(#813) Variable "sessions_summary" must not contain underscores.
(#813) Expected 1 space before "="; 0 found
(#813) Expected 1 space after "="; 0 found
(#815) Expected "if (...) {\n"; found "if (...){\n"
(#818) Line exceeds 132 characters; contains 164 characters
(#819) Line indented incorrectly; expected at least 8 spaces, found 4
(#819) Variable "sessions_summary" must not contain underscores.
(#819) Expected 1 space before "="; 0 found
(#819) Expected 1 space after "="; 0 found
(#821) Variable "sessions_summary" must not contain underscores.
(#825) Expected 1 space(s) before asterisk; 0 found
(#826) Expected 1 space(s) before asterisk; 0 found
(#827) Expected 1 space(s) before asterisk; 0 found
(#828) Expected 1 space(s) before asterisk; 0 found
(#828) Spaces must be used for alignment; tabs are not allowed
(#829) Expected 1 space(s) before asterisk; 0 found
(#830) Expected 1 space after closing parenthesis; found 0
(#831) Expected 1 space before "/"; 0 found
(#831) Expected 1 space after "/"; 0 found
(#831) Commas (,) must be followed by white space.
(#831) Commas (,) must be followed by white space.
(#831) Expected 1 space before "/"; 0 found
(#831) Expected 1 space after "/"; 0 found
(#831) Commas (,) must be followed by white space.
(#839) Expected "if (...) {\n"; found "if (...){\n"
mod/jclic/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Visibility must be declared on method "definition"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Line exceeds 132 characters; contains 149 characters
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 77% valid code; is this commented out code?
(#89) No space found before comment text; expected "// $mform->setHelpButton('exiturl', array('exiturl',get_string('exiturl', 'jclic'), 'jclic'), false, 'helpbutton');" but found "//$mform->setHelpButton('exiturl', array('exiturl',get_string('exiturl', 'jclic'), 'jclic'), false, 'helpbutton');"
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) No space found before comment text; expected "// ---GRADING-------------------------------------------------------------------------------" but found "//---GRADING-------------------------------------------------------------------------------"
(#103) This comment is 70% valid code; is this commented out code?
(#111) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// ---OPTIONS---------------------------------------------------------------------------" but found "//---OPTIONS---------------------------------------------------------------------------"
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#129) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Visibility must be declared on method "data_preprocessing"
(#138) Variable "default_values" must not contain underscores.
(#142) Variable "default_values" must not contain underscores.
(#163) Expected "} else {\n"; found "} else{\n"
(#166) Expected "if (...) {\n"; found "if (...){\n"
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Visibility must be declared on method "set_data"
(#181) Variable "default_values" must not contain underscores.
(#182) Variable "default_values" must not contain underscores.
(#182) Variable "default_values" must not contain underscores.
(#184) Variable "default_values" must not contain underscores.
(#185) Variable "default_values" must not contain underscores.
(#186) Variable "default_values" must not contain underscores.
(#187) Variable "default_values" must not contain underscores.
(#187) Variable "default_values" must not contain underscores.
(#188) Expected "} else {\n"; found "} else{\n"
(#189) Variable "default_values" must not contain underscores.
(#190) Variable "default_values" must not contain underscores.
(#190) Variable "default_values" must not contain underscores.
(#191) Variable "default_values" must not contain underscores.
(#195) Variable "default_values" must not contain underscores.
(#196) Variable "default_values" must not contain underscores.
(#199) Visibility must be declared on method "completion_rule_enabled"
mod/jclic/report.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Expected 1 space before "=="; 0 found
(#110) Expected 1 space after "=="; 0 found
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) 3 slashes comments are not allowed; use "// Comment." instead
(#172) Commas (,) must be followed by white space.
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 61% valid code; is this commented out code?
(#177) No space found before comment text; expected "// $grading_info = grade_get_grades($course->id, 'mod', 'jclic', $jclic->id, array_keys($ausers));" but found "//$grading_info = grade_get_grades($course->id, 'mod', 'jclic', $jclic->id, array_keys($ausers));"
(#181) Variable "sessions_summary" must not contain underscores.
(#182) Variable "sessions_summary" must not contain underscores.
(#188) Line exceeds maximum limit of 180 characters; contains 205 characters
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "first_session" must not contain underscores.
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Line exceeds 132 characters; contains 169 characters
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Expected 1 space before ".="; 0 found
(#214) Expected 1 space after ".="; 0 found
(#214) Expected 1 space before "+"; 0 found
(#214) Expected 1 space after "+"; 0 found
(#214) The use of function sizeof() is forbidden; use count() instead
(#215) Expected 1 space before ".="; 0 found
(#216) Expected 1 space before ".="; 0 found
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Variable "first_session" must not contain underscores.
(#221) Variable "first_session" must not contain underscores.
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Expected 1 space before ">"; 0 found
(#234) Expected 1 space after ">"; 0 found
(#234) Expected 1 space before "?"; 0 found
(#234) Expected 1 space after "?"; 0 found
(#234) Expected 1 space before ":"; 0 found
(#234) Expected 1 space after ":"; 0 found
(#234) Variable "sessions_summary" must not contain underscores.
(#234) Expected 1 space before "?"; 0 found
(#234) Expected 1 space after "?"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Variable "sessions_summary" must not contain underscores.
(#234) Expected 1 space before ":"; 0 found
(#234) Expected 1 space after ":"; 0 found
(#234) Line exceeds 132 characters; contains 172 characters
(#235) Variable "sessions_summary" must not contain underscores.
(#235) Variable "sessions_summary" must not contain underscores.
(#236) Variable "sessions_summary" must not contain underscores.
(#237) Variable "sessions_summary" must not contain underscores.
(#238) Variable "sessions_summary" must not contain underscores.
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/tests/base_test.php
(#107) Expected 1 space before "=>"; 0 found
(#107) 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
(#118) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#160) Expected 1 space before "=>"; 0 found
(#160) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
mod/jclic/tests/lib_test.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/jclic/tests/test_jclic_backup.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) Variable "course_module_to_backup" must not contain underscores.
(#10) Variable "user_doing_the_backup" must not contain underscores.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Variable "course_module_to_backup" must not contain underscores.
(#13) Variable "user_doing_the_backup" must not contain underscores.
mod/jclic/tests/test_jclic_convert.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/jclic/tests/test_jclic_restore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/version.php
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#80) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(861 errors, 868 warnings)

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

mod/jclic/action/prototype.js
(#23) The '__proto__' property is deprecated. (no-proto)
(#24) The '__proto__' property is deprecated. (no-proto)
(#30) Unexpected empty function. (no-empty-function)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#32) Missing semicolon. (semi)
(#38) Missing semicolon. (semi)
(#40) Missing semicolon. (semi)
(#49) Missing semicolon. (semi)
(#54) Expected { after 'if' condition. (curly)
(#55) Expected { after 'if' condition. (curly)
(#58) Expected { after 'if' condition. (curly)
(#65) Expected space(s) after "switch". (keyword-spacing)
(#69) Expected no return value. (consistent-return)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected no return value. (consistent-return)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected no return value. (consistent-return)
(#73) Expected { after 'if' condition. (curly)
(#77) Expected { after 'if' condition. (curly)
(#80) Expected no return value. (consistent-return)
(#85) Expected { after 'for-in'. (curly)
(#92) Expected { after 'for-in'. (curly)
(#102) Function prototype is read only, properties should not be added. (no-extend-native)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#106) Missing semicolon. (semi)
(#107) Missing semicolon. (semi)
(#109) Function prototype is read only, properties should not be added. (no-extend-native)
(#110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#110) 'object' is already defined (no-redeclare)
(#113) Missing semicolon. (semi)
(#114) Missing semicolon. (semi)
(#140) Date prototype is read only, properties should not be added. (no-extend-native)
(#158) Empty block statement. (no-empty)
(#163) Missing semicolon. (semi)
(#165) Expected space or tab after '/*' in comment. (spaced-comment)
(#182) Expected { after 'if' condition. (curly)
(#197) Missing semicolon. (semi)
(#200) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Avoid arguments.callee. (no-caller)
(#218) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#221) Multiple spaces found before '='. (no-multi-spaces)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Unexpected use of comma operator. (no-sequences)
(#234) Expected { after 'if' condition. (curly)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) eval can be harmful. (no-eval)
(#272) Missing semicolon. (semi)
(#276) Avoid arguments.callee. (no-caller)
(#284) Do not nest ternary expressions (no-nested-ternary)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Infix operators must be spaced. (space-infix-ops)
(#285) Missing semicolon. (semi)
(#291) Expected { after 'if' condition. (curly)
(#297) Expected { after 'if' condition. (curly)
(#300) Expected { after 'if' condition. (curly)
(#303) Expected { after 'else'. (curly)
(#303) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#320) Expected { after 'for' condition. (curly)
(#325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Expected { after 'if' condition. (curly)
(#332) Expected { after 'for' condition. (curly)
(#343) Line 343 exceeds the maximum line length of 132. (max-len)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#351) Unexpected control character in regular expression. (no-control-regex)
(#355) Expected { after 'if' condition. (curly)
(#370) Expected { after 'if' condition. (curly)
(#371) eval can be harmful. (no-eval)
(#372) Empty block statement. (no-empty)
(#398) Expected { after 'if' condition. (curly)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#408) Expected { after 'if' condition. (curly)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#411) Missing semicolon. (semi)
(#413) String prototype is read only, properties should not be added. (no-extend-native)
(#420) Unexpected use of 'with' statement. (no-with)
(#420) 'div' is not defined. (no-undef)
(#420) 'text' is not defined. (no-undef)
(#427) Multiple spaces found before '='. (no-multi-spaces)
(#433) Expected { after 'if' condition. (curly)
(#437) Missing semicolon. (semi)
(#439) '$continue' is defined but never used (no-unused-vars)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#449) Expected { after 'if' condition. (curly)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#456) Expected { after 'while' condition. (curly)
(#457) Infix operators must be spaced. (space-infix-ops)
(#465) Expected { after 'if' condition. (curly)
(#473) Expected { after 'if' condition. (curly)
(#473) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#501) Expected { after 'if' condition. (curly)
(#511) Expected { after 'if' condition. (curly)
(#513) Missing semicolon. (semi)
(#531) Expected space(s) after "while". (keyword-spacing)
(#531) Expected { after 'while' condition. (curly)
(#554) Expected { after 'if' condition. (curly)
(#564) Expected { after 'if' condition. (curly)
(#571) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) 'index' is defined but never used (no-unused-vars)
(#590) Expected { after 'if' condition. (curly)
(#600) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#601) Do not nest ternary expressions (no-nested-ternary)
(#610) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#611) Expected { after 'if' condition. (curly)
(#627) Missing semicolon. (semi)
(#637) Expected { after 'if' condition. (curly)
(#642) Expected { after 'for' condition. (curly)
(#646) Missing semicolon. (semi)
(#650) Expected { after 'if' condition. (curly)
(#656) Expected { after 'for' condition. (curly)
(#660) Missing semicolon. (semi)
(#665) Expected { after 'if' condition. (curly)
(#666) Array prototype is read only, properties should not be added. (no-extend-native)
(#670) Expected { after 'for' condition. (curly)
(#689) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#708) Expected { after 'for' condition. (curly)
(#709) Expected { after 'if' condition. (curly)
(#723) Expected { after 'if' condition. (curly)
(#745) Expected { after 'if' condition. (curly)
(#751) Array prototype is read only, properties should not be added. (no-extend-native)
(#753) Missing JSDoc comment. (require-jsdoc)
(#753) '$w' is defined but never used (no-unused-vars)
(#758) Missing space before opening brace. (space-before-blocks)
(#759) Array prototype is read only, properties should not be added. (no-extend-native)
(#761) Expected { after 'for' condition. (curly)
(#761) 'i' used outside of binding context. (block-scoped-var)
(#761) 'length' used outside of binding context. (block-scoped-var)
(#761) 'i' used outside of binding context. (block-scoped-var)
(#761) 'length' used outside of binding context. (block-scoped-var)
(#761) 'i' used outside of binding context. (block-scoped-var)
(#761) 'i' used outside of binding context. (block-scoped-var)
(#762) 'i' is already defined (no-redeclare)
(#762) 'i' used outside of binding context. (block-scoped-var)
(#762) 'length' is already defined (no-redeclare)
(#762) 'length' used outside of binding context. (block-scoped-var)
(#762) 'i' used outside of binding context. (block-scoped-var)
(#762) 'length' used outside of binding context. (block-scoped-var)
(#762) 'i' used outside of binding context. (block-scoped-var)
(#763) 'i' used outside of binding context. (block-scoped-var)
(#764) Expected { after 'for' condition. (curly)
(#764) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#767) 'i' used outside of binding context. (block-scoped-var)
(#771) Missing semicolon. (semi)
(#774) Expected { after 'if' condition. (curly)
(#775) Expected { after 'else'. (curly)
(#781) Avoid arguments.callee. (no-caller)
(#784) Expected { after 'if' condition. (curly)
(#788) Expected { after 'if' condition. (curly)
(#803) Expected { after 'if' condition. (curly)
(#809) 'prefix' is defined but never used (no-unused-vars)
(#811) Expected { after 'if' condition. (curly)
(#812) Expected { after 'else'. (curly)
(#812) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#813) Missing semicolon. (semi)
(#820) Expected { after 'if' condition. (curly)
(#846) Expected space(s) after "for". (keyword-spacing)
(#848) Missing space before opening brace. (space-before-blocks)
(#849) Expected { after 'if' condition. (curly)
(#851) Expected { after 'if' condition. (curly)
(#852) Missing semicolon. (semi)
(#875) Missing JSDoc comment. (require-jsdoc)
(#876) Expected { after 'if' condition. (curly)
(#878) Unnecessary semicolon. (no-extra-semi)
(#881) Expected { after 'if' condition. (curly)
(#882) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#884) Expected { after 'for-in'. (curly)
(#884) 'property' is defined but never used (no-unused-vars)
(#890) Expected { after 'if' condition. (curly)
(#898) 'ObjectRange' is not defined. (no-undef)
(#899) 'ObjectRange' is not defined. (no-undef)
(#900) 'ObjectRange' is not defined. (no-undef)
(#916) Expected { after 'if' condition. (curly)
(#918) Expected { after 'if' condition. (curly)
(#925) 'ObjectRange' is not defined. (no-undef)
(#926) Missing semicolon. (semi)
(#931) Requires a space after '{'. (block-spacing)
(#931) Statement inside of curly braces should be on next line. (brace-style)
(#931) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#931) Missing semicolon. (semi)
(#931) Requires a space before '}'. (block-spacing)
(#932) Requires a space after '{'. (block-spacing)
(#932) Statement inside of curly braces should be on next line. (brace-style)
(#932) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#932) 'ActiveXObject' is not defined. (no-undef)
(#932) Requires a space before '}'. (block-spacing)
(#932) Missing semicolon. (semi)
(#933) Requires a space after '{'. (block-spacing)
(#933) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) 'ActiveXObject' is not defined. (no-undef)
(#933) Requires a space before '}'. (block-spacing)
(#933) Missing semicolon. (semi)
(#938) Missing semicolon. (semi)
(#948) Expected { after 'if' condition. (curly)
(#960) unnecessary '.apply()'. (no-useless-call)
(#961) Empty block statement. (no-empty)
(#978) Unexpected empty function. (no-empty-function)
(#987) Missing semicolon. (semi)
(#991) Expected { after 'if' condition. (curly)
(#994) Missing semicolon. (semi)
(#1016) ["_method"] is better written in dot notation. (dot-notation)
(#1022) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1024) Expected { after 'if' condition. (curly)
(#1026) Expected { after 'if' condition. (curly)
(#1031) Expected { after 'if' condition. (curly)
(#1037) Expected { after 'if' condition. (curly)
(#1038) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1038) Statement inside of curly braces should be on next line. (brace-style)
(#1038) Missing semicolon. (semi)
(#1047) Expected { after 'if' condition. (curly)
(#1051) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1058) Expected { after 'if' condition. (curly)
(#1077) Expected { after 'if' condition. (curly)
(#1078) A space is required after ','. (comma-spacing)
(#1079) ["Connection"] is better written in dot notation. (dot-notation)
(#1086) Expected { after 'if' condition. (curly)
(#1087) Expected { after 'for' condition. (curly)
(#1088) Infix operators must be spaced. (space-infix-ops)
(#1089) Expected { after 'else'. (curly)
(#1090) Statement inside of curly braces should be on next line. (brace-style)
(#1090) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1090) Missing semicolon. (semi)
(#1093) Expected { after 'for-in'. (curly)
(#1104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1117) Expected { after 'if' condition. (curly)
(#1138) Statement inside of curly braces should be on next line. (brace-style)
(#1138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1138) Missing semicolon. (semi)
(#1145) Statement inside of curly braces should be on next line. (brace-style)
(#1145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1145) Missing semicolon. (semi)
(#1148) Expected to return a value at the end of this function. (consistent-return)
(#1150) eval can be harmful. (no-eval)
(#1169) Missing semicolon. (semi)
(#1187) Expected { after 'if' condition. (curly)
(#1189) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1190) Expected { after 'if' condition. (curly)
(#1192) Expected { after 'else'. (curly)
(#1197) Expected { after 'if' condition. (curly)
(#1245) Missing JSDoc comment. (require-jsdoc)
(#1247) Expected { after 'for' condition. (curly)
(#1249) 'elements' used outside of binding context. (block-scoped-var)
(#1251) Expected { after 'if' condition. (curly)
(#1261) Expected { after 'for' condition. (curly)
(#1269) Missing semicolon. (semi)
(#1271) Expected { after 'else'. (curly)
(#1273) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1276) Expected { after 'if' condition. (curly)
(#1282) Expected space or tab after '/*' in comment. (spaced-comment)
(#1284) Expected { after 'if' condition. (curly)
(#1288) Expected { after 'if' condition. (curly)
(#1292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1297) Unexpected use of comma operator. (no-sequences)
(#1302) Expected { after 'if' condition. (curly)
(#1306) Expected { after 'if' condition. (curly)
(#1316) Return statement should not contain assignment. (no-return-assign)
(#1318) Missing semicolon. (semi)
(#1352) Requires a space after '{'. (block-spacing)
(#1352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1352) Statement inside of curly braces should be on next line. (brace-style)
(#1352) Missing semicolon. (semi)
(#1352) Requires a space before '}'. (block-spacing)
(#1367) Requires a space after '{'. (block-spacing)
(#1367) Statement inside of curly braces should be on next line. (brace-style)
(#1367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1367) Missing semicolon. (semi)
(#1367) Requires a space before '}'. (block-spacing)
(#1375) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1377) Expected { after 'if' condition. (curly)
(#1385) Expected { after 'while' condition. (curly)
(#1385) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1386) Expected { after 'if' condition. (curly)
(#1401) Expected { after 'while' condition. (curly)
(#1406) Expected { after 'if' condition. (curly)
(#1407) Expected { after 'while' condition. (curly)
(#1408) Expected { after 'if' condition. (curly)
(#1426) Expected { after 'if' condition. (curly)
(#1433) Expected { after 'if' condition. (curly)
(#1441) Expected { after 'if' condition. (curly)
(#1449) Expected { after 'if' condition. (curly)
(#1457) Expected { after 'if' condition. (curly)
(#1464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1475) Expected { after 'if' condition. (curly)
(#1477) Expected { after 'if' condition. (curly)
(#1478) Expected { after 'if' condition. (curly)
(#1478) Multiple spaces found before 'name'. (no-multi-spaces)
(#1498) Expected { after 'if' condition. (curly)
(#1500) Expected { after 'if' condition. (curly)
(#1500) Expected no return value. (consistent-return)
(#1501) Expected { after 'if' condition. (curly)
(#1503) Expected no return value. (consistent-return)
(#1504) Expected no return value. (consistent-return)
(#1508) Expected { after 'if' condition. (curly)
(#1510) Expected no return value. (consistent-return)
(#1514) Expected { after 'if' condition. (curly)
(#1516) Expected no return value. (consistent-return)
(#1520) Expected { after 'if' condition. (curly)
(#1522) Expected no return value. (consistent-return)
(#1526) 'Event' used outside of binding context. (block-scoped-var)
(#1526) 'Event' used outside of binding context. (block-scoped-var)
(#1531) 'Event' used outside of binding context. (block-scoped-var)
(#1531) 'Event' used outside of binding context. (block-scoped-var)
(#1541) Expected { after 'if' condition. (curly)
(#1553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1553) Unexpected use of comma operator. (no-sequences)
(#1554) Expected { after 'while' condition. (curly)
(#1554) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1555) Expected { after 'if' condition. (curly)
(#1574) Expected { after 'if' condition. (curly)
(#1586) Expected { after 'for-in'. (curly)
(#1587) Expected { after 'if' condition. (curly)
(#1587) Missing semicolon. (semi)
(#1588) Expected { after 'else'. (curly)
(#1589) Do not nest ternary expressions (no-nested-ternary)
(#1598) Do not nest ternary expressions (no-nested-ternary)
(#1606) Expected { after 'if' condition. (curly)
(#1606) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1657) Expected { after 'if' condition. (curly)
(#1659) Expected { after 'if' condition. (curly)
(#1666) Expected { after 'if' condition. (curly)
(#1681) Expected space(s) after "switch". (keyword-spacing)
(#1686) Expected { after 'if' condition. (curly)
(#1687) Expected a 'break' statement before 'default'. (no-fallthrough)
(#1691) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1696) Expected { after 'if' condition. (curly)
(#1699) Expected { after 'if' condition. (curly)
(#1699) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1705) Expected { after 'if' condition. (curly)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1714) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1716) A space is required after ','. (comma-spacing)
(#1718) Expected { after 'if' condition. (curly)
(#1729) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1734) Multiple spaces found before 'html'. (no-multi-spaces)
(#1735) 'depth' is not defined. (no-undef)
(#1738) Multiple spaces found before 'html'. (no-multi-spaces)
(#1739) 'depth' is not defined. (no-undef)
(#1742) Multiple spaces found before 'html'. (no-multi-spaces)
(#1743) 'depth' is not defined. (no-undef)
(#1745) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1745) Statement inside of curly braces should be on next line. (brace-style)
(#1745) Missing semicolon. (semi)
(#1746) 'depth' is not defined. (no-undef)
(#1746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1746) Statement inside of curly braces should be on next line. (brace-style)
(#1746) Missing semicolon. (semi)
(#1747) Statement inside of curly braces should be on next line. (brace-style)
(#1747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1747) Missing semicolon. (semi)
(#1751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1751) Statement inside of curly braces should be on next line. (brace-style)
(#1751) Missing semicolon. (semi)
(#1753) Missing semicolon. (semi)
(#1755) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1758) Do not nest ternary expressions (no-nested-ternary)
(#1759) Do not nest ternary expressions (no-nested-ternary)
(#1808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1820) The '__proto__' property is deprecated. (no-proto)
(#1822) The '__proto__' property is deprecated. (no-proto)
(#1827) Expected { after 'if' condition. (curly)
(#1832) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1850) Expected { after 'if' condition. (curly)
(#1850) 'tagName' used outside of binding context. (block-scoped-var)
(#1852) Expected { after 'if' condition. (curly)
(#1852) 'tagName' used outside of binding context. (block-scoped-var)
(#1852) 'tagName' used outside of binding context. (block-scoped-var)
(#1853) Expected { after 'else'. (curly)
(#1853) 'tagName' used outside of binding context. (block-scoped-var)
(#1856) Missing JSDoc comment. (require-jsdoc)
(#1858) Expected { after 'if' condition. (curly)
(#1863) Missing JSDoc comment. (require-jsdoc)
(#1868) Expected { after 'if' condition. (curly)
(#1873) Missing JSDoc comment. (require-jsdoc)
(#1886) Expected { after 'if' condition. (curly)
(#1887) Expected { after 'if' condition. (curly)
(#1889) Expected { after 'if' condition. (curly)
(#1891) Expected { after 'if' condition. (curly)
(#1894) The '__proto__' property is deprecated. (no-proto)
(#1906) Expected { after 'if' condition. (curly)
(#1915) 'Toggle' is defined but never used (no-unused-vars)
(#1915) There should be no space after '{' (object-curly-spacing)
(#1915) There should be no space before '}' (object-curly-spacing)
(#1917) Expected space or tab after '/*' in comment. (spaced-comment)
(#1921) Missing semicolon. (semi)
(#1941) Expected { after 'if' condition. (curly)
(#1945) Requires a space after '{'. (block-spacing)
(#1945) Statement inside of curly braces should be on next line. (brace-style)
(#1945) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1945) Missing semicolon. (semi)
(#1945) Requires a space before '}'. (block-spacing)
(#1953) Missing semicolon. (semi)
(#2012) Expected space or tab after '/*' in comment. (spaced-comment)
(#2031) Expected { after 'if' condition. (curly)
(#2036) Expected { after 'if' condition. (curly)
(#2058) Expected to return a value at the end of this function. (consistent-return)
(#2060) Expected { after 'if' condition. (curly)
(#2063) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2063) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2063) 'h' is defined but never used (no-unused-vars)
(#2064) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2067) Expected a return value. (consistent-return)
(#2076) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2078) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2086) eval can be harmful. (no-eval)
(#2091) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2092) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2092) Multiple spaces found before 'm'. (no-multi-spaces)
(#2102) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2117) Expected { after 'if' condition. (curly)
(#2143) Expected { after 'if' condition. (curly)
(#2156) Expected { after 'if' condition. (curly)
(#2157) Expected { after 'if' condition. (curly)
(#2178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2179) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2179) 'm' is already defined (no-redeclare)
(#2185) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2216) Expected to return a value at the end of this function. (consistent-return)
(#2217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2218) Expected { after 'if' condition. (curly)
(#2219) Expected { after 'if' condition. (curly)
(#2219) Multiple spaces found before 'formula'. (no-multi-spaces)
(#2220) Expected { after 'if' condition. (curly)
(#2220) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2222) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2223) Expected { after 'if' condition. (curly)
(#2229) There should be no space before '}' (object-curly-spacing)
(#2245) Expected { after 'if' condition. (curly)
(#2275) Expected { after 'for' condition. (curly)
(#2275) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2282) Expected { after 'for' condition. (curly)
(#2282) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2288) Expected { after 'for' condition. (curly)
(#2288) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2299) 'nodes' used outside of binding context. (block-scoped-var)
(#2299) 'i' used outside of binding context. (block-scoped-var)
(#2299) 'nodes' used outside of binding context. (block-scoped-var)
(#2299) 'j' used outside of binding context. (block-scoped-var)
(#2299) 'i' used outside of binding context. (block-scoped-var)
(#2299) 'i' used outside of binding context. (block-scoped-var)
(#2300) 'node' is not defined. (no-undef)
(#2300) 'nodes' used outside of binding context. (block-scoped-var)
(#2300) 'i' used outside of binding context. (block-scoped-var)
(#2301) Expected { after 'if' condition. (curly)
(#2301) 'node' is not defined. (no-undef)
(#2301) 'node' is not defined. (no-undef)
(#2301) 'node' is not defined. (no-undef)
(#2301) 'j' used outside of binding context. (block-scoped-var)
(#2304) Expected { after 'for' condition. (curly)
(#2304) 'i' used outside of binding context. (block-scoped-var)
(#2304) 'i' is already defined (no-redeclare)
(#2304) 'j' used outside of binding context. (block-scoped-var)
(#2304) 'j' is already defined (no-redeclare)
(#2304) 'nodes' used outside of binding context. (block-scoped-var)
(#2304) 'nodes' is already defined (no-redeclare)
(#2304) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2304) 'node' is not defined. (no-undef)
(#2304) 'nodes' used outside of binding context. (block-scoped-var)
(#2304) 'i' used outside of binding context. (block-scoped-var)
(#2304) 'i' used outside of binding context. (block-scoped-var)
(#2305) Expected { after 'if' condition. (curly)
(#2305) 'node' is not defined. (no-undef)
(#2305) 'node' is not defined. (no-undef)
(#2305) 'node' is not defined. (no-undef)
(#2305) 'j' used outside of binding context. (block-scoped-var)
(#2311) Expected { after 'if' condition. (curly)
(#2312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2313) Expected { after 'for' condition. (curly)
(#2324) Expected { after 'for' condition. (curly)
(#2324) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2326) 'results' used outside of binding context. (block-scoped-var)
(#2330) 'h' is defined but never used (no-unused-vars)
(#2331) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2332) Expected { after 'for' condition. (curly)
(#2332) 'children' is defined but never used (no-unused-vars)
(#2332) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2333) Expected { after 'if' condition. (curly)
(#2335) 'results' used outside of binding context. (block-scoped-var)
(#2339) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2341) Expected { after 'if' condition. (curly)
(#2343) 'results' used outside of binding context. (block-scoped-var)
(#2348) Expected { after 'for' condition. (curly)
(#2348) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2350) 'results' used outside of binding context. (block-scoped-var)
(#2354) Expected { after 'while' condition. (curly)
(#2354) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2355) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2355) Expected { after 'if' condition. (curly)
(#2360) Expected { after 'while' condition. (curly)
(#2360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2361) Expected { after 'if' condition. (curly)
(#2368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2373) Expected { after 'for' condition. (curly)
(#2373) 'i' used outside of binding context. (block-scoped-var)
(#2373) 'node' used outside of binding context. (block-scoped-var)
(#2373) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2373) 'i' used outside of binding context. (block-scoped-var)
(#2373) 'i' used outside of binding context. (block-scoped-var)
(#2374) 'node' used outside of binding context. (block-scoped-var)
(#2376) Expected { after 'else'. (curly)
(#2377) Expected { after 'if' condition. (curly)
(#2379) Expected { after 'for' condition. (curly)
(#2379) 'i' is already defined (no-redeclare)
(#2379) 'i' used outside of binding context. (block-scoped-var)
(#2379) 'node' is already defined (no-redeclare)
(#2379) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2379) 'node' used outside of binding context. (block-scoped-var)
(#2379) 'i' used outside of binding context. (block-scoped-var)
(#2379) 'i' used outside of binding context. (block-scoped-var)
(#2380) Expected { after 'if' condition. (curly)
(#2380) 'node' used outside of binding context. (block-scoped-var)
(#2380) 'node' used outside of binding context. (block-scoped-var)
(#2382) Expected { after 'else'. (curly)
(#2386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2387) Expected { after 'if' condition. (curly)
(#2391) Expected { after 'for' condition. (curly)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'node' used outside of binding context. (block-scoped-var)
(#2391) 'node' used outside of binding context. (block-scoped-var)
(#2391) 'node' used outside of binding context. (block-scoped-var)
(#2391) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2391) 'i' used outside of binding context. (block-scoped-var)
(#2392) Expected { after 'if' condition. (curly)
(#2392) Blocks are nested too deeply (5). (max-depth)
(#2392) 'node' used outside of binding context. (block-scoped-var)
(#2392) 'node' used outside of binding context. (block-scoped-var)
(#2392) 'node' used outside of binding context. (block-scoped-var)
(#2394) Expected { after 'for' condition. (curly)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' is already defined (no-redeclare)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'node' is already defined (no-redeclare)
(#2394) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2394) 'node' used outside of binding context. (block-scoped-var)
(#2394) 'node' used outside of binding context. (block-scoped-var)
(#2394) 'node' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2394) 'i' used outside of binding context. (block-scoped-var)
(#2395) Blocks are nested too deeply (5). (max-depth)
(#2395) Expected { after 'if' condition. (curly)
(#2395) 'node' used outside of binding context. (block-scoped-var)
(#2395) 'node' used outside of binding context. (block-scoped-var)
(#2395) 'node' used outside of binding context. (block-scoped-var)
(#2397) Expected { after 'for' condition. (curly)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' is already defined (no-redeclare)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'node' is already defined (no-redeclare)
(#2397) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2397) 'node' used outside of binding context. (block-scoped-var)
(#2397) 'node' used outside of binding context. (block-scoped-var)
(#2397) 'node' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2397) 'i' used outside of binding context. (block-scoped-var)
(#2398) Blocks are nested too deeply (5). (max-depth)
(#2398) Expected { after 'if' condition. (curly)
(#2398) 'node' used outside of binding context. (block-scoped-var)
(#2398) 'node' used outside of binding context. (block-scoped-var)
(#2398) 'node' used outside of binding context. (block-scoped-var)
(#2400) Expected { after 'else'. (curly)
(#2402) Expected { after 'for' condition. (curly)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' is already defined (no-redeclare)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'node' is already defined (no-redeclare)
(#2402) 'node' used outside of binding context. (block-scoped-var)
(#2402) 'node' used outside of binding context. (block-scoped-var)
(#2402) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2402) 'node' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2402) 'i' used outside of binding context. (block-scoped-var)
(#2403) Expected { after 'if' condition. (curly)
(#2403) 'node' used outside of binding context. (block-scoped-var)
(#2403) 'node' used outside of binding context. (block-scoped-var)
(#2403) 'node' used outside of binding context. (block-scoped-var)
(#2410) Expected { after 'if' condition. (curly)
(#2415) Expected { after 'if' condition. (curly)
(#2417) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2419) Expected { after 'if' condition. (curly)
(#2420) Expected { after 'if' condition. (curly)
(#2423) 'results' used outside of binding context. (block-scoped-var)
(#2428) Expected { after 'for' condition. (curly)
(#2428) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2429) Expected { after 'if' condition. (curly)
(#2434) Expected { after 'if' condition. (curly)
(#2435) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2436) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2438) Expected { after 'if' condition. (curly)
(#2439) Expected { after 'if' condition. (curly)
(#2445) Expected { after 'if' condition. (curly)
(#2446) Expected { after 'if' condition. (curly)
(#2452) 'root' is defined but never used (no-unused-vars)
(#2453) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2454) Expected { after 'if' condition. (curly)
(#2457) 'results' used outside of binding context. (block-scoped-var)
(#2459) 'root' is defined but never used (no-unused-vars)
(#2460) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2461) Expected { after 'if' condition. (curly)
(#2464) 'results' used outside of binding context. (block-scoped-var)
(#2466) 'root' is defined but never used (no-unused-vars)
(#2468) Expected { after 'for' condition. (curly)
(#2468) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2469) Expected { after 'if' condition. (curly)
(#2471) 'results' used outside of binding context. (block-scoped-var)
(#2498) Expected { after 'if' condition. (curly)
(#2500) Expected { after 'if' condition. (curly)
(#2507) Expected { after 'if' condition. (curly)
(#2508) Expected { after 'if' condition. (curly)
(#2509) Expected { after 'if' condition. (curly)
(#2509) Multiple spaces found before 'formula'. (no-multi-spaces)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2512) 'node' used outside of binding context. (block-scoped-var)
(#2512) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2512) 'node' used outside of binding context. (block-scoped-var)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2512) 'i' used outside of binding context. (block-scoped-var)
(#2513) 'node' used outside of binding context. (block-scoped-var)
(#2513) 'node' used outside of binding context. (block-scoped-var)
(#2514) 'node' used outside of binding context. (block-scoped-var)
(#2514) 'node' used outside of binding context. (block-scoped-var)
(#2515) 'node' used outside of binding context. (block-scoped-var)
(#2515) 'node' used outside of binding context. (block-scoped-var)
(#2520) Expected { after 'for' condition. (curly)
(#2520) 'i' is already defined (no-redeclare)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2520) 'node' is already defined (no-redeclare)
(#2520) 'node' used outside of binding context. (block-scoped-var)
(#2520) 'node' used outside of binding context. (block-scoped-var)
(#2520) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2520) 'i' used outside of binding context. (block-scoped-var)
(#2521) Expected { after 'if' condition. (curly)
(#2521) 'node' used outside of binding context. (block-scoped-var)
(#2521) 'node' used outside of binding context. (block-scoped-var)
(#2521) 'node' used outside of binding context. (block-scoped-var)
(#2521) 'node' used outside of binding context. (block-scoped-var)
(#2522) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2523) Expected { after 'if' condition. (curly)
(#2527) 'i' is already defined (no-redeclare)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2527) 'node' is already defined (no-redeclare)
(#2527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2527) 'node' used outside of binding context. (block-scoped-var)
(#2527) 'node' used outside of binding context. (block-scoped-var)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2527) 'i' used outside of binding context. (block-scoped-var)
(#2528) Expected { after 'for' condition. (curly)
(#2529) Expected { after 'if' condition. (curly)
(#2529) 'node' used outside of binding context. (block-scoped-var)
(#2529) 'node' used outside of binding context. (block-scoped-var)
(#2529) 'node' used outside of binding context. (block-scoped-var)
(#2529) 'node' used outside of binding context. (block-scoped-var)
(#2537) 'root' is defined but never used (no-unused-vars)
(#2538) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2540) Expected { after 'if' condition. (curly)
(#2543) 'results' used outside of binding context. (block-scoped-var)
(#2547) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2547) 'selectorType' is defined but never used (no-unused-vars)
(#2547) 'm' is defined but never used (no-unused-vars)
(#2550) Expected { after 'for' condition. (curly)
(#2550) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2551) Expected { after 'if' condition. (curly)
(#2553) 'results' used outside of binding context. (block-scoped-var)
(#2556) 'root' is defined but never used (no-unused-vars)
(#2557) Expected { after 'for' condition. (curly)
(#2557) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2558) Expected { after 'if' condition. (curly)
(#2559) 'results' used outside of binding context. (block-scoped-var)
(#2562) 'root' is defined but never used (no-unused-vars)
(#2563) Expected { after 'for' condition. (curly)
(#2563) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2564) Expected { after 'if' condition. (curly)
(#2565) 'results' used outside of binding context. (block-scoped-var)
(#2568) 'root' is defined but never used (no-unused-vars)
(#2569) Expected { after 'for' condition. (curly)
(#2569) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2570) Expected { after 'if' condition. (curly)
(#2571) 'results' used outside of binding context. (block-scoped-var)
(#2576) Statement inside of curly braces should be on next line. (brace-style)
(#2576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2577) Statement inside of curly braces should be on next line. (brace-style)
(#2577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2578) Statement inside of curly braces should be on next line. (brace-style)
(#2578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2579) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2579) Statement inside of curly braces should be on next line. (brace-style)
(#2580) Statement inside of curly braces should be on next line. (brace-style)
(#2580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2581) Statement inside of curly braces should be on next line. (brace-style)
(#2581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2582) Statement inside of curly braces should be on next line. (brace-style)
(#2582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2588) Expected { after 'for' condition. (curly)
(#2588) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2589) Expected { after 'if' condition. (curly)
(#2591) 'results' used outside of binding context. (block-scoped-var)
(#2602) 'expressions' is already defined (no-redeclare)
(#2602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2611) 'l' used outside of binding context. (block-scoped-var)
(#2615) Missing JSDoc comment. (require-jsdoc)
(#2615) '$$' is defined but never used (no-unused-vars)
(#2627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2628) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2629) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2630) Expected { after 'if' condition. (curly)
(#2633) Expected { after 'else'. (curly)
(#2633) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2651) Expected { after 'if' condition. (curly)
(#2662) Expected { after 'if' condition. (curly)
(#2666) Expected { after 'if' condition. (curly)
(#2671) 'matchingInputs' used outside of binding context. (block-scoped-var)
(#2700) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2700) Unexpected use of comma operator. (no-sequences)
(#2706) Expected { after 'if' condition. (curly)
(#2710) Expected { after 'if' condition. (curly)
(#2715) Missing semicolon. (semi)
(#2717) Expected space or tab after '/*' in comment. (spaced-comment)
(#2729) Missing semicolon. (semi)
(#2764) Expected { after 'if' condition. (curly)
(#2767) Empty block statement. (no-empty)
(#2783) Missing semicolon. (semi)
(#2785) Expected space or tab after '/*' in comment. (spaced-comment)
(#2787) 'Field' is defined but never used (no-unused-vars)
(#2788) '$F' is defined but never used (no-unused-vars)
(#2790) Expected space or tab after '/*' in comment. (spaced-comment)
(#2822) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2823) Expected { after 'if' condition. (curly)
(#2825) 'values' is already defined (no-redeclare)
(#2827) Expected { after 'if' condition. (curly)
(#2829) 'values' used outside of binding context. (block-scoped-var)
(#2836) Missing semicolon. (semi)
(#2838) Expected space or tab after '/*' in comment. (spaced-comment)
(#2840) Unexpected empty function. (no-empty-function)
(#2840) Missing semicolon. (semi)
(#2844) Multiple spaces found before '='. (no-multi-spaces)
(#2845) Multiple spaces found before '='. (no-multi-spaces)
(#2864) Missing semicolon. (semi)
(#2880) Expected space or tab after '/*' in comment. (spaced-comment)
(#2882) Unexpected empty function. (no-empty-function)
(#2882) Missing semicolon. (semi)
(#2885) Multiple spaces found before '='. (no-multi-spaces)
(#2889) Expected { after 'if' condition. (curly)
(#2891) Expected { after 'else'. (curly)
(#2912) 'Event' used outside of binding context. (block-scoped-var)
(#2915) 'Event' used outside of binding context. (block-scoped-var)
(#2920) Missing semicolon. (semi)
(#2939) 'Event' used outside of binding context. (block-scoped-var)
(#2986) 'Event' used outside of binding context. (block-scoped-var)
(#2987) Expected { after 'while' condition. (curly)
(#2996) Expected { after 'if' condition. (curly)
(#3007) Expected { after 'if' condition. (curly)
(#3007) 'Event' used outside of binding context. (block-scoped-var)
(#3008) 'Event' used outside of binding context. (block-scoped-var)
(#3009) 'Event' used outside of binding context. (block-scoped-var)
(#3009) 'Event' used outside of binding context. (block-scoped-var)
(#3010) 'Event' used outside of binding context. (block-scoped-var)
(#3012) 'Event' used outside of binding context. (block-scoped-var)
(#3019) Expected { after 'if' condition. (curly)
(#3023) 'Event' used outside of binding context. (block-scoped-var)
(#3030) Expected { after 'if' condition. (curly)
(#3039) Empty block statement. (no-empty)
(#3045) Expected { after 'if' condition. (curly)
(#3046) 'Event' used outside of binding context. (block-scoped-var)
(#3046) 'Event' used outside of binding context. (block-scoped-var)
(#3056) Multiple spaces found before 'window'. (no-multi-spaces)
(#3060) Multiple spaces found before 'window'. (no-multi-spaces)
(#3067) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3069) Multiple spaces found before '||'. (no-multi-spaces)
(#3077) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3079) Multiple spaces found before '||'. (no-multi-spaces)
(#3087) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3089) Multiple spaces found before '||'. (no-multi-spaces)
(#3093) Expected space(s) after "if". (keyword-spacing)
(#3093) Expected { after 'if' condition. (curly)
(#3093) Infix operators must be spaced. (space-infix-ops)
(#3095) Expected { after 'if' condition. (curly)
(#3102) Expected { after 'if' condition. (curly)
(#3103) Expected { after 'if' condition. (curly)
(#3105) Expected { after 'while' condition. (curly)
(#3106) Expected { after 'if' condition. (curly)
(#3114) Expected { after 'if' condition. (curly)
(#3121) Multiple spaces found before 'this'. (no-multi-spaces)
(#3123) Multiple spaces found before 'this'. (no-multi-spaces)
(#3134) Multiple spaces found before 'this'. (no-multi-spaces)
(#3136) Multiple spaces found before 'this'. (no-multi-spaces)
(#3140) Expected to return a value at the end of this function. (consistent-return)
(#3141) Expected { after 'if' condition. (curly)
(#3142) Expected { after 'if' condition. (curly)
(#3145) Expected { after 'if' condition. (curly)
(#3151) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3155) Multiple spaces found before '||'. (no-multi-spaces)
(#3159) Expected { after 'if' condition. (curly)
(#3160) A space is required after ','. (comma-spacing)
(#3160) Infix operators must be spaced. (space-infix-ops)
(#3162) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3166) Infix operators must be spaced. (space-infix-ops)
(#3167) Multiple spaces found before '||'. (no-multi-spaces)
(#3170) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3183) Missing semicolon. (semi)
(#3195) A space is required after ','. (comma-spacing)
(#3207) Expected { after 'if' condition. (curly)
(#3207) Expected space(s) after "if". (keyword-spacing)
(#3207) Multiple spaces found before 'target'. (no-multi-spaces)
(#3207) Multiple spaces found before '='. (no-multi-spaces)
(#3208) Expected { after 'if' condition. (curly)
(#3208) Expected space(s) after "if". (keyword-spacing)
(#3208) Multiple spaces found before 'target'. (no-multi-spaces)
(#3208) Multiple spaces found before '='. (no-multi-spaces)
(#3209) Expected { after 'if' condition. (curly)
(#3209) Expected space(s) after "if". (keyword-spacing)
(#3209) Multiple spaces found before 'target'. (no-multi-spaces)
(#3210) Expected space(s) after "if". (keyword-spacing)
(#3210) Expected { after 'if' condition. (curly)
(#3215) Expected { after 'if' condition. (curly)
(#3219) Multiple spaces found before '='. (no-multi-spaces)
(#3220) Multiple spaces found before '='. (no-multi-spaces)
(#3221) Multiple spaces found before '='. (no-multi-spaces)
(#3222) Multiple spaces found before '='. (no-multi-spaces)
(#3224) Multiple spaces found before '='. (no-multi-spaces)
(#3224) Multiple spaces found before '||'. (no-multi-spaces)
(#3225) Multiple spaces found before '='. (no-multi-spaces)
(#3225) Multiple spaces found before '-'. (no-multi-spaces)
(#3226) Multiple spaces found before '='. (no-multi-spaces)
(#3230) Multiple spaces found before '='. (no-multi-spaces)
(#3231) Multiple spaces found before '='. (no-multi-spaces)
(#3232) Multiple spaces found before '='. (no-multi-spaces)
(#3238) Expected { after 'if' condition. (curly)
(#3242) Multiple spaces found before '='. (no-multi-spaces)
(#3242) Multiple spaces found before '||'. (no-multi-spaces)
(#3245) Multiple spaces found before '='. (no-multi-spaces)
(#3246) Multiple spaces found before '='. (no-multi-spaces)
(#3248) Multiple spaces found before '='. (no-multi-spaces)
(#3250) Missing semicolon. (semi)
(#3257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3259) Multiple spaces found before '||'. (no-multi-spaces)
(#3261) Expected { after 'if' condition. (curly)
(#3268) Missing semicolon. (semi)
mod/jclic/jclic.js
(#26) Identifier 'mod_jclic' is not in camel case. (camelcase)
(#29) 'setJarBase' is not defined. (no-undef)
(#29) ["jclic_jarbase"] is better written in dot notation. (dot-notation)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) 'setReporter' is not defined. (no-undef)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["jclic_path"] is better written in dot notation. (dot-notation)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["jclic_service"] is better written in dot notation. (dot-notation)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["jclic_user"] is better written in dot notation. (dot-notation)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["id"] is better written in dot notation. (dot-notation)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["jclic_lap"] is better written in dot notation. (dot-notation)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) ["jclic_protocol"] is better written in dot notation. (dot-notation)
(#31) 'setSkin' is not defined. (no-undef)
(#31) ["skin"] is better written in dot notation. (dot-notation)
(#32) 'setLanguage' is not defined. (no-undef)
(#32) ["lang"] is better written in dot notation. (dot-notation)
(#33) 'setExitUrl' is not defined. (no-undef)
(#33) ["exiturl"] is better written in dot notation. (dot-notation)
(#34) 'getPlugin' is not defined. (no-undef)
(#34) ["jclic_url"] is better written in dot notation. (dot-notation)
(#34) ["width"] is better written in dot notation. (dot-notation)
(#34) ["height"] is better written in dot notation. (dot-notation)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) 'showSessionActivities' is defined but never used (no-unused-vars)
(#38) Missing space before opening brace. (space-before-blocks)
(#39) 'activities' is not defined. (no-undef)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) 'activities' is not defined. (no-undef)
(#41) 'activities' is not defined. (no-undef)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) after "else". (keyword-spacing)
(#43) 'activities' is not defined. (no-undef)
(#43) Infix operators must be spaced. (space-infix-ops)
mod/jclic/jclicplugin.js
(#1) Identifier 'player_files' is not in camel case. (camelcase)
(#1) Multiple spaces found before '"jclic.jar"'. (no-multi-spaces)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Identifier 'player_versions' is not in camel case. (camelcase)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Identifier 'author_files' is not in camel case. (camelcase)
(#4) Multiple spaces found before '"jclicauthor.jar"'. (no-multi-spaces)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Identifier 'author_versions' is not in camel case. (camelcase)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#7) Identifier 'player_files' is not in camel case. (camelcase)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#8) Identifier 'player_versions' is not in camel case. (camelcase)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) '_mac' is defined but never used (no-unused-vars)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Missing JSDoc comment. (require-jsdoc)
(#26) 'setJarBase' is defined but never used (no-unused-vars)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) 'setLanguage' is defined but never used (no-unused-vars)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) 'setReporter' is defined but never used (no-unused-vars)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Missing JSDoc comment. (require-jsdoc)
(#56) 'setSkin' is defined but never used (no-unused-vars)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Missing JSDoc comment. (require-jsdoc)
(#65) 'setCookie' is defined but never used (no-unused-vars)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Missing JSDoc comment. (require-jsdoc)
(#74) 'setExitUrl' is defined but never used (no-unused-vars)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Missing JSDoc comment. (require-jsdoc)
(#83) 'setInfoUrlFrame' is defined but never used (no-unused-vars)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Missing JSDoc comment. (require-jsdoc)
(#92) 'setSequence' is defined but never used (no-unused-vars)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected space(s) after "if". (keyword-spacing)
(#93) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Missing JSDoc comment. (require-jsdoc)
(#101) 'setSystemSounds' is defined but never used (no-unused-vars)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Missing JSDoc comment. (require-jsdoc)
(#110) 'setCompressImages' is defined but never used (no-unused-vars)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Infix operators must be spaced. (space-infix-ops)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Missing JSDoc comment. (require-jsdoc)
(#119) 'setTrace' is defined but never used (no-unused-vars)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Missing JSDoc comment. (require-jsdoc)
(#135) 'setAuthorApplet' is defined but never used (no-unused-vars)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected space(s) after "if". (keyword-spacing)
(#136) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#139) Identifier 'player_files' is not in camel case. (camelcase)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Identifier 'author_files' is not in camel case. (camelcase)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#140) Identifier 'player_versions' is not in camel case. (camelcase)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Identifier 'author_versions' is not in camel case. (camelcase)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#143) Identifier 'player_files' is not in camel case. (camelcase)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#144) Identifier 'player_versions' is not in camel case. (camelcase)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Missing JSDoc comment. (require-jsdoc)
(#150) 'writePlugin' is defined but never used (no-unused-vars)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) 'writeCacheInfo' is defined but never used (no-unused-vars)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Missing JSDoc comment. (require-jsdoc)
(#158) 'writeDownloadPageInfo' is defined but never used (no-unused-vars)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Missing JSDoc comment. (require-jsdoc)
(#162) 'writeParams' is defined but never used (no-unused-vars)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Missing JSDoc comment. (require-jsdoc)
(#167) 'writeTable' is defined but never used (no-unused-vars)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Missing JSDoc comment. (require-jsdoc)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Infix operators must be spaced. (space-infix-ops)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Expected { after 'if' condition. (curly)
(#176) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected { after 'if' condition. (curly)
(#177) Expected space(s) after "if". (keyword-spacing)
(#177) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Infix operators must be spaced. (space-infix-ops)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected space(s) after "else". (keyword-spacing)
(#203) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Infix operators must be spaced. (space-infix-ops)
(#204) Infix operators must be spaced. (space-infix-ops)
(#204) Infix operators must be spaced. (space-infix-ops)
(#204) Infix operators must be spaced. (space-infix-ops)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Infix operators must be spaced. (space-infix-ops)
(#205) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#205) Infix operators must be spaced. (space-infix-ops)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Infix operators must be spaced. (space-infix-ops)
(#206) Infix operators must be spaced. (space-infix-ops)
(#206) Infix operators must be spaced. (space-infix-ops)
(#206) Infix operators must be spaced. (space-infix-ops)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Missing JSDoc comment. (require-jsdoc)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Infix operators must be spaced. (space-infix-ops)
(#219) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#219) Infix operators must be spaced. (space-infix-ops)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected space(s) after "if". (keyword-spacing)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Infix operators must be spaced. (space-infix-ops)
(#221) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#221) Infix operators must be spaced. (space-infix-ops)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected space(s) before "else". (keyword-spacing)
(#223) Expected space(s) after "else". (keyword-spacing)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Infix operators must be spaced. (space-infix-ops)
(#227) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#227) Infix operators must be spaced. (space-infix-ops)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Function 'getParams' has a complexity of 24. (complexity)
(#234) Missing JSDoc comment. (require-jsdoc)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected space(s) after "if". (keyword-spacing)
(#237) Expected { after 'if' condition. (curly)
(#237) Infix operators must be spaced. (space-infix-ops)
(#237) Infix operators must be spaced. (space-infix-ops)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected { after 'else'. (curly)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected { after 'if' condition. (curly)
(#241) Expected space(s) after "if". (keyword-spacing)
(#241) Infix operators must be spaced. (space-infix-ops)
(#241) Infix operators must be spaced. (space-infix-ops)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected { after 'else'. (curly)
(#242) Infix operators must be spaced. (space-infix-ops)
(#242) Infix operators must be spaced. (space-infix-ops)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Infix operators must be spaced. (space-infix-ops)
(#247) Infix operators must be spaced. (space-infix-ops)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Infix operators must be spaced. (space-infix-ops)
(#248) Infix operators must be spaced. (space-infix-ops)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Infix operators must be spaced. (space-infix-ops)
(#249) Infix operators must be spaced. (space-infix-ops)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected { after 'else'. (curly)
(#251) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Infix operators must be spaced. (space-infix-ops)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected { after 'if' condition. (curly)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Infix operators must be spaced. (space-infix-ops)
(#255) Infix operators must be spaced. (space-infix-ops)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected { after 'else'. (curly)
(#256) Infix operators must be spaced. (space-infix-ops)
(#256) Infix operators must be spaced. (space-infix-ops)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected { after 'if' condition. (curly)
(#260) Expected space(s) after "if". (keyword-spacing)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected { after 'else'. (curly)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected space(s) after "if". (keyword-spacing)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Expected { after 'if' condition. (curly)
(#265) Infix operators must be spaced. (space-infix-ops)
(#265) Infix operators must be spaced. (space-infix-ops)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected { after 'else'. (curly)
(#266) Infix operators must be spaced. (space-infix-ops)
(#266) Infix operators must be spaced. (space-infix-ops)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Infix operators must be spaced. (space-infix-ops)
(#271) Infix operators must be spaced. (space-infix-ops)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Infix operators must be spaced. (space-infix-ops)
(#272) Infix operators must be spaced. (space-infix-ops)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected { after 'else'. (curly)
(#274) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected { after 'if' condition. (curly)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Infix operators must be spaced. (space-infix-ops)
(#278) Infix operators must be spaced. (space-infix-ops)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected { after 'else'. (curly)
(#279) Infix operators must be spaced. (space-infix-ops)
(#279) Infix operators must be spaced. (space-infix-ops)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected space(s) after "if". (keyword-spacing)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected { after 'if' condition. (curly)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Infix operators must be spaced. (space-infix-ops)
(#283) Infix operators must be spaced. (space-infix-ops)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected { after 'else'. (curly)
(#284) Infix operators must be spaced. (space-infix-ops)
(#284) Infix operators must be spaced. (space-infix-ops)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected { after 'if' condition. (curly)
(#288) Expected space(s) after "if". (keyword-spacing)
(#288) Infix operators must be spaced. (space-infix-ops)
(#288) Infix operators must be spaced. (space-infix-ops)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected { after 'else'. (curly)
(#289) Infix operators must be spaced. (space-infix-ops)
(#289) Infix operators must be spaced. (space-infix-ops)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected { after 'if' condition. (curly)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Infix operators must be spaced. (space-infix-ops)
(#293) Infix operators must be spaced. (space-infix-ops)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected { after 'else'. (curly)
(#294) Infix operators must be spaced. (space-infix-ops)
(#294) Infix operators must be spaced. (space-infix-ops)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected space(s) after "if". (keyword-spacing)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected space(s) after "if". (keyword-spacing)
(#298) Expected { after 'if' condition. (curly)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected { after 'else'. (curly)
(#299) Infix operators must be spaced. (space-infix-ops)
(#299) Infix operators must be spaced. (space-infix-ops)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Missing JSDoc comment. (require-jsdoc)
(#305) Missing space before opening brace. (space-before-blocks)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Infix operators must be spaced. (space-infix-ops)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Infix operators must be spaced. (space-infix-ops)
(#309) Infix operators must be spaced. (space-infix-ops)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Infix operators must be spaced. (space-infix-ops)
(#310) Infix operators must be spaced. (space-infix-ops)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Infix operators must be spaced. (space-infix-ops)
(#311) Infix operators must be spaced. (space-infix-ops)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Line 313 exceeds the maximum line length of 132. (max-len)
(#313) Infix operators must be spaced. (space-infix-ops)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Line 314 exceeds the maximum line length of 132. (max-len)
(#314) Infix operators must be spaced. (space-infix-ops)
(#314) Infix operators must be spaced. (space-infix-ops)
(#314) Infix operators must be spaced. (space-infix-ops)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Line 315 exceeds the maximum line length of 132. (max-len)
(#315) Infix operators must be spaced. (space-infix-ops)
(#315) Infix operators must be spaced. (space-infix-ops)
(#315) Infix operators must be spaced. (space-infix-ops)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Line 316 exceeds the maximum line length of 132. (max-len)
(#316) Infix operators must be spaced. (space-infix-ops)
(#316) Infix operators must be spaced. (space-infix-ops)
(#316) Infix operators must be spaced. (space-infix-ops)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Missing JSDoc comment. (require-jsdoc)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Infix operators must be spaced. (space-infix-ops)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected space(s) after "if". (keyword-spacing)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected { after 'if' condition. (curly)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#326) Infix operators must be spaced. (space-infix-ops)
(#326) Infix operators must be spaced. (space-infix-ops)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected { after 'if' condition. (curly)
(#327) Expected space(s) after "if". (keyword-spacing)
(#327) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#327) Infix operators must be spaced. (space-infix-ops)
(#327) Infix operators must be spaced. (space-infix-ops)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected space(s) after "else". (keyword-spacing)
(#329) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) Expected { after 'if' condition. (curly)
(#330) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#330) Infix operators must be spaced. (space-infix-ops)
(#330) Infix operators must be spaced. (space-infix-ops)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Expected space(s) after "if". (keyword-spacing)
(#331) Expected { after 'if' condition. (curly)
(#331) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#331) Infix operators must be spaced. (space-infix-ops)
(#331) Infix operators must be spaced. (space-infix-ops)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(0 errors, 4 warnings)

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

mod/jclic/styles.css
(#1) Use of !important
(#2) Use of !important
(#4) Use of !important
(#6) Use of !important

PHPDocs style problems

(221 errors, 33 warnings)

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

mod/jclic/action/beans.lib.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function getPrecision is not documented
(#16) Function getSeconds is not documented
(#20) Function startElement is not documented
(#46) Function endElement is not documented
(#53) Function characterData is not documented
(#61) Function beans_log_file is not documented
(#3) Package is not specified for function getPrecision. It is also not specified in file-level phpdocs
(#16) Package is not specified for function getSeconds. It is also not specified in file-level phpdocs
(#20) Package is not specified for function startElement. It is also not specified in file-level phpdocs
(#46) Package is not specified for function endElement. It is also not specified in file-level phpdocs
(#53) Package is not specified for function characterData. It is also not specified in file-level phpdocs
(#61) Package is not specified for function beans_log_file. It is also not specified in file-level phpdocs
mod/jclic/action/beans.php
(#2) Empty line found after PHP open tag
(#30) Found comment starting with three or more slashes
(#31) Found comment starting with three or more slashes
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#21) Package mod is not valid
mod/jclic/action/student_results.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
mod/jclic/action/test_beans.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
mod/jclic/backup/moodle1/lib.php
(#2) Empty line found after PHP open tag
(#71) Phpdocs for function moodle1_mod_jclic_handler::process_jclic has incomplete parameters list
(#32) Class moodle1_mod_jclic_handler does not have @copyright tag
(#32) Class moodle1_mod_jclic_handler does not have @license tag
(#21) Package mod is not valid
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class backup_jclic_activity_task
(#51) Phpdocs for function backup_jclic_activity_task::encode_content_links has incomplete parameters list
(#30) Class backup_jclic_activity_task does not have @copyright tag
(#30) Class backup_jclic_activity_task does not have @license tag
(#20) Package mod is not valid
mod/jclic/backup/moodle2/backup_jclic_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function backup_jclic_activity_structure_step::define_structure is not documented
(#29) Class backup_jclic_activity_structure_step does not have @copyright tag
(#29) Class backup_jclic_activity_structure_step does not have @license tag
(#22) Package mod is not valid
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class restore_jclic_activity_task
(#32) Class restore_jclic_activity_task does not have @copyright tag
(#32) Class restore_jclic_activity_task does not have @license tag
(#20) Package mod is not valid
mod/jclic/backup/moodle2/restore_jclic_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_jclic_activity_structure_step::define_structure is not documented
(#49) Function restore_jclic_activity_structure_step::process_jclic is not documented
(#65) Function restore_jclic_activity_structure_step::process_jclic_session is not documented
(#83) Function restore_jclic_activity_structure_step::process_jclic_session_activity is not documented
(#96) Function restore_jclic_activity_structure_step::after_execute is not documented
(#29) Class restore_jclic_activity_structure_step does not have @copyright tag
(#29) Class restore_jclic_activity_structure_step does not have @license tag
(#22) Package mod is not valid
mod/jclic/check_db_syntax.php
(#2) Empty line found after PHP open tag
(#26) File-level phpdocs block is not found
(#435) Function is_known_false_positive is not documented
(#3) Found comment starting with three or more slashes
(#24) Found comment starting with three or more slashes
(#32) Found comment starting with three or more slashes
(#35) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#125) Found comment starting with three or more slashes
(#126) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#145) Found comment starting with three or more slashes
(#148) Found comment starting with three or more slashes
(#149) Found comment starting with three or more slashes
(#150) Found comment starting with three or more slashes
(#153) Found comment starting with three or more slashes
(#156) Found comment starting with three or more slashes
(#159) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#164) Found comment starting with three or more slashes
(#167) Found comment starting with three or more slashes
(#170) Found comment starting with three or more slashes
(#173) Found comment starting with three or more slashes
(#176) Found comment starting with three or more slashes
(#179) Found comment starting with three or more slashes
(#184) Found comment starting with three or more slashes
(#187) Found comment starting with three or more slashes
(#190) Found comment starting with three or more slashes
(#196) Found comment starting with three or more slashes
(#199) Found comment starting with three or more slashes
(#202) Found comment starting with three or more slashes
(#205) Found comment starting with three or more slashes
(#209) Found comment starting with three or more slashes
(#222) Found comment starting with three or more slashes
(#231) Found comment starting with three or more slashes
(#234) Found comment starting with three or more slashes
(#245) Found comment starting with three or more slashes
(#258) Found comment starting with three or more slashes
(#262) Found comment starting with three or more slashes
(#266) Found comment starting with three or more slashes
(#281) Found comment starting with three or more slashes
(#286) Found comment starting with three or more slashes
(#288) Found comment starting with three or more slashes
(#291) Found comment starting with three or more slashes
(#293) Found comment starting with three or more slashes
(#301) Found comment starting with three or more slashes
(#341) Found comment starting with three or more slashes
(#360) Found comment starting with three or more slashes
(#384) Found comment starting with three or more slashes
(#388) Found comment starting with three or more slashes
(#393) Found comment starting with three or more slashes
(#410) Found comment starting with three or more slashes
(#414) Found comment starting with three or more slashes
(#418) Found comment starting with three or more slashes
(#431) Found comment starting with three or more slashes
(#432) Found comment starting with three or more slashes
(#433) Found comment starting with three or more slashes
(#434) Found comment starting with three or more slashes
(#441) Found comment starting with three or more slashes
(#444) Found comment starting with three or more slashes
(#453) Found comment starting with three or more slashes
(#343) Phpdocs for function calculate_megarule has incomplete parameters list
(#371) Phpdocs for function files_to_check has incomplete parameters list
(#343) Package is not specified for function calculate_megarule. It is also not specified in file-level phpdocs
(#371) Package is not specified for function files_to_check. It is also not specified in file-level phpdocs
(#435) Package is not specified for function is_known_false_positive. It is also not specified in file-level phpdocs
mod/jclic/classes/event/course_module_viewed.php
(#28) Class course_module_viewed does not have @copyright tag
(#28) Class course_module_viewed does not have @license tag
mod/jclic/db/access.php
(#2) Empty line found after PHP open tag
(#43) Package mod is not valid
mod/jclic/db/install.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#22) Package mod is not valid
mod/jclic/db/log.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/db/upgrade.php
(#2) Empty line found after PHP open tag
(#50) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#28) Package mod is not valid
mod/jclic/db/upgradelib.php
(#2) Empty line found after PHP open tag
(#32) Phpdocs for function jclic_migrate_files has incomplete parameters list
(#21) Package mod is not valid
mod/jclic/index.php
(#2) Empty line found after PHP open tag
(#46) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
(#70) Found comment starting with three or more slashes
(#108) Found comment starting with three or more slashes
(#24) Package mod is not valid
mod/jclic/lang/ca/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/el/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/en/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/es/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/eu/jclic.php
(#2) Empty line found after PHP open tag
(#21) Package jclic is not valid
mod/jclic/lang/gl/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/he/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/pt_br/jclic.php
(#2) Empty line found after PHP open tag
(#19) No one-line description found in phpdocs for file
(#23) Package mod is not valid
mod/jclic/lib.php
(#2) Empty line found after PHP open tag
(#51) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#300) Found comment starting with three or more slashes
(#302) Found comment starting with three or more slashes
(#464) Found comment starting with three or more slashes
(#466) Found comment starting with three or more slashes
(#582) Found comment starting with three or more slashes
(#584) Found comment starting with three or more slashes
(#629) Found comment starting with three or more slashes
(#631) Found comment starting with three or more slashes
(#94) Phpdocs for function jclic_add_instance has incomplete parameters list
(#113) Phpdocs for function jclic_update_instance has incomplete parameters list
(#184) Phpdocs for function jclic_user_complete has incomplete parameters list
(#200) Phpdocs for function jclic_print_recent_activity has incomplete parameters list
(#230) Phpdocs for function jclic_print_recent_mod_activity has incomplete parameters list
(#312) Phpdocs for function jclic_scale_used has incomplete parameters list
(#331) Phpdocs for function jclic_scale_used_anywhere has incomplete parameters list
(#636) Phpdocs for function jclic_reset_gradebook has incomplete parameters list
(#659) Phpdocs for function jclic_reset_userdata has incomplete parameters list
(#695) Phpdocs for function jclic_reset_course_form_definition has incomplete parameters list
(#703) Phpdocs for function jclic_reset_course_form_defaults has incomplete parameters list
(#58) Invalid phpdocs tag @todo: used
(#92) Invalid phpdocs tag @todo: used
(#188) Invalid phpdocs tag @todo: used
(#205) Invalid phpdocs tag @todo: used
(#216) Invalid phpdocs tag @todo: used
(#233) Invalid phpdocs tag @todo: used
(#394) Invalid phpdocs tag @todo: used
(#394) Invalid phpdocs tag @todo: used
(#431) Invalid phpdocs tag @todo: used
(#293) Not recommended phpdocs tag @example used
(#231) Invalid inline phpdocs tag @see found
(#27) Package mod is not valid
mod/jclic/locallib.php
(#2) Empty line found after PHP open tag
(#384) Function jclic::set_mainfile is not documented
(#402) Function jclic::get_filemanager_options is not documented
(#551) Function jclic_get_url is not documented
(#632) Function jclic_set_mainfile is not documented
(#638) Function jclic_is_valid_external_url is not documented
(#642) Function jclic_is_valid_file is not documented
(#647) Found comment starting with three or more slashes
(#649) Found comment starting with three or more slashes
(#450) Phpdocs for function jclic_view_intro has incomplete parameters list
(#461) Phpdocs for function jclic_view_dates has incomplete parameters list
(#487) Phpdocs for function jclic_view_applet has incomplete parameters list
(#775) Phpdocs for function jclic_format_time has incomplete parameters list
(#781) Phpdocs for function jclic_get_sessions_summary has incomplete parameters list
(#24) Package mod is not valid
mod/jclic/mod_form.php
(#2) Empty line found after PHP open tag
(#138) Function mod_jclic_mod_form::data_preprocessing is not documented
(#146) Function mod_jclic_mod_form::validation is not documented
(#181) Function mod_jclic_mod_form::set_data is not documented
(#199) Function mod_jclic_mod_form::completion_rule_enabled is not documented
(#36) Class mod_jclic_mod_form does not have @copyright tag
(#36) Class mod_jclic_mod_form does not have @license tag
(#24) Package mod is not valid
mod/jclic/report.php
(#2) Empty line found after PHP open tag
(#157) Found comment starting with three or more slashes
(#24) Package mod is not valid
mod/jclic/settings.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/jclic/tests/base_test.php
(#138) Function mod_jclic_base_testcase::create_extra_users is not documented
(#32) Class mod_jclic_base_testcase does not have @copyright tag
(#32) Class mod_jclic_base_testcase does not have @license tag
(#37) Invalid phpdocs tag @const used
(#39) Invalid phpdocs tag @const used
(#41) Invalid phpdocs tag @const used
(#43) Invalid phpdocs tag @const used
(#45) Invalid phpdocs tag @const used
(#47) Invalid phpdocs tag @const used
(#49) Invalid phpdocs tag @const used
(#51) Invalid phpdocs tag @const used
(#21) Category phpunit is not valid
mod/jclic/tests/generator/lib.php
(#17) File-level phpdocs block is not found
(#30) Function mod_jclic_generator::create_instance is not documented
(#58) Function mod_jclic_generator::grade_jclic is not documented
mod/jclic/tests/lib_test.php
(#17) Class mod_jclic_lib_testcase is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#6) Category phpunit is not valid
mod/jclic/tests/test_jclic_backup.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/jclic/tests/test_jclic_convert.php
(#2) File-level phpdocs block is not found
mod/jclic/tests/test_jclic_restore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/jclic/version.php
(#24) Package mod is not valid
mod/jclic/view.php
(#2) Empty line found after PHP open tag
(#73) Found comment starting with three or more slashes
(#24) Package mod is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

mod/jclic/db/upgrade.php
Detected more 'if' blocks (6) than 'savepoint' calls (5)
version 2011011900 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(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]