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

(3170 errors, 107 warnings)

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

mod/assign/feedback/pdf/editcomment.php
(#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
mod/assign/feedback/pdf/fpdi/filters/FilterASCII85.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Inline control structures are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Constants must be uppercase; expected 'ORD_Z' but found 'ORD_z'
(#21) Commas (,) must be followed by white space.
(#22) Inline control structures are not allowed
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Constants must be uppercase; expected 'ORD_EXCLMARK' but found 'ORD_exclmark'
(#24) Inline control structures are not allowed
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) Constants must be uppercase; expected 'ORD_U' but found 'ORD_u'
(#26) Inline control structures are not allowed
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Constants must be uppercase; expected 'ORD_TILDE' but found 'ORD_tilde'
(#32) Whitespace found at end of line
(#33) Visibility must be declared on method "error"
(#36) Whitespace found at end of line
(#37) Visibility must be declared on method "decode"
(#41) Whitespace found at end of line
(#43) Whitespace found at end of line
(#46) Whitespace found at end of line
(#50) Commas (,) must be followed by white space.
(#60) Whitespace found at end of line
(#62) Whitespace found at end of line
(#66) Inline control structures are not allowed
(#75) Whitespace found at end of line
(#76) Inline control structures are not allowed
(#79) Expected 1 space before "+"; 0 found
(#79) Expected 1 space after "+"; 0 found
(#82) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#83) Expected 1 space before "+"; 2 found
(#83) Expected 1 space before "+"; 0 found
(#83) Expected 1 space after "+"; 0 found
(#87) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#88) Expected 1 space before "+"; 2 found
(#88) Expected 1 space before "+"; 2 found
(#88) Expected 1 space before "+"; 0 found
(#88) Expected 1 space after "+"; 0 found
(#88) Space found before semicolon; expected "85;" but found "85 ;"
(#93) Whitespace found at end of line
(#96) Whitespace found at end of line
(#97) Visibility must be declared on method "encode"
mod/assign/feedback/pdf/fpdi/filters/FilterASCII85_FPDI.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$fpdi"
(#25) Whitespace found at end of line
(#26) method name "FilterASCII85_FPDI::FilterASCII85_FPDI" must be in lower-case letters only
(#26) PHP4 style constructors are not allowed; use "__construct()" instead
(#26) Visibility must be declared on method "FilterASCII85_FPDI"
(#30) Visibility must be declared on method "error"
mod/assign/feedback/pdf/fpdi/filters/FilterLZW.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Whitespace found at end of line
(#24) Member variable "sTable" must be all lower-case
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$sTable"
(#25) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#25) Scope modifier not specified for member variable "$data"
(#26) Member variable "dataLength" must be all lower-case
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$dataLength"
(#27) Member variable "tIdx" must be all lower-case
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$tIdx"
(#28) Member variable "bitsToGet" must be all lower-case
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$bitsToGet"
(#29) Member variable "bytePointer" must be all lower-case
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$bytePointer"
(#30) Member variable "bitPointer" must be all lower-case
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$bitPointer"
(#31) Member variable "nextData" must be all lower-case
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$nextData"
(#32) Member variable "nextBits" must be all lower-case
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$nextBits"
(#33) Member variable "andTable" must be all lower-case
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$andTable"
(#34) Whitespace found at end of line
(#35) Visibility must be declared on method "error"
(#38) Whitespace found at end of line
(#44) Visibility must be declared on method "decode"
(#45) Whitespace found at end of line
(#46) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Whitespace found at end of line
(#51) Whitespace found at end of line
(#54) Whitespace found at end of line
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Whitespace found at end of line
(#61) Whitespace found at end of line
(#62) Variable "oldCode" must be all lower-case
(#63) Whitespace found at end of line
(#65) Variable "uncompData" must be all lower-case
(#66) Whitespace found at end of line
(#71) Whitespace found at end of line
(#75) Whitespace found at end of line
(#76) Variable "uncompData" must be all lower-case
(#77) Variable "oldCode" must be all lower-case
(#78) Whitespace found at end of line
(#80) Whitespace found at end of line
(#83) Variable "uncompData" must be all lower-case
(#84) Whitespace found at end of line
(#85) Variable "oldCode" must be all lower-case
(#86) Variable "oldCode" must be all lower-case
(#88) Variable "oldCode" must be all lower-case
(#90) Variable "uncompData" must be all lower-case
(#91) Whitespace found at end of line
(#93) Variable "oldCode" must be all lower-case
(#97) Whitespace found at end of line
(#98) Variable "uncompData" must be all lower-case
(#100) Whitespace found at end of line
(#101) Whitespace found at end of line
(#105) method name "FilterLZW::initsTable" must be in lower-case letters only
(#105) Visibility must be declared on method "initsTable"
(#107) Whitespace found at end of line
(#108) Inline control structures are not allowed
(#110) Whitespace found at end of line
(#114) Whitespace found at end of line
(#118) method name "FilterLZW::addStringToTable" must be in lower-case letters only
(#118) Visibility must be declared on method "addStringToTable"
(#118) Variable "oldString" must be all lower-case
(#118) Variable "newString" must be all lower-case
(#119) Variable "oldString" must be all lower-case
(#119) Variable "newString" must be all lower-case
(#120) Whitespace found at end of line
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Whitespace found at end of line
(#132) Whitespace found at end of line
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) method name "FilterLZW::getNextCode" must be in lower-case letters only
(#134) Visibility must be declared on method "getNextCode"
(#138) Whitespace found at end of line
(#141) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Expected 1 space before "-"; 0 found
(#147) Expected 1 space after "-"; 0 found
(#149) Whitespace found at end of line
(#152) Whitespace found at end of line
(#153) Visibility must be declared on method "encode"
mod/assign/feedback/pdf/fpdi/filters/FilterLZW_FPDI.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$fpdi"
(#26) method name "FilterLZW_FPDI::FilterLZW_FPDI" must be in lower-case letters only
(#26) PHP4 style constructors are not allowed; use "__construct()" instead
(#26) Visibility must be declared on method "FilterLZW_FPDI"
(#29) Whitespace found at end of line
(#30) Visibility must be declared on method "error"
mod/assign/feedback/pdf/fpdi/fpdf_tpl.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Inline doc block comments are not allowed; use "// Comment." instead
(#25) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#25) Scope modifier not specified for member variable "$tpls"
(#27) Inline doc block comments are not allowed; use "// Comment." instead
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$tpl"
(#32) Whitespace found at end of line
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$_intpl"
(#38) Whitespace found at end of line
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$tplprefix"
(#45) Inline doc block comments are not allowed; use "// Comment." instead
(#49) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#49) Scope modifier not specified for member variable "$_res"
(#50) Whitespace found at end of line
(#51) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Member variable "lastUsedTemplateData" must be all lower-case
(#56) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#56) Scope modifier not specified for member variable "$lastUsedTemplateData"
(#57) Whitespace found at end of line
(#76) method name "FPDF_TPL::beginTemplate" must be in lower-case letters only
(#76) Visibility must be declared on method "beginTemplate"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 5
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 6
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 6
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 5
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Inline control structures are not allowed
(#85) Inline control structures are not allowed
(#87) Inline control structures are not allowed
(#89) Inline control structures are not allowed
(#91) Inline control structures are not allowed
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Whitespace found at end of line
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Whitespace found at end of line
(#134) method name "FPDF_TPL::endTemplate" must be in lower-case letters only
(#134) Visibility must be declared on method "endTemplate"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 5
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 9
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 9
(#138) Closing brace indented incorrectly; expected 5 spaces, found 8
(#139) Whitespace found at end of line
(#141) Whitespace found at end of line
(#150) Whitespace found at end of line
(#156) Whitespace found at end of line
(#174) method name "FPDF_TPL::useTemplate" must be in lower-case letters only
(#174) Visibility must be declared on method "useTemplate"
(#174) Variable "_x" must not contain underscores.
(#174) Variable "_y" must not contain underscores.
(#174) Variable "_w" must not contain underscores.
(#174) Variable "_h" must not contain underscores.
(#175) Inline control structures are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Inline control structures are not allowed
(#180) Whitespace found at end of line
(#184) Whitespace found at end of line
(#188) Whitespace found at end of line
(#189) Inline control structures are not allowed
(#189) Variable "_x" must not contain underscores.
(#190) Variable "_x" must not contain underscores.
(#191) Inline control structures are not allowed
(#191) Variable "_y" must not contain underscores.
(#192) Variable "_y" must not contain underscores.
(#193) Whitespace found at end of line
(#194) Variable "_x" must not contain underscores.
(#195) Variable "_y" must not contain underscores.
(#196) Whitespace found at end of line
(#197) Variable "_w" must not contain underscores.
(#197) Variable "_h" must not contain underscores.
(#198) Variable "_w" must not contain underscores.
(#199) Variable "_h" must not contain underscores.
(#200) Whitespace found at end of line
(#201) Variable "tData" must be all lower-case
(#204) Variable "_w" must not contain underscores.
(#205) Variable "_h" must not contain underscores.
(#206) Variable "_w" must not contain underscores.
(#207) Variable "_h" must not contain underscores.
(#208) Variable "_x" must not contain underscores.
(#209) Expected 1 space after "=>"; 2 found
(#209) Variable "_y" must not contain underscores.
(#209) Variable "_h" must not contain underscores.
(#210) Variable "_y" must not contain underscores.
(#210) Variable "_h" must not contain underscores.
(#210) Variable "_h" must not contain underscores.
(#212) Whitespace found at end of line
(#213) Variable "tData" must be all lower-case
(#213) Variable "tData" must be all lower-case
(#213) Variable "tData" must be all lower-case
(#213) Variable "tData" must be all lower-case
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Whitespace found at end of line
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 9
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 9
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 9
(#222) Whitespace found at end of line
(#223) Variable "tData" must be all lower-case
(#224) Whitespace found at end of line
(#225) Variable "_w" must not contain underscores.
(#225) Variable "_h" must not contain underscores.
(#227) Whitespace found at end of line
(#238) method name "FPDF_TPL::getTemplateSize" must be in lower-case letters only
(#238) Visibility must be declared on method "getTemplateSize"
(#238) Variable "_w" must not contain underscores.
(#238) Variable "_h" must not contain underscores.
(#239) Inline control structures are not allowed
(#245) Whitespace found at end of line
(#246) Variable "_w" must not contain underscores.
(#246) Variable "_h" must not contain underscores.
(#247) Variable "_w" must not contain underscores.
(#248) Variable "_h" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 5
(#251) Inline control structures are not allowed
(#251) Variable "_w" must not contain underscores.
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 6
(#252) Variable "_w" must not contain underscores.
(#252) Variable "_h" must not contain underscores.
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 5
(#253) Inline control structures are not allowed
(#253) Variable "_h" must not contain underscores.
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 6
(#254) Variable "_h" must not contain underscores.
(#254) Variable "_w" must not contain underscores.
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Variable "_w" must not contain underscores.
(#256) Variable "_h" must not contain underscores.
(#258) Whitespace found at end of line
(#262) Public method name "FPDF_TPL::SetFont" must be in lower-case letters only
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 9
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 9
(#267) Whitespace found at end of line
(#268) Inline doc block comments are not allowed; use "// Comment." instead
(#271) Inline control structures are not allowed
(#273) Whitespace found at end of line
(#275) Whitespace found at end of line
(#277) Whitespace found at end of line
(#284) Whitespace found at end of line
(#288) method name "FPDF_TPL::Image" must be in lower-case letters only
(#288) Visibility must be declared on method "Image"
(#288) Line exceeds maximum limit of 180 characters; contains 277 characters
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 12 spaces, found 9
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#293) Whitespace found at end of line
(#300) Whitespace found at end of line
(#303) Whitespace found at end of line
(#309) Public method name "FPDF_TPL::AddPage" must be in lower-case letters only
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 8 spaces, found 5
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 12 spaces, found 9
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 12 spaces, found 9
(#313) Closing brace indented incorrectly; expected 5 spaces, found 8
(#314) Whitespace found at end of line
(#315) Inline control structures are not allowed
(#317) Whitespace found at end of line
(#324) method name "FPDF_TPL::Link" must be in lower-case letters only
(#324) Visibility must be declared on method "Link"
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 12 spaces, found 9
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 12 spaces, found 3
(#329) Whitespace found at end of line
(#330) Inline control structures are not allowed
(#332) Whitespace found at end of line
(#335) Whitespace found at end of line
(#336) method name "FPDF_TPL::AddLink" must be in lower-case letters only
(#336) Visibility must be declared on method "AddLink"
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 8 spaces, found 5
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 12 spaces, found 9
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 12 spaces, found 3
(#340) Closing brace indented incorrectly; expected 5 spaces, found 8
(#341) Whitespace found at end of line
(#342) Inline control structures are not allowed
(#346) Whitespace found at end of line
(#347) method name "FPDF_TPL::SetLink" must be in lower-case letters only
(#347) Visibility must be declared on method "SetLink"
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 8 spaces, found 5
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 12 spaces, found 9
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 3
(#351) Closing brace indented incorrectly; expected 5 spaces, found 8
(#352) Whitespace found at end of line
(#353) Inline control structures are not allowed
(#357) Whitespace found at end of line
(#361) Visibility must be declared on method "_putformxobjects"
(#362) Expected 1 space before "="; 0 found
(#362) Expected 1 space after "="; 0 found
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 5
(#364) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#364) AS keyword must be lowercase; expected "as" but found "AS"
(#366) Expected 1 space before "="; 0 found
(#366) Expected 1 space after "="; 0 found
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 12 spaces, found 6
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 12 spaces, found 6
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 12 spaces, found 6
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Expected 1 space before "-"; newline found
(#376) 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
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Whitespace found at end of line
(#388) Whitespace found at end of line
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 12 spaces, found 9
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 16 spaces, found 13
(#394) Inline control structures are not allowed
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 16 spaces, found 14
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 16 spaces, found 13
(#397) Closing brace indented incorrectly; expected 9 spaces, found 12
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 12 spaces, found 9
(#398) Expected "if (...) {\n"; found "if(...)\n \t{\n"
(#398) Whitespace found at end of line
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 12 spaces, found 9
(#403) Inline control structures are not allowed
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 20 spaces, found 17
(#407) Inline control structures are not allowed
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 12 spaces, found 9
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 12 spaces, found 9
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Whitespace found at end of line
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 9
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 6
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 6
(#419) Whitespace found at end of line
(#424) Visibility must be declared on method "_putimages"
(#428) Whitespace found at end of line
(#429) Visibility must be declared on method "_putxobjectdict"
(#431) Whitespace found at end of line
(#433) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#442) Visibility must be declared on method "_out"
mod/assign/feedback/pdf/fpdi/fpdi.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#36) Member variable "current_filename" must not contain underscores.
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$current_filename"
(#38) Inline doc block comments are not allowed; use "// Comment." instead
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$parsers"
(#43) Whitespace found at end of line
(#44) Inline doc block comments are not allowed; use "// Comment." instead
(#48) Member variable "current_parser" must not contain underscores.
(#48) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#48) Scope modifier not specified for member variable "$current_parser"
(#49) Whitespace found at end of line
(#50) Inline doc block comments are not allowed; use "// Comment." instead
(#54) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#54) Scope modifier not specified for member variable "$_obj_stack"
(#55) Whitespace found at end of line
(#56) Inline doc block comments are not allowed; use "// Comment." instead
(#60) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#60) Scope modifier not specified for member variable "$_don_obj_stack"
(#62) Inline doc block comments are not allowed; use "// Comment." instead
(#66) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#66) Scope modifier not specified for member variable "$_current_obj_id"
(#67) Whitespace found at end of line
(#68) Inline doc block comments are not allowed; use "// Comment." instead
(#72) Member variable "lastUsedPageBox" must be all lower-case
(#72) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#72) Scope modifier not specified for member variable "$lastUsedPageBox"
(#73) Whitespace found at end of line
(#74) Inline doc block comments are not allowed; use "// Comment." instead
(#78) Member variable "_importedPages" must be all lower-case
(#78) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#78) Scope modifier not specified for member variable "$_importedPages"
(#79) Whitespace found at end of line
(#86) method name "FPDI::setSourceFile" must be in lower-case letters only
(#86) Visibility must be declared on method "setSourceFile"
(#88) Whitespace found at end of line
(#89) Inline control structures are not allowed
(#92) Whitespace found at end of line
(#95) Whitespace found at end of line
(#102) method name "FPDI::_getPdfParser" must be in lower-case letters only
(#102) Visibility must be declared on method "_getPdfParser"
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Whitespace found at end of line
(#111) method name "FPDI::getPDFVersion" must be in lower-case letters only
(#111) Visibility must be declared on method "getPDFVersion"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Closing brace indented incorrectly; expected 4 spaces, found 1
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Expected 2 space(s) before asterisk; 5 found
(#117) Expected 2 space(s) before asterisk; 5 found
(#118) Expected 2 space(s) before asterisk; 5 found
(#119) Expected 2 space(s) before asterisk; 5 found
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#120) method name "FPDI::setPDFVersion" must be in lower-case letters only
(#120) Visibility must be declared on method "setPDFVersion"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#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) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#130) method name "FPDI::importPage" must be in lower-case letters only
(#130) Visibility must be declared on method "importPage"
(#130) Variable "boxName" must be all lower-case
(#134) Whitespace found at end of line
(#136) Whitespace found at end of line
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "pageKey" must be all lower-case
(#138) Variable "boxName" must be all lower-case
(#139) Inline control structures are not allowed
(#139) Variable "pageKey" must be all lower-case
(#140) Variable "pageKey" must be all lower-case
(#141) Whitespace found at end of line
(#145) Inline control structures are not allowed
(#145) Variable "boxName" must be all lower-case
(#146) Variable "boxName" must be all lower-case
(#147) Whitespace found at end of line
(#149) Whitespace found at end of line
(#150) Inline doc block comments are not allowed; use "// Comment." instead
(#157) Inline control structures are not allowed
(#157) Variable "boxName" must be all lower-case
(#157) Variable "boxName" must be all lower-case
(#157) Variable "boxName" must be all lower-case
(#157) Variable "boxName" must be all lower-case
(#158) Variable "boxName" must be all lower-case
(#159) Inline control structures are not allowed
(#159) Variable "boxName" must be all lower-case
(#159) Variable "boxName" must be all lower-case
(#160) Variable "boxName" must be all lower-case
(#161) Whitespace found at end of line
(#162) Inline control structures are not allowed
(#162) Variable "boxName" must be all lower-case
(#164) Whitespace found at end of line
(#165) Variable "boxName" must be all lower-case
(#166) Whitespace found at end of line
(#167) Variable "boxName" must be all lower-case
(#168) Whitespace found at end of line
(#176) Whitespace found at end of line
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Whitespace found at end of line
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Whitespace found at end of line
(#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
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 9
(#189) Whitespace found at end of line
(#190) Variable "_w" must not contain underscores.
(#191) Variable "_h" must not contain underscores.
(#192) Variable "_w" must not contain underscores.
(#192) Variable "_h" must not contain underscores.
(#193) Variable "_h" must not contain underscores.
(#193) Variable "_w" must not contain underscores.
(#194) Whitespace found at end of line
(#195) Inline control structures are not allowed
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 9
(#200) Whitespace found at end of line
(#201) Variable "pageKey" must be all lower-case
(#202) Whitespace found at end of line
(#205) Whitespace found at end of line
(#211) method name "FPDI::getLastUsedPageBox" must be in lower-case letters only
(#211) Visibility must be declared on method "getLastUsedPageBox"
(#214) Whitespace found at end of line
(#215) Whitespace found at end of line
(#216) method name "FPDI::useTemplate" must be in lower-case letters only
(#216) Visibility must be declared on method "useTemplate"
(#216) Variable "_x" must not contain underscores.
(#216) Variable "_y" must not contain underscores.
(#216) Variable "_w" must not contain underscores.
(#216) Variable "_h" must not contain underscores.
(#216) Variable "adjustPageSize" must be all lower-case
(#217) Variable "adjustPageSize" must be all lower-case
(#217) Variable "_x" must not contain underscores.
(#217) Variable "_y" must not contain underscores.
(#218) Variable "_w" must not contain underscores.
(#218) Variable "_h" must not contain underscores.
(#221) Whitespace found at end of line
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 16 spaces, found 13
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 13
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 16 spaces, found 13
(#227) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t{\n"
(#227) Expected 1 space before "!="; 0 found
(#227) Expected 1 space after "!="; 0 found
(#227) Expected 1 space before "!="; 0 found
(#227) Expected 1 space after "!="; 0 found
(#227) Expected 1 space before "!="; 0 found
(#227) Expected 1 space after "!="; 0 found
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 16 spaces, found 4
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Line indented incorrectly; expected at least 20 spaces, found 5
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 20 spaces, found 5
(#230) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t\t{\n"
(#230) Expected 1 space before "=="; 0 found
(#230) Expected 1 space after "=="; 0 found
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 20 spaces, found 5
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 24 spaces, found 6
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 24 spaces, found 6
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 20 spaces, found 5
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 20 spaces, found 5
(#235) Expected "} else {\n"; found "}\n\t\t\t\t\telse\n\t\t\t\t\t{\n"
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 20 spaces, found 5
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 24 spaces, found 6
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 24 spaces, found 6
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 20 spaces, found 5
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 20 spaces, found 5
(#240) Expected 1 space before "*"; 0 found
(#240) Expected 1 space after "*"; 0 found
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 20 spaces, found 5
(#241) Expected 1 space before "*"; 0 found
(#241) Expected 1 space after "*"; 0 found
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 20 spaces, found 5
(#242) Expected 1 space before "-"; 0 found
(#242) Expected 1 space after "-"; 0 found
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 20 spaces, found 5
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 20 spaces, found 5
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 20 spaces, found 5
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 16 spaces, found 4
(#246) Closing brace indented incorrectly; expected 13 spaces, found 4
(#247) Whitespace found at end of line
(#249) Whitespace found at end of line
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Variable "_x" must not contain underscores.
(#251) Variable "_y" must not contain underscores.
(#251) Variable "_w" must not contain underscores.
(#251) Variable "_h" must not contain underscores.
(#253) Whitespace found at end of line
(#256) Whitespace found at end of line
(#260) Visibility must be declared on method "_putimportedobjects"
(#262) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#262) AS keyword must be lowercase; expected "as" but found "AS"
(#265) Expected "while (...) {\n"; found "while(...) {\n"
(#266) Variable "nObj" must be all lower-case
(#266) Line exceeds 132 characters; contains 137 characters
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#269) Whitespace found at end of line
(#270) Variable "nObj" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 28 spaces, found 7
(#271) Variable "nObj" must be all lower-case
(#273) Variable "nObj" must be all lower-case
(#275) Whitespace found at end of line
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Whitespace found at end of line
(#286) Whitespace found at end of line
(#290) Visibility must be declared on method "_putformxobjects"
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 5
(#293) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#293) AS keyword must be lowercase; expected "as" but found "AS"
(#294) Expected 1 space before "="; 0 found
(#294) Expected 1 space after "="; 0 found
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 12 spaces, found 6
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 12 spaces, found 6
(#296) Variable "cN" must be all lower-case
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 6
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 6
(#302) Whitespace found at end of line
(#303) Whitespace found at end of line
(#309) Whitespace found at end of line
(#314) Whitespace found at end of line
(#317) Whitespace found at end of line
(#318) Whitespace found at end of line
(#320) Expected 1 space before "/"; 0 found
(#320) Expected 1 space after "/"; 0 found
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#323) Whitespace found at end of line
(#326) Line indented incorrectly; expected at least 28 spaces, found 27
(#327) Line indented incorrectly; expected at least 28 spaces, found 27
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 28 spaces, found 25
(#343) Whitespace found at end of line
(#346) Whitespace found at end of line
(#352) Whitespace found at end of line
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 16 spaces, found 13
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 20 spaces, found 17
(#362) Inline control structures are not allowed
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 20 spaces, found 18
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 20 spaces, found 17
(#365) Closing brace indented incorrectly; expected 13 spaces, found 16
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 16 spaces, found 13
(#366) Expected "if (...) {\n"; found "if(...)\n \t{\n"
(#366) Whitespace found at end of line
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 16 spaces, found 13
(#371) Inline control structures are not allowed
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 24 spaces, found 21
(#375) Inline control structures are not allowed
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 16 spaces, found 13
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 16 spaces, found 13
(#383) Variable "nN" must be all lower-case
(#384) Variable "cN" must be all lower-case
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 13
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 16 spaces, found 13
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 16 spaces, found 13
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 16 spaces, found 13
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 16 spaces, found 7
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 6
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 6
(#394) Variable "nN" must be all lower-case
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Whitespace found at end of line
(#403) Visibility must be declared on method "_newobj"
(#403) Variable "obj_id" must not contain underscores.
(#404) Variable "obj_id" must not contain underscores.
(#405) Variable "obj_id" must not contain underscores.
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) No space found before comment text; expected "// Begin a new object" but found "//Begin a new object"
(#410) Variable "obj_id" must not contain underscores.
(#411) Variable "obj_id" must not contain underscores.
(#412) Variable "obj_id" must not contain underscores.
(#412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Whitespace found at end of line
(#415) Variable "obj_id" must not contain underscores.
(#424) Visibility must be declared on method "pdf_write_value"
(#425) Opening brace should be on the same line as the declaration
(#429) Whitespace found at end of line
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 12 spaces, found 6
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 12 spaces, found 6
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 12 spaces, found 6
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 20 spaces, found 11
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 16 spaces, found 7
(#439) Closing brace indented incorrectly; expected 16 spaces, found 7
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 20 spaces, found 11
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 16 spaces, found 7
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Whitespace found at end of line
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 6
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 16 spaces, found 7
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 16 spaces, found 7
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 16 spaces, found 7
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 8
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 16 spaces, found 7
(#452) Closing brace indented incorrectly; expected 16 spaces, found 7
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 7
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 12 spaces, found 6
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 16 spaces, found 7
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 16 spaces, found 7
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 16 spaces, found 7
(#464) Spaces must be used to indent lines; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 16 spaces, found 7
(#465) Spaces must be used to indent lines; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 20 spaces, found 8
(#466) Spaces must be used to indent lines; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 20 spaces, found 8
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 16 spaces, found 7
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 16 spaces, found 7
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 12 spaces, found 6
(#474) Spaces must be used to indent lines; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 16 spaces, found 7
(#475) Spaces must be used to indent lines; tabs are not allowed
(#475) Tab found within whitespace
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Line indented incorrectly; expected at least 16 spaces, found 7
(#476) Spaces must be used to indent lines; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 16 spaces, found 7
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#477) Whitespace found at end of line
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 16 spaces, found 7
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 20 spaces, found 11
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 20 spaces, found 11
(#482) Closing brace indented incorrectly; expected 7 spaces, found 16
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 16 spaces, found 7
(#486) Spaces must be used to indent lines; tabs are not allowed
(#486) Tab found within whitespace
(#488) Spaces must be used to indent lines; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 12 spaces, found 6
(#490) Spaces must be used to indent lines; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 16 spaces, found 7
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 12 spaces, found 6
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 16 spaces, found 7
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 7
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 16 spaces, found 7
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 16 spaces, found 7
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 16 spaces, found 7
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 16 spaces, found 7
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Whitespace found at end of line
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 16 spaces, found 10
(#512) Spaces must be used to indent lines; tabs are not allowed
(#512) Tab found within whitespace
(#513) Whitespace found at end of line
(#514) Spaces must be used to indent lines; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 12 spaces, found 6
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 16 spaces, found 7
(#518) Spaces must be used to indent lines; tabs are not allowed
(#518) Tab found within whitespace
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 8 spaces, found 5
(#519) Closing brace indented incorrectly; expected 8 spaces, found 5
(#521) Whitespace found at end of line
(#522) Whitespace found at end of line
(#526) method name "FPDI::_straightOut" must be in lower-case letters only
(#526) Visibility must be declared on method "_straightOut"
(#528) Inline control structures are not allowed
(#528) Expected 1 space before "=="; 0 found
(#528) Expected 1 space after "=="; 0 found
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 12 spaces, found 10
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 12 spaces, found 9
(#530) Inline control structures are not allowed
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 12 spaces, found 10
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 16 spaces, found 4
(#535) Spaces must be used to indent lines; tabs are not allowed
(#535) Tab found within whitespace
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Line indented incorrectly; expected at least 20 spaces, found 5
(#536) Spaces must be used to indent lines; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 20 spaces, found 5
(#537) Spaces must be used to indent lines; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 20 spaces, found 5
(#538) Spaces must be used to indent lines; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 20 spaces, found 5
(#539) Spaces must be used to indent lines; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 16 spaces, found 4
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 20 spaces, found 5
(#541) Spaces must be used to indent lines; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected 16 spaces, found 4
(#542) Spaces must be used to indent lines; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 12 spaces, found 3
(#542) Closing brace indented incorrectly; expected 12 spaces, found 3
(#543) Spaces must be used to indent lines; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 16 spaces, found 4
(#544) Spaces must be used to indent lines; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 12 spaces, found 3
(#552) Visibility must be declared on method "_enddoc"
(#556) Whitespace found at end of line
(#560) method name "FPDI::_closeParsers" must be in lower-case letters only
(#560) Visibility must be declared on method "_closeParsers"
(#562) Spaces must be used to indent lines; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected 12 spaces, found 11
(#562) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#562) Variable "_" must not contain underscores.
(#563) Spaces must be used to indent lines; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 16 spaces, found 13
(#564) Spaces must be used to indent lines; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 16 spaces, found 13
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 16 spaces, found 13
(#566) Closing brace indented incorrectly; expected 11 spaces, found 12
mod/assign/feedback/pdf/fpdi/fpdi2tcpdf_bridge.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#24) Whitespace found at end of line
(#26) Whitespace found at end of line
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "_getxobjectdict"
(#38) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#42) Whitespace found at end of line
(#44) Closing brace indented incorrectly; expected 1 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#51) Visibility must be declared on method "pdf_write_value"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 6
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 16 spaces, found 4
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 20 spaces, found 8
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 20 spaces, found 18
(#58) Closing brace indented incorrectly; expected 4 spaces, found 16
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 16 spaces, found 7
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 20 spaces, found 11
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 20 spaces, found 11
(#67) Line indented incorrectly; expected at least 29 spaces, found 20
(#68) Closing brace indented incorrectly; expected 7 spaces, found 16
(#70) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 13
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 20 spaces, found 17
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 17
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#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
(#76) Line indented incorrectly; expected at least 20 spaces, found 17
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 8
(#78) Closing brace indented incorrectly; expected 13 spaces, found 16
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 5
(#80) Closing brace indented incorrectly; expected 8 spaces, found 5
(#82) Whitespace found at end of line
(#89) Visibility must be declared on method "_unescape"
(#92) Expected 1 space before "-"; 0 found
(#92) Expected 1 space after "-"; 0 found
(#117) Inline control structures are not allowed
(#117) Expected 1 space before "-"; 0 found
(#117) Expected 1 space after "-"; 0 found
(#117) Expected 1 space before "+"; 0 found
(#117) Expected 1 space after "+"; 0 found
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Whitespace found at end of line
(#128) Expected 1 space before "+"; 0 found
(#128) Expected 1 space after "+"; 0 found
(#129) Expected 1 space before "+"; 0 found
(#129) Expected 1 space after "+"; 0 found
(#131) Whitespace found at end of line
(#132) Expected 1 space before "+"; 0 found
(#132) Expected 1 space after "+"; 0 found
(#133) Expected 1 space before "+"; 0 found
(#133) Expected 1 space after "+"; 0 found
(#134) Whitespace found at end of line
(#135) Whitespace found at end of line
(#137) Whitespace found at end of line
(#147) Whitespace found at end of line
(#154) Visibility must be declared on method "hex2str"
(#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 5
(#157) Whitespace found at end of line
(#164) Visibility must be declared on method "str2hex"
mod/assign/feedback/pdf/fpdi/fpdi_pdf_parser.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#24) Inline doc block comments are not allowed; use "// Comment." instead
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$pages"
(#31) Whitespace found at end of line
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#36) Member variable "page_count" must not contain underscores.
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$page_count"
(#37) Whitespace found at end of line
(#38) Inline doc block comments are not allowed; use "// Comment." instead
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$pageno"
(#43) Whitespace found at end of line
(#44) Inline doc block comments are not allowed; use "// Comment." instead
(#48) Member variable "pdfVersion" must be all lower-case
(#48) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#48) Scope modifier not specified for member variable "$pdfVersion"
(#49) Whitespace found at end of line
(#50) Inline doc block comments are not allowed; use "// Comment." instead
(#54) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#54) Scope modifier not specified for member variable "$fpdi"
(#55) Whitespace found at end of line
(#56) Inline doc block comments are not allowed; use "// Comment." instead
(#61) Member variable "availableBoxes" must be all lower-case
(#61) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#61) Scope modifier not specified for member variable "$availableBoxes"
(#62) Whitespace found at end of line
(#69) PHP4 style constructors are not allowed; use "__construct()" instead
(#69) Visibility must be declared on method "fpdi_pdf_parser"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#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
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Whitespace found at end of line
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Whitespace found at end of line
(#89) Visibility must be declared on method "error"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 5
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#92) Whitespace found at end of line
(#98) method name "fpdi_pdf_parser::getPageCount" must be in lower-case letters only
(#98) Visibility must be declared on method "getPageCount"
(#108) method name "fpdi_pdf_parser::setPageno" must be in lower-case letters only
(#108) Visibility must be declared on method "setPageno"
(#117) Whitespace found at end of line
(#123) method name "fpdi_pdf_parser::getPageResources" must be in lower-case letters only
(#123) Visibility must be declared on method "getPageResources"
(#126) Whitespace found at end of line
(#132) method name "fpdi_pdf_parser::_getPageResources" must be in lower-case letters only
(#132) Visibility must be declared on method "_getPageResources"
(#132) Opening brace must be the last content on the line
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 5
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 5
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 5
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 6
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 6
(#141) Inline control structures are not allowed
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 5
(#144) Closing brace indented incorrectly; expected 8 spaces, found 5
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 6
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 16 spaces, found 7
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 12 spaces, found 6
(#149) Inline control structures are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 12 spaces, found 6
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 5
(#164) method name "fpdi_pdf_parser::getContent" must be in lower-case letters only
(#164) Visibility must be declared on method "getContent"
(#166) Whitespace found at end of line
(#169) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#169) AS keyword must be lowercase; expected "as" but found "AS"
(#169) Variable "tmp_content" must not contain underscores.
(#170) Variable "tmp_content" must not contain underscores.
(#173) Whitespace found at end of line
(#176) Whitespace found at end of line
(#177) Whitespace found at end of line
(#184) method name "fpdi_pdf_parser::_getPageContent" must be in lower-case letters only
(#184) Visibility must be declared on method "_getPageContent"
(#184) Variable "content_ref" must not contain underscores.
(#186) Whitespace found at end of line
(#187) Variable "content_ref" must not contain underscores.
(#188) Variable "content_ref" must not contain underscores.
(#194) Variable "content_ref" must not contain underscores.
(#195) Variable "content_ref" must not contain underscores.
(#195) AS keyword must be lowercase; expected "as" but found "AS"
(#195) Variable "tmp_content_ref" must not contain underscores.
(#196) Commas (,) must be followed by white space.
(#196) Variable "tmp_content_ref" must not contain underscores.
(#210) method name "fpdi_pdf_parser::_rebuildContentStream" must be in lower-case letters only
(#210) Visibility must be declared on method "_rebuildContentStream"
(#212) Whitespace found at end of line
(#214) Variable "_filter" must not contain underscores.
(#216) Variable "_filter" must not contain underscores.
(#217) Variable "tmpFilter" must be all lower-case
(#217) Variable "_filter" must not contain underscores.
(#218) Variable "_filter" must not contain underscores.
(#218) Variable "tmpFilter" must be all lower-case
(#220) Whitespace found at end of line
(#221) Variable "_filter" must not contain underscores.
(#222) Variable "_filter" must not contain underscores.
(#223) Variable "_filter" must not contain underscores.
(#224) Variable "_filter" must not contain underscores.
(#230) AS keyword must be lowercase; expected "as" but found "AS"
(#230) Variable "_filter" must not contain underscores.
(#231) Variable "_filter" must not contain underscores.
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Line indented incorrectly; expected at least 20 spaces, found 17
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 20 spaces, found 17
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 20 spaces, found 17
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 20 spaces, found 17
(#239) Closing brace indented incorrectly; expected 17 spaces, found 20
(#240) Commas (,) must be followed by white space.
(#240) Variable "_filter" must not contain underscores.
(#242) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 24 spaces, found 21
(#261) Commas (,) must be followed by white space.
(#261) Variable "_filter" must not contain underscores.
(#264) Whitespace found at end of line
(#267) Whitespace found at end of line
(#268) Whitespace found at end of line
(#278) method name "fpdi_pdf_parser::getPageBox" must be in lower-case letters only
(#278) Visibility must be declared on method "getPageBox"
(#278) Variable "box_index" must not contain underscores.
(#281) Inline control structures are not allowed
(#281) Variable "box_index" must not contain underscores.
(#282) Variable "box_index" must not contain underscores.
(#283) Whitespace found at end of line
(#285) Variable "tmp_box" must not contain underscores.
(#286) Variable "tmp_box" must not contain underscores.
(#288) Whitespace found at end of line
(#303) Variable "box_index" must not contain underscores.
(#309) Whitespace found at end of line
(#314) Line indented incorrectly; expected 4 spaces, found 5
(#314) method name "fpdi_pdf_parser::getPageBoxes" must be in lower-case letters only
(#314) Visibility must be declared on method "getPageBoxes"
(#316) Closing brace indented incorrectly; expected 5 spaces, found 4
(#317) Whitespace found at end of line
(#324) method name "fpdi_pdf_parser::_getPageBoxes" must be in lower-case letters only
(#324) Visibility must be declared on method "_getPageBoxes"
(#327) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#327) AS keyword must be lowercase; expected "as" but found "AS"
(#328) Variable "_box" must not contain underscores.
(#329) Variable "_box" must not contain underscores.
(#342) method name "fpdi_pdf_parser::getPageRotation" must be in lower-case letters only
(#342) Visibility must be declared on method "getPageRotation"
(#345) Whitespace found at end of line
(#346) method name "fpdi_pdf_parser::_getPageRotation" must be in lower-case letters only
(#346) Visibility must be declared on method "_getPageRotation"
(#346) Opening brace must be the last content on the line
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 8 spaces, found 5
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 8 spaces, found 5
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 12 spaces, found 6
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 6
(#350) Inline control structures are not allowed
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 8 spaces, found 5
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 12 spaces, found 6
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 16 spaces, found 7
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 12 spaces, found 6
(#358) Inline control structures are not allowed
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 12 spaces, found 6
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 8 spaces, found 5
(#364) Whitespace found at end of line
(#372) Visibility must be declared on method "read_pages"
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 5
(#374) Variable "_kids" must not contain underscores.
(#375) Whitespace found at end of line
(#376) Inline control structures are not allowed
(#376) Variable "_kids" must not contain underscores.
(#378) Whitespace found at end of line
(#379) Variable "_kids" must not contain underscores.
(#380) Variable "_kids" must not contain underscores.
(#382) Variable "_kids" must not contain underscores.
(#384) Whitespace found at end of line
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 12 spaces, found 6
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 16 spaces, found 7
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 12 spaces, found 6
(#391) Closing brace indented incorrectly; expected 12 spaces, found 6
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 16 spaces, found 7
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 12 spaces, found 6
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 8 spaces, found 5
(#394) Closing brace indented incorrectly; expected 8 spaces, found 5
(#397) Whitespace found at end of line
(#398) Whitespace found at end of line
(#404) method name "fpdi_pdf_parser::getPDFVersion" must be in lower-case letters only
(#404) Visibility must be declared on method "getPDFVersion"
mod/assign/feedback/pdf/fpdi/pdf_context.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Inline doc block comments are not allowed; use "// Comment." instead
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$_mode"
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$file"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 5
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$buffer"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 5
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$offset"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 5
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$length"
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$stack"
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 8 spaces, found 5
(#40) PHP4 style constructors are not allowed; use "__construct()" instead
(#40) Visibility must be declared on method "pdf_context"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 6
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 6
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 10
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 6
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 5
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 5
(#51) Visibility must be declared on method "reset"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 9
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 16 spaces, found 13
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 20 spaces, found 11
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 10
(#55) Closing brace indented incorrectly; expected 13 spaces, found 10
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 16 spaces, found 10
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 10
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 10
(#59) Inline control structures are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 9
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 16 spaces, found 13
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 16 spaces, found 13
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 9
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 6
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 5
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#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 5
(#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 5
(#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 5
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Whitespace found at end of line
(#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 5
(#75) Visibility must be declared on method "ensure_content"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 6
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 16 spaces, found 7
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 12 spaces, found 6
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 16 spaces, found 7
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 6
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 5
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 5
(#85) Visibility must be declared on method "increase_length"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 7
(#89) Variable "totalLength" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 16 spaces, found 7
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 20 spaces, found 8
(#91) Variable "toRead" must be all lower-case
(#91) Variable "totalLength" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 20 spaces, found 8
(#92) Inline control structures are not allowed
(#92) Variable "toRead" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 20 spaces, found 9
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 20 spaces, found 8
(#95) Variable "toRead" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 16 spaces, found 13
(#96) Closing brace indented incorrectly; expected 7 spaces, found 13
(#96) Variable "totalLength" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 10
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#102) Closing brace indented incorrectly; expected 5 spaces, found 2
mod/assign/feedback/pdf/fpdi/pdf_parser.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Inline control structures are not allowed
(#22) Inline control structures are not allowed
(#24) Inline control structures are not allowed
(#26) Inline control structures are not allowed
(#28) Inline control structures are not allowed
(#30) Inline control structures are not allowed
(#32) Inline control structures are not allowed
(#34) Inline control structures are not allowed
(#36) Inline control structures are not allowed
(#38) Inline control structures are not allowed
(#40) Inline control structures are not allowed
(#42) Inline control structures are not allowed
(#44) Inline control structures are not allowed
(#46) Whitespace found at end of line
(#50) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Inline doc block comments are not allowed; use "// Comment." instead
(#57) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#57) Scope modifier not specified for member variable "$filename"
(#58) Whitespace found at end of line
(#59) Inline doc block comments are not allowed; use "// Comment." instead
(#63) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#63) Scope modifier not specified for member variable "$f"
(#64) Whitespace found at end of line
(#65) Inline doc block comments are not allowed; use "// Comment." instead
(#69) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#69) Scope modifier not specified for member variable "$c"
(#70) Whitespace found at end of line
(#71) Inline doc block comments are not allowed; use "// Comment." instead
(#75) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#75) Scope modifier not specified for member variable "$xref"
(#76) Whitespace found at end of line
(#77) Inline doc block comments are not allowed; use "// Comment." instead
(#81) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#81) Scope modifier not specified for member variable "$root"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Inline doc block comments are not allowed; use "// Comment." instead
(#87) Member variable "pdfVersion" must be all lower-case
(#87) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#87) Scope modifier not specified for member variable "$pdfVersion"
(#88) Whitespace found at end of line
(#89) Inline doc block comments are not allowed; use "// Comment." instead
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Member variable "readPlain" must be all lower-case
(#94) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#94) Scope modifier not specified for member variable "$readPlain"
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 5
(#101) PHP4 style constructors are not allowed; use "__construct()" instead
(#101) Visibility must be declared on method "pdf_parser"
(#103) Whitespace found at end of line
(#105) Whitespace found at end of line
(#106) Inline control structures are not allowed
(#108) Whitespace found at end of line
(#110) Whitespace found at end of line
(#112) Whitespace found at end of line
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Whitespace found at end of line
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Whitespace found at end of line
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Closing brace indented incorrectly; expected 5 spaces, found 8
(#123) Whitespace found at end of line
(#127) method name "pdf_parser::closeFile" must be in lower-case letters only
(#127) Visibility must be declared on method "closeFile"
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 9
(#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 13
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 10
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 9
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#133) Whitespace found at end of line
(#139) Visibility must be declared on method "error"
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 9
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#142) Whitespace found at end of line
(#146) method name "pdf_parser::getEncryption" must be in lower-case letters only
(#146) Visibility must be declared on method "getEncryption"
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 13
(#151) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Expected 6 space(s) before asterisk; 9 found
(#154) Expected 6 space(s) before asterisk; 9 found
(#155) Expected 6 space(s) before asterisk; 9 found
(#156) Expected 6 space(s) before asterisk; 9 found
(#157) Visibility must be declared on method "pdf_find_root"
(#161) Whitespace found at end of line
(#164) Whitespace found at end of line
(#168) Visibility must be declared on method "pdf_read_root"
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Whitespace found at end of line
(#178) method name "pdf_parser::getPDFVersion" must be in lower-case letters only
(#178) Visibility must be declared on method "getPDFVersion"
(#180) Commas (,) must be followed by white space.
(#181) Inline control structures are not allowed
(#185) Whitespace found at end of line
(#189) Visibility must be declared on method "pdf_find_xref"
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Variable "toRead" must be all lower-case
(#191) Whitespace found at end of line
(#192) Variable "toRead" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Variable "toRead" must be all lower-case
(#197) Whitespace found at end of line
(#198) Whitespace found at end of line
(#200) Whitespace found at end of line
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 9
(#203) Closing brace indented incorrectly; expected 12 spaces, found 9
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 12 spaces, found 9
(#207) Whitespace found at end of line
(#214) Visibility must be declared on method "pdf_read_xref"
(#215) Variable "o_pos" must not contain underscores.
(#215) Expected 1 space before "-"; 0 found
(#215) Expected 1 space after "-"; 0 found
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 9
(#216) Variable "o_pos" must not contain underscores.
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Whitespace found at end of line
(#219) Whitespace found at end of line
(#220) Variable "xrefPos" must be all lower-case
(#221) Whitespace found at end of line
(#222) Variable "xrefPos" must be all lower-case
(#225) Variable "xrefStreamObjDec" must be all lower-case
(#226) Whitespace found at end of line
(#227) Variable "xrefStreamObjDec" must be all lower-case
(#227) Variable "xrefStreamObjDec" must be all lower-case
(#227) Variable "xrefStreamObjDec" must be all lower-case
(#228) Line exceeds 132 characters; contains 180 characters
(#229) Whitespace found at end of line
(#233) Whitespace found at end of line
(#235) Variable "o_pos" must not contain underscores.
(#235) Variable "xrefPos" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 12 spaces, found 9
(#237) Closing brace indented incorrectly; expected 12 spaces, found 9
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 9
(#240) Variable "bytesPerCycle" must be all lower-case
(#241) Whitespace found at end of line
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 9
(#242) Variable "o_pos" must not contain underscores.
(#242) Variable "o_pos" must not contain underscores.
(#242) Variable "xrefPos" must be all lower-case
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Variable "bytesPerCycle" must be all lower-case
(#244) Whitespace found at end of line
(#245) Variable "trailerPos" must be all lower-case
(#245) Variable "bytesPerCycle" must be all lower-case
(#246) Variable "bytesPerCycle" must be all lower-case
(#248) Whitespace found at end of line
(#249) Variable "trailerPos" must be all lower-case
(#252) Whitespace found at end of line
(#253) Variable "trailerPos" must be all lower-case
(#254) Whitespace found at end of line
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Whitespace found at end of line
(#258) Variable "differentLineEndings" must be all lower-case
(#259) Variable "differentLineEndings" must be all lower-case
(#264) Whitespace found at end of line
(#265) Variable "differentLineEndings" must be all lower-case
(#266) Variable "differentLineEndings" must be all lower-case
(#267) Whitespace found at end of line
(#268) Variable "linesCount" must be all lower-case
(#269) Whitespace found at end of line
(#271) Whitespace found at end of line
(#272) Variable "linesCount" must be all lower-case
(#281) Inline control structures are not allowed
(#285) Inline control structures are not allowed
(#287) Whitespace found at end of line
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 32 spaces, found 29
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 28 spaces, found 25
(#290) Closing brace indented incorrectly; expected 28 spaces, found 25
(#298) Whitespace found at end of line
(#301) Whitespace found at end of line
(#302) Variable "o_pos" must not contain underscores.
(#302) Variable "trailerPos" must be all lower-case
(#303) Whitespace found at end of line
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 9
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Whitespace found at end of line
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 12 spaces, found 9
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 12 spaces, found 9
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 12 spaces, found 9
(#311) Whitespace found at end of line
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 12 spaces, found 9
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Whitespace found at end of line
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 12 spaces, found 9
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 16 spaces, found 13
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 12 spaces, found 9
(#316) Whitespace found at end of line
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Whitespace found at end of line
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 12 spaces, found 9
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 12 spaces, found 9
(#320) Whitespace found at end of line
(#323) Whitespace found at end of line
(#331) Visibility must be declared on method "pdf_read_value"
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 12 spaces, found 9
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 16 spaces, found 13
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 12 spaces, found 9
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Whitespace found at end of line
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 16 spaces, found 13
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 12 spaces, found 9
(#338) Closing brace indented incorrectly; expected 12 spaces, found 9
(#339) Whitespace found at end of line
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 12 spaces, found 9
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 20 spaces, found 11
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Line indented incorrectly; expected at least 20 spaces, found 11
(#344) Whitespace found at end of line
(#346) Whitespace found at end of line
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 20 spaces, found 11
(#347) Expected "while (...) {\n"; found "while(...) {\n"
(#348) Whitespace found at end of line
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 24 spaces, found 12
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Line indented incorrectly; expected at least 24 spaces, found 12
(#353) Whitespace found at end of line
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 24 spaces, found 12
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 28 spaces, found 13
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 32 spaces, found 14
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 28 spaces, found 13
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 32 spaces, found 29
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 28 spaces, found 25
(#359) Closing brace indented incorrectly; expected 13 spaces, found 25
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 24 spaces, found 12
(#361) Whitespace found at end of line
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 24 spaces, found 12
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 24 spaces, found 12
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Whitespace found at end of line
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 24 spaces, found 12
(#366) Closing brace indented incorrectly; expected 11 spaces, found 20
(#367) Whitespace found at end of line
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 16 spaces, found 10
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 20 spaces, found 11
(#371) Whitespace found at end of line
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 20 spaces, found 11
(#373) Whitespace found at end of line
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 20 spaces, found 11
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 20 spaces, found 11
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 20 spaces, found 11
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 24 spaces, found 12
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 28 spaces, found 13
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 24 spaces, found 12
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Whitespace found at end of line
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 24 spaces, found 12
(#381) Expected 1 space after "="; 3 found
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 28 spaces, found 13
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 24 spaces, found 12
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Whitespace found at end of line
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Line indented incorrectly; expected at least 24 spaces, found 12
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 24 spaces, found 12
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 28 spaces, found 16
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 28 spaces, found 16
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 24 spaces, found 12
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Whitespace found at end of line
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 24 spaces, found 12
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 20 spaces, found 11
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Whitespace found at end of line
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#395) Whitespace found at end of line
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 16 spaces, found 10
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 20 spaces, found 11
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 20 spaces, found 11
(#400) Whitespace found at end of line
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 20 spaces, found 11
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 20 spaces, found 11
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 20 spaces, found 11
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 28 spaces, found 13
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 24 spaces, found 12
(#406) Closing brace indented incorrectly; expected 24 spaces, found 12
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Whitespace found at end of line
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 24 spaces, found 12
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 24 spaces, found 12
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 24 spaces, found 12
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 20 spaces, found 11
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Whitespace found at end of line
(#416) Whitespace found at end of line
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 16 spaces, found 10
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Whitespace found at end of line
(#421) Variable "openBrackets" must be all lower-case
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected 20 spaces, found 11
(#422) Expected "do {\n...} while (...);\n"; found "do {\n...} while(...);\n"
(#423) Variable "openBrackets" must be all lower-case
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) This comment is 50% valid code; is this commented out code?
(#426) Variable "openBrackets" must be all lower-case
(#428) This comment is 50% valid code; is this commented out code?
(#428) Blank comments are not allowed
(#429) Variable "openBrackets" must be all lower-case
(#431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 20 spaces, found 11
(#435) Variable "openBrackets" must be all lower-case
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 20 spaces, found 11
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 20 spaces, found 11
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Whitespace found at end of line
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#441) Whitespace found at end of line
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 20 spaces, found 17
(#443) Variable "o_pos" must not contain underscores.
(#443) Expected 1 space before "-"; 0 found
(#443) Expected 1 space after "-"; 0 found
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 20 spaces, found 14
(#444) Variable "o_offset" must not contain underscores.
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Whitespace found at end of line
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 20 spaces, found 14
(#446) Variable "o_pos" must not contain underscores.
(#446) Variable "o_offset" must not contain underscores.
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Whitespace found at end of line
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 20 spaces, found 14
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 20 spaces, found 14
(#449) Inline control structures are not allowed
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 20 spaces, found 15
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 14
(#451) Inline control structures are not allowed
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 20 spaces, found 15
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Whitespace found at end of line
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 20 spaces, found 14
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 24 spaces, found 15
(#455) Variable "tmp_c" must not contain underscores.
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 24 spaces, found 15
(#456) Variable "tmp_length" must not contain underscores.
(#456) Variable "tmp_c" must not contain underscores.
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 24 spaces, found 15
(#457) Variable "tmp_length" must not contain underscores.
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 20 spaces, found 14
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 24 spaces, found 15
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Whitespace found at end of line
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 20 spaces, found 14
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Whitespace found at end of line
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 20 spaces, found 14
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 24 spaces, found 18
(#463) Commas (,) must be followed by white space.
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 24 spaces, found 18
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 20 spaces, found 14
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 24 spaces, found 18
(#466) Whitespace found at end of line
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 20 spaces, found 14
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 20 spaces, found 14
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) This comment is 45% valid code; is this commented out code?
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Whitespace found at end of line
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Whitespace found at end of line
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 16 spaces, found 13
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 20 spaces, found 17
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 24 spaces, found 12
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 24 spaces, found 12
(#478) Whitespace found at end of line
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 32 spaces, found 14
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 32 spaces, found 14
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 32 spaces, found 14
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 32 spaces, found 14
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Line indented incorrectly; expected at least 32 spaces, found 14
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 32 spaces, found 14
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 40 spaces, found 16
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 40 spaces, found 16
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 36 spaces, found 15
(#490) Closing brace indented incorrectly; expected 36 spaces, found 15
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 36 spaces, found 15
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 36 spaces, found 15
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 36 spaces, found 15
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 36 spaces, found 15
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 32 spaces, found 14
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 28 spaces, found 13
(#496) Closing brace indented incorrectly; expected 28 spaces, found 13
(#497) Whitespace found at end of line
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 28 spaces, found 13
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 24 spaces, found 12
(#500) Whitespace found at end of line
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 24 spaces, found 12
(#501) Inline control structures are not allowed
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 24 spaces, found 16
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 24 spaces, found 12
(#503) Inline control structures are not allowed
(#503) Whitespace found at end of line
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 24 spaces, found 13
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected 20 spaces, found 11
(#505) Closing brace indented incorrectly; expected 17 spaces, found 11
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 20 spaces, found 11
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 24 spaces, found 14
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected 20 spaces, found 11
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 24 spaces, found 12
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 20 spaces, found 11
(#513) Line indented incorrectly; expected 12 spaces, found 13
(#513) Closing brace indented incorrectly; expected 9 spaces, found 13
(#515) Whitespace found at end of line
(#523) Visibility must be declared on method "pdf_resolve_object"
(#523) Variable "obj_spec" must not contain underscores.
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 12 spaces, found 9
(#525) Variable "obj_spec" must not contain underscores.
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 16 spaces, found 13
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 12 spaces, found 9
(#529) Whitespace found at end of line
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected 12 spaces, found 9
(#530) Variable "obj_spec" must not contain underscores.
(#531) Whitespace found at end of line
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Line indented incorrectly; expected at least 16 spaces, found 10
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 16 spaces, found 10
(#533) Variable "obj_spec" must not contain underscores.
(#533) Variable "obj_spec" must not contain underscores.
(#534) Whitespace found at end of line
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 20 spaces, found 11
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 20 spaces, found 11
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 20 spaces, found 11
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 20 spaces, found 11
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) Line indented incorrectly; expected at least 20 spaces, found 11
(#540) Whitespace found at end of line
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 20 spaces, found 11
(#541) Variable "old_pos" must not contain underscores.
(#542) Whitespace found at end of line
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 20 spaces, found 11
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 20 spaces, found 11
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Whitespace found at end of line
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 20 spaces, found 11
(#546) Variable "obj_spec" must not contain underscores.
(#546) Variable "obj_spec" must not contain underscores.
(#547) Whitespace found at end of line
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 20 spaces, found 11
(#549) Whitespace found at end of line
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected 20 spaces, found 11
(#550) Variable "obj_spec" must not contain underscores.
(#550) Variable "obj_spec" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 24 spaces, found 12
(#551) Variable "toSearchFor" must be all lower-case
(#551) Variable "obj_spec" must not contain underscores.
(#551) Variable "obj_spec" must not contain underscores.
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 24 spaces, found 12
(#552) Variable "toSearchFor" must be all lower-case
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 28 spaces, found 13
(#553) Variable "toSearchFor" must be all lower-case
(#553) Variable "toSearchFor" must be all lower-case
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#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
(#554) Line indented incorrectly; expected at least 28 spaces, found 13
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 28 spaces, found 13
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected 24 spaces, found 12
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 28 spaces, found 13
(#557) Variable "obj_spec" must not contain underscores.
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 24 spaces, found 12
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 20 spaces, found 11
(#560) Whitespace found at end of line
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 20 spaces, found 11
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 20 spaces, found 11
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) Line indented incorrectly; expected at least 20 spaces, found 11
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 20 spaces, found 8
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 20 spaces, found 8
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected 20 spaces, found 11
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 24 spaces, found 12
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 24 spaces, found 13
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 24 spaces, found 13
(#569) Variable "obj_spec" must not contain underscores.
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 24 spaces, found 13
(#570) Variable "obj_spec" must not contain underscores.
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 33 spaces, found 12
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 20 spaces, found 11
(#572) Whitespace found at end of line
(#573) Whitespace found at end of line
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 20 spaces, found 11
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) Line indented incorrectly; expected at least 20 spaces, found 11
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 20 spaces, found 11
(#576) Expected "while (...) {\n"; found "while(...) {\n"
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 24 spaces, found 9
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Line indented incorrectly; expected at least 28 spaces, found 10
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 28 spaces, found 10
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 24 spaces, found 12
(#581) Closing brace indented incorrectly; expected 9 spaces, found 12
(#582) Whitespace found at end of line
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 24 spaces, found 12
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 28 spaces, found 13
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 24 spaces, found 12
(#586) Whitespace found at end of line
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 20 spaces, found 11
(#589) Whitespace found at end of line
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 20 spaces, found 11
(#590) Variable "old_pos" must not contain underscores.
(#591) Whitespace found at end of line
(#595) Whitespace found at end of line
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 20 spaces, found 11
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 16 spaces, found 10
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 12 spaces, found 9
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 16 spaces, found 10
(#599) Variable "obj_spec" must not contain underscores.
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected 12 spaces, found 9
(#602) Whitespace found at end of line
(#603) Whitespace found at end of line
(#604) Whitespace found at end of line
(#611) Visibility must be declared on method "pdf_read_token"
(#612) Opening brace should be on the same line as the declaration
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 12 spaces, found 9
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 12 spaces, found 9
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 12 spaces, found 9
(#616) Whitespace found at end of line
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 12 spaces, found 9
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 16 spaces, found 10
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected 12 spaces, found 9
(#620) Whitespace found at end of line
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Inline comments must end in full-stops, exclamation marks, or question marks
(#621) Line indented incorrectly; expected at least 12 spaces, found 9
(#622) Whitespace found at end of line
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 12 spaces, found 9
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected 16 spaces, found 10
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 20 spaces, found 11
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected 16 spaces, found 10
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 16 spaces, found 10
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 12 spaces, found 9
(#629) Whitespace found at end of line
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Inline comments must end in full-stops, exclamation marks, or question marks
(#630) Line indented incorrectly; expected at least 12 spaces, found 9
(#631) Whitespace found at end of line
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 12 spaces, found 9
(#633) Whitespace found at end of line
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected 12 spaces, found 9
(#635) Whitespace found at end of line
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected 16 spaces, found 10
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 16 spaces, found 10
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 16 spaces, found 10
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 16 spaces, found 10
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Whitespace found at end of line
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 20 spaces, found 11
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Inline comments must end in full-stops, exclamation marks, or question marks
(#642) Line indented incorrectly; expected at least 20 spaces, found 11
(#643) Whitespace found at end of line
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#645) Whitespace found at end of line
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected 16 spaces, found 10
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 16 spaces, found 10
(#648) Whitespace found at end of line
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 20 spaces, found 11
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 20 spaces, found 11
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#651) Line indented incorrectly; expected at least 20 spaces, found 11
(#652) Whitespace found at end of line
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 20 spaces, found 11
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected 24 spaces, found 12
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 28 spaces, found 16
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected 24 spaces, found 12
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 24 spaces, found 12
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 24 spaces, found 12
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 20 spaces, found 11
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 24 spaces, found 12
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected 20 spaces, found 11
(#662) Whitespace found at end of line
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected 16 spaces, found 7
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Whitespace found at end of line
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 20 spaces, found 11
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Whitespace found at end of line
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected 20 spaces, found 11
(#668) Expected "while (...) {\n"; found "while(...) {\n"
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 24 spaces, found 15
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected 28 spaces, found 13
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected at least 32 spaces, found 14
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected 28 spaces, found 13
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 32 spaces, found 29
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected 28 spaces, found 25
(#675) Closing brace indented incorrectly; expected 13 spaces, found 25
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 24 spaces, found 12
(#676) Closing brace indented incorrectly; expected 24 spaces, found 12
(#677) Whitespace found at end of line
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 24 spaces, found 12
(#678) Expected 1 space before "+"; 0 found
(#678) Expected 1 space after "+"; 0 found
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Whitespace found at end of line
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 24 spaces, found 12
(#681) Closing brace indented incorrectly; expected 11 spaces, found 20
(#682) Whitespace found at end of line
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected 16 spaces, found 7
(#684) Whitespace found at end of line
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 20 spaces, found 11
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected at least 20 spaces, found 11
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 20 spaces, found 11
(#688) Whitespace found at end of line
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected 20 spaces, found 11
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 24 spaces, found 12
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected 20 spaces, found 11
(#692) Whitespace found at end of line
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected 20 spaces, found 11
(#693) Expected "while (...) {\n"; found "while(...) {\n"
(#694) Whitespace found at end of line
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Inline comments must end in full-stops, exclamation marks, or question marks
(#695) Line indented incorrectly; expected at least 24 spaces, found 12
(#696) Whitespace found at end of line
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 24 spaces, found 12
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Whitespace found at end of line
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected 24 spaces, found 12
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 28 spaces, found 13
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected 24 spaces, found 12
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected at least 28 spaces, found 13
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 28 spaces, found 13
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 28 spaces, found 13
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 28 spaces, found 13
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 28 spaces, found 13
(#707) Whitespace found at end of line
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected at least 28 spaces, found 13
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected 24 spaces, found 12
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected 20 spaces, found 11
(#711) Whitespace found at end of line
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 20 spaces, found 11
(#713) Whitespace found at end of line
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 20 spaces, found 11
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected 12 spaces, found 9
mod/assign/feedback/pdf/locallib.php
(#766) Variable "ps_sql" must not contain underscores.
(#776) Variable "ps_sql" must not contain underscores.
(#1382) Expected 1 space before "=>"; 0 found
(#1382) Expected 1 space before "=>"; 0 found
(#1398) Expected 1 space before "=>"; 0 found
(#1398) Expected 1 space after "=>"; 0 found
(#1402) Expected 1 space before "=>"; 0 found
(#1402) Expected 1 space before "=>"; 0 found
(#1403) Expected 1 space before "=>"; 0 found
(#1403) Expected 1 space before "=>"; 0 found
(#1496) Expected 1 space before "%"; 0 found
(#1496) Expected 1 space after "%"; 0 found
(#1580) Variable "to_clear" must not contain underscores.
(#1582) Variable "tmpl_to_clear" must not contain underscores.
(#1586) Variable "to_clear" must not contain underscores.
(#1586) Variable "to_clear" must not contain underscores.
(#1586) Variable "tmpl_to_clear" must not contain underscores.
(#1588) Variable "to_clear" must not contain underscores.
(#1643) Expected 1 space before "="; 0 found
(#1643) Expected 1 space after "="; 0 found
(#1643) Expected 1 space before "<="; 0 found
(#1643) Expected 1 space after "<="; 0 found
(#1682) Line exceeds 132 characters; contains 144 characters
mod/assign/feedback/pdf/mypdflib.php
(#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
(#182) Expected 1 space before ">="; 0 found
(#182) Expected 1 space after ">="; 0 found
(#210) Inline control structures are not allowed
(#254) Expected 1 space before "<"; 0 found
(#254) Expected 1 space after "<"; 0 found
(#439) Expected 1 space before ">"; 0 found
(#439) Expected 1 space after ">"; 0 found
(#484) Expected 1 space before "<="; 0 found
(#484) Expected 1 space after "<="; 0 found
(#502) Line exceeds 132 characters; contains 137 characters
mod/assign/feedback/pdf/updatecomment.php
(#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
mod/assign/feedback/pdf/viewcomment.php
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found

Javascript coding style problems

(607 errors, 1229 warnings)

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

mod/assign/feedback/pdf/scripts/annotate.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Expected space or tab after '/*' in comment. (spaced-comment)
(#3) Expected space or tab after '/*' in comment. (spaced-comment)
(#4) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Missing JSDoc comment. (require-jsdoc)
(#5) Identifier 'uploadpdf_init' is not in camel case. (camelcase)
(#5) 'uploadpdf_init' is defined but never used. (no-unused-vars)
(#5) Identifier 'server_config' is not in camel case. (camelcase)
(#10) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#12) Identifier 'context_comment' is not in camel case. (camelcase)
(#19) String prototype is read only, properties should not be added. (no-extend-native)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#26) Identifier 'context_comment' is not in camel case. (camelcase)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing JSDoc comment. (require-jsdoc)
(#64) Missing JSDoc comment. (require-jsdoc)
(#84) Missing JSDoc comment. (require-jsdoc)
(#85) 'style' is defined but never used. (no-unused-vars)
(#94) Identifier 'server_config' is not in camel case. (camelcase)
(#95) Unexpected space before function parentheses. (space-before-function-paren)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing JSDoc comment. (require-jsdoc)
(#101) Identifier 'on_link' is not in camel case. (camelcase)
(#103) Identifier 'server_config' is not in camel case. (camelcase)
(#112) Identifier 'on_link' is not in camel case. (camelcase)
(#116) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Missing JSDoc comment. (require-jsdoc)
(#136) Identifier 'server_config' is not in camel case. (camelcase)
(#156) Missing JSDoc comment. (require-jsdoc)
(#162) Missing JSDoc comment. (require-jsdoc)
(#168) Missing JSDoc comment. (require-jsdoc)
(#172) Missing JSDoc comment. (require-jsdoc)
(#176) Missing JSDoc comment. (require-jsdoc)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#193) 'list' is defined but never used. (no-unused-vars)
(#221) Missing JSDoc comment. (require-jsdoc)
(#228) Unexpected space before function parentheses. (space-before-function-paren)
(#245) Missing JSDoc comment. (require-jsdoc)
(#268) Missing JSDoc comment. (require-jsdoc)
(#275) Missing JSDoc comment. (require-jsdoc)
(#288) Missing JSDoc comment. (require-jsdoc)
(#295) Identifier 'server_config' is not in camel case. (camelcase)
(#300) Missing JSDoc comment. (require-jsdoc)
(#320) Missing JSDoc comment. (require-jsdoc)
(#340) Missing JSDoc comment. (require-jsdoc)
(#353) Missing JSDoc comment. (require-jsdoc)
(#367) Missing JSDoc comment. (require-jsdoc)
(#378) Missing JSDoc comment. (require-jsdoc)
(#420) Missing JSDoc comment. (require-jsdoc)
(#439) Missing JSDoc comment. (require-jsdoc)
(#456) Missing JSDoc comment. (require-jsdoc)
(#476) There should be no space after '{'. (object-curly-spacing)
(#480) Identifier 'context_comment' is not in camel case. (camelcase)
(#481) Identifier 'context_comment' is not in camel case. (camelcase)
(#491) Unexpected space before function parentheses. (space-before-function-paren)
(#491) 'e' is defined but never used. (no-unused-vars)
(#505) Unexpected space before function parentheses. (space-before-function-paren)
(#505) 'e' is defined but never used. (no-unused-vars)
(#509) Unexpected space before function parentheses. (space-before-function-paren)
(#509) 'e' is defined but never used. (no-unused-vars)
(#530) Missing JSDoc comment. (require-jsdoc)
(#545) Missing JSDoc comment. (require-jsdoc)
(#557) Missing JSDoc comment. (require-jsdoc)
(#565) 'btns' is defined but never used. (no-unused-vars)
(#565) 'count' is defined but never used. (no-unused-vars)
(#565) 'idx' is defined but never used. (no-unused-vars)
(#565) 'i' is defined but never used. (no-unused-vars)
(#566) Unexpected space before function parentheses. (space-before-function-paren)
(#575) Missing JSDoc comment. (require-jsdoc)
(#582) Missing JSDoc comment. (require-jsdoc)
(#589) Missing JSDoc comment. (require-jsdoc)
(#596) Identifier 'server_config' is not in camel case. (camelcase)
(#601) Missing JSDoc comment. (require-jsdoc)
(#621) Missing JSDoc comment. (require-jsdoc)
(#641) Missing JSDoc comment. (require-jsdoc)
(#679) Missing JSDoc comment. (require-jsdoc)
(#686) Missing JSDoc comment. (require-jsdoc)
(#687) Identifier 'server_config' is not in camel case. (camelcase)
(#690) Missing JSDoc comment. (require-jsdoc)
(#700) Missing JSDoc comment. (require-jsdoc)
(#713) Missing JSDoc comment. (require-jsdoc)
(#713) Identifier 'get_pdf_dims' is not in camel case. (camelcase)
(#725) Missing JSDoc comment. (require-jsdoc)
(#764) Missing JSDoc comment. (require-jsdoc)
(#850) Missing JSDoc comment. (require-jsdoc)
(#878) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#879) Identifier 'context_comment' is not in camel case. (camelcase)
(#900) Missing JSDoc comment. (require-jsdoc)
(#900) Function 'makeline' has a complexity of 21. (complexity)
(#962) There should be no space after '{'. (object-curly-spacing)
(#962) There should be no space before '}'. (object-curly-spacing)
(#1086) Unexpected space before function parentheses. (space-before-function-paren)
(#1099) Unexpected space before function parentheses. (space-before-function-paren)
(#1123) Unexpected space before function parentheses. (space-before-function-paren)
(#1125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1125) Statement inside of curly braces should be on next line. (brace-style)
(#1131) Unexpected space before function parentheses. (space-before-function-paren)
(#1131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1131) Statement inside of curly braces should be on next line. (brace-style)
(#1147) Unexpected confirm. (no-alert)
(#1152) Unexpected space before function parentheses. (space-before-function-paren)
(#1153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1153) Statement inside of curly braces should be on next line. (brace-style)
(#1155) Unexpected space before function parentheses. (space-before-function-paren)
(#1155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1155) Statement inside of curly braces should be on next line. (brace-style)
(#1160) Identifier 'comment_position_x' is not in camel case. (camelcase)
(#1161) Identifier 'comment_position_y' is not in camel case. (camelcase)
(#1162) Identifier 'comment_width' is not in camel case. (camelcase)
(#1163) Identifier 'comment_text' is not in camel case. (camelcase)
(#1164) Identifier 'comment_id' is not in camel case. (camelcase)
(#1165) Identifier 'comment_colour' is not in camel case. (camelcase)
(#1174) Unexpected space before function parentheses. (space-before-function-paren)
(#1183) Unexpected space before function parentheses. (space-before-function-paren)
(#1185) Statement inside of curly braces should be on next line. (brace-style)
(#1185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1189) Unexpected space before function parentheses. (space-before-function-paren)
(#1189) Statement inside of curly braces should be on next line. (brace-style)
(#1189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1196) Unexpected confirm. (no-alert)
(#1201) Unexpected space before function parentheses. (space-before-function-paren)
(#1202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1202) Statement inside of curly braces should be on next line. (brace-style)
(#1203) Unexpected space before function parentheses. (space-before-function-paren)
(#1203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1203) Statement inside of curly braces should be on next line. (brace-style)
(#1217) Unexpected space before function parentheses. (space-before-function-paren)
(#1227) Unexpected space before function parentheses. (space-before-function-paren)
(#1229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1229) Statement inside of curly braces should be on next line. (brace-style)
(#1234) Unexpected space before function parentheses. (space-before-function-paren)
(#1234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1234) Statement inside of curly braces should be on next line. (brace-style)
(#1240) Unexpected space before function parentheses. (space-before-function-paren)
(#1248) Unexpected space before function parentheses. (space-before-function-paren)
(#1248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1248) Statement inside of curly braces should be on next line. (brace-style)
(#1250) Unexpected space before function parentheses. (space-before-function-paren)
(#1274) Unexpected confirm. (no-alert)
(#1280) Unexpected space before function parentheses. (space-before-function-paren)
(#1281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1281) Statement inside of curly braces should be on next line. (brace-style)
(#1282) Unexpected space before function parentheses. (space-before-function-paren)
(#1282) Requires a space after '{'. (block-spacing)
(#1282) Statement inside of curly braces should be on next line. (brace-style)
(#1282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1297) Unexpected space before function parentheses. (space-before-function-paren)
(#1303) Unexpected space before function parentheses. (space-before-function-paren)
(#1308) Unexpected space before function parentheses. (space-before-function-paren)
(#1308) Statement inside of curly braces should be on next line. (brace-style)
(#1308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1317) Unexpected confirm. (no-alert)
(#1323) Unexpected space before function parentheses. (space-before-function-paren)
(#1324) Unexpected space before function parentheses. (space-before-function-paren)
(#1324) Statement inside of curly braces should be on next line. (brace-style)
(#1324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1331) Line 1331 exceeds the maximum line length of 132. (max-len)
(#1338) Unexpected space before function parentheses. (space-before-function-paren)
(#1344) Unexpected space before function parentheses. (space-before-function-paren)
(#1349) Unexpected space before function parentheses. (space-before-function-paren)
(#1349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1349) Statement inside of curly braces should be on next line. (brace-style)
(#1358) Unexpected confirm. (no-alert)
(#1364) Unexpected space before function parentheses. (space-before-function-paren)
(#1365) Unexpected space before function parentheses. (space-before-function-paren)
(#1365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1365) Statement inside of curly braces should be on next line. (brace-style)
(#1375) Line 1375 exceeds the maximum line length of 132. (max-len)
(#1382) Unexpected space before function parentheses. (space-before-function-paren)
(#1388) Unexpected space before function parentheses. (space-before-function-paren)
(#1393) Unexpected space before function parentheses. (space-before-function-paren)
(#1393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1393) Statement inside of curly braces should be on next line. (brace-style)
(#1402) Unexpected confirm. (no-alert)
(#1408) Unexpected space before function parentheses. (space-before-function-paren)
(#1409) Unexpected space before function parentheses. (space-before-function-paren)
(#1409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1409) Statement inside of curly braces should be on next line. (brace-style)
(#1417) Line 1417 exceeds the maximum line length of 132. (max-len)
(#1424) Unexpected space before function parentheses. (space-before-function-paren)
(#1435) Identifier 'server_config' is not in camel case. (camelcase)
(#1441) Identifier 'server_config' is not in camel case. (camelcase)
(#1464) Unexpected space before function parentheses. (space-before-function-paren)
(#1469) Unexpected space before function parentheses. (space-before-function-paren)
(#1469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1469) Statement inside of curly braces should be on next line. (brace-style)
(#1494) Unexpected confirm. (no-alert)
(#1500) Unexpected space before function parentheses. (space-before-function-paren)
(#1501) Unexpected space before function parentheses. (space-before-function-paren)
(#1501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1501) Statement inside of curly braces should be on next line. (brace-style)
(#1515) Unexpected space before function parentheses. (space-before-function-paren)
(#1530) Identifier 'annotation_colour' is not in camel case. (camelcase)
(#1531) Identifier 'annotation_type' is not in camel case. (camelcase)
(#1532) Identifier 'annotation_id' is not in camel case. (camelcase)
(#1540) Identifier 'annotation_path' is not in camel case. (camelcase)
(#1542) Identifier 'annotation_startx' is not in camel case. (camelcase)
(#1543) Identifier 'annotation_starty' is not in camel case. (camelcase)
(#1544) Identifier 'annotation_endx' is not in camel case. (camelcase)
(#1545) Identifier 'annotation_endy' is not in camel case. (camelcase)
(#1548) Identifier 'annotation_path' is not in camel case. (camelcase)
(#1553) Unexpected space before function parentheses. (space-before-function-paren)
(#1555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1555) Statement inside of curly braces should be on next line. (brace-style)
(#1559) Unexpected space before function parentheses. (space-before-function-paren)
(#1559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1559) Statement inside of curly braces should be on next line. (brace-style)
(#1571) Unexpected confirm. (no-alert)
(#1577) Unexpected space before function parentheses. (space-before-function-paren)
(#1578) Statement inside of curly braces should be on next line. (brace-style)
(#1578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1580) Unexpected space before function parentheses. (space-before-function-paren)
(#1580) Statement inside of curly braces should be on next line. (brace-style)
(#1580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1588) Unexpected space before function parentheses. (space-before-function-paren)
(#1594) Unexpected space before function parentheses. (space-before-function-paren)
(#1600) Unexpected space before function parentheses. (space-before-function-paren)
(#1600) Statement inside of curly braces should be on next line. (brace-style)
(#1600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1606) Unexpected confirm. (no-alert)
(#1611) Unexpected space before function parentheses. (space-before-function-paren)
(#1612) Unexpected space before function parentheses. (space-before-function-paren)
(#1612) Statement inside of curly braces should be on next line. (brace-style)
(#1612) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1626) Unexpected space before function parentheses. (space-before-function-paren)
(#1631) Missing JSDoc comment. (require-jsdoc)
(#1660) Missing JSDoc comment. (require-jsdoc)
(#1684) Missing JSDoc comment. (require-jsdoc)
(#1727) Missing JSDoc comment. (require-jsdoc)
(#1737) Unexpected space before function parentheses. (space-before-function-paren)
(#1802) Missing JSDoc comment. (require-jsdoc)
(#1804) Identifier 'server_config' is not in camel case. (camelcase)
(#1806) 'btn' is defined but never used. (no-unused-vars)
(#1839) Unexpected space before function parentheses. (space-before-function-paren)
(#1842) Line 1842 exceeds the maximum line length of 132. (max-len)
(#1860) Unexpected space before function parentheses. (space-before-function-paren)
(#1870) There should be no space after '{'. (object-curly-spacing)
(#1870) There should be no space before '}'. (object-curly-spacing)
(#1872) There should be no space after '{'. (object-curly-spacing)
(#1872) There should be no space before '}'. (object-curly-spacing)
(#1883) Unexpected space before function parentheses. (space-before-function-paren)
(#1903) Unexpected space before function parentheses. (space-before-function-paren)
(#1903) Statement inside of curly braces should be on next line. (brace-style)
(#1903) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1921) Unexpected space before function parentheses. (space-before-function-paren)
(#1945) Unexpected space before function parentheses. (space-before-function-paren)
(#1945) 'e' is defined but never used. (no-unused-vars)
(#1948) Unexpected space before function parentheses. (space-before-function-paren)
(#1948) 'e' is defined but never used. (no-unused-vars)
(#1953) Missing JSDoc comment. (require-jsdoc)
(#1953) Identifier 'context_quicklistnoitems' is not in camel case. (camelcase)
(#1958) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#1960) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#1960) Unexpected space before function parentheses. (space-before-function-paren)
(#1966) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#1967) Unexpected space before function parentheses. (space-before-function-paren)
(#1968) Unexpected alert. (no-alert)
(#1972) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#1976) Missing JSDoc comment. (require-jsdoc)
(#1996) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#1996) Identifier 'server_config' is not in camel case. (camelcase)
(#1996) Unexpected space before function parentheses. (space-before-function-paren)
(#1997) 'style' is defined but never used. (no-unused-vars)
(#2017) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2021) Missing JSDoc comment. (require-jsdoc)
(#2025) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2026) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2030) Missing JSDoc comment. (require-jsdoc)
(#2038) Expected space or tab after '//' in comment. (spaced-comment)
(#2039) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2043) Unexpected space before function parentheses. (space-before-function-paren)
(#2048) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2049) Identifier 'context_quicklist' is not in camel case. (camelcase)
(#2064) Identifier 'context_comment' is not in camel case. (camelcase)
(#2068) Unexpected space before function parentheses. (space-before-function-paren)
(#2071) Unexpected space before function parentheses. (space-before-function-paren)
(#2071) Statement inside of curly braces should be on next line. (brace-style)
(#2071) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2072) Unexpected space before function parentheses. (space-before-function-paren)
(#2072) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2072) Statement inside of curly braces should be on next line. (brace-style)
(#2073) Unexpected space before function parentheses. (space-before-function-paren)
(#2073) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2073) Statement inside of curly braces should be on next line. (brace-style)
(#2074) Unexpected space before function parentheses. (space-before-function-paren)
(#2074) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2074) Statement inside of curly braces should be on next line. (brace-style)
(#2075) Unexpected space before function parentheses. (space-before-function-paren)
(#2075) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2075) Statement inside of curly braces should be on next line. (brace-style)
(#2076) Unexpected space before function parentheses. (space-before-function-paren)
(#2076) Statement inside of curly braces should be on next line. (brace-style)
(#2076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2077) Unexpected space before function parentheses. (space-before-function-paren)
(#2093) Missing JSDoc comment. (require-jsdoc)
(#2093) Identifier 'check_pageimage' is not in camel case. (camelcase)
(#2100) Unexpected space before function parentheses. (space-before-function-paren)
(#2100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2100) Statement inside of curly braces should be on next line. (brace-style)
(#2104) Missing JSDoc comment. (require-jsdoc)
(#2104) Identifier 'add_behat_testing_form' is not in camel case. (camelcase)
(#2112) Unexpected space before function parentheses. (space-before-function-paren)
(#2126) Unexpected space before function parentheses. (space-before-function-paren)
(#2134) Identifier 'server_config' is not in camel case. (camelcase)
mod/assign/feedback/pdf/scripts/contextmenu.js
(#5) Expected space or tab after '/*' in comment. (spaced-comment)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'ContextMenu' is defined but never used. (no-unused-vars)
(#12) Expected space or tab after '//' in comment. (spaced-comment)
(#19) There should be no space after '{'. (object-curly-spacing)
(#19) There should be no space before '}'. (object-curly-spacing)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Unexpected space before function parentheses. (space-before-function-paren)
(#70) 'e' is defined but never used. (no-unused-vars)
(#72) Unexpected 'this'. (no-invalid-this)
(#72) Unexpected 'this'. (no-invalid-this)
(#74) Unexpected 'this'. (no-invalid-this)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Unexpected 'this'. (no-invalid-this)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#85) Unexpected space before function parentheses. (space-before-function-paren)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Unexpected 'this'. (no-invalid-this)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Unexpected 'this'. (no-invalid-this)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Unexpected 'this'. (no-invalid-this)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Unexpected 'this'. (no-invalid-this)
(#98) Unexpected 'this'. (no-invalid-this)
(#99) Unexpected 'this'. (no-invalid-this)
(#104) Unexpected 'this'. (no-invalid-this)
(#104) There should be no space before '}'. (object-curly-spacing)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Unexpected 'this'. (no-invalid-this)
(#111) Expected space or tab after '//' in comment. (spaced-comment)
(#112) Unexpected space before function parentheses. (space-before-function-paren)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#120) There should be no space after '{'. (object-curly-spacing)
(#120) There should be no space before '}'. (object-curly-spacing)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Unexpected space before function parentheses. (space-before-function-paren)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Unexpected space before function parentheses. (space-before-function-paren)
(#146) Unexpected space before function parentheses. (space-before-function-paren)
(#164) Unexpected space before function parentheses. (space-before-function-paren)
(#164) 'e' is defined but never used. (no-unused-vars)
(#165) Unexpected 'this'. (no-invalid-this)
(#172) Unexpected space before function parentheses. (space-before-function-paren)
(#172) 'e' is defined but never used. (no-unused-vars)
(#174) Unexpected 'this'. (no-invalid-this)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Multiple spaces found before 'el'. (no-multi-spaces)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Unexpected space before function parentheses. (space-before-function-paren)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
(#201) Expected space or tab after '//' in comment. (spaced-comment)
(#202) Unexpected space before function parentheses. (space-before-function-paren)
mod/assign/feedback/pdf/scripts/raphael-min.js
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Unexpected empty function. (no-empty-function)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Identifier 'current_event' is not in camel case. (camelcase)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#30) 'e' is defined but never used. (no-unused-vars)
(#35) 'f' is defined but never used. (no-unused-vars)
(#40) 'errors' is defined but never used. (no-unused-vars)
(#41) Identifier 'current_event' is not in camel case. (camelcase)
(#43) Expected { after 'for' condition. (curly)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#58) 'ii' used outside of binding context. (block-scoped-var)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#59) 'i' used outside of binding context. (block-scoped-var)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Blocks are nested too deeply (5). (max-depth)
(#75) Missing semicolon. (semi)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#124) Unexpected space before function parentheses. (space-before-function-paren)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Expected { after 'for' condition. (curly)
(#133) 'i' used outside of binding context. (block-scoped-var)
(#133) 'ii' used outside of binding context. (block-scoped-var)
(#133) 'i' used outside of binding context. (block-scoped-var)
(#133) 'ii' used outside of binding context. (block-scoped-var)
(#133) 'i' used outside of binding context. (block-scoped-var)
(#133) 'i' used outside of binding context. (block-scoped-var)
(#137) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Unexpected space before function parentheses. (space-before-function-paren)
(#148) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Identifier 'current_event' is not in camel case. (camelcase)
(#155) Unexpected space before function parentheses. (space-before-function-paren)
(#170) Expected { after 'for-in'. (curly)
(#170) Blocks are nested too deeply (5). (max-depth)
(#177) 'i' used outside of binding context. (block-scoped-var)
(#177) 'ii' used outside of binding context. (block-scoped-var)
(#177) 'i' used outside of binding context. (block-scoped-var)
(#177) 'ii' used outside of binding context. (block-scoped-var)
(#177) 'i' used outside of binding context. (block-scoped-var)
(#178) 'i' used outside of binding context. (block-scoped-var)
(#182) Blocks are nested too deeply (5). (max-depth)
(#182) Expected { after 'for' condition. (curly)
(#182) 'j' used outside of binding context. (block-scoped-var)
(#182) 'jj' is not defined. (no-undef)
(#182) 'j' used outside of binding context. (block-scoped-var)
(#182) 'jj' is not defined. (no-undef)
(#182) 'j' used outside of binding context. (block-scoped-var)
(#182) Blocks are nested too deeply (6). (max-depth)
(#182) 'j' used outside of binding context. (block-scoped-var)
(#183) 'j' used outside of binding context. (block-scoped-var)
(#186) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Expected { after 'for-in'. (curly)
(#188) Blocks are nested too deeply (5). (max-depth)
(#190) Expected { after 'for' condition. (curly)
(#190) Blocks are nested too deeply (6). (max-depth)
(#190) 'j' used outside of binding context. (block-scoped-var)
(#190) 'jj' is not defined. (no-undef)
(#190) 'j' used outside of binding context. (block-scoped-var)
(#190) 'jj' is not defined. (no-undef)
(#190) 'j' used outside of binding context. (block-scoped-var)
(#190) Blocks are nested too deeply (7). (max-depth)
(#190) 'j' used outside of binding context. (block-scoped-var)
(#191) 'j' used outside of binding context. (block-scoped-var)
(#194) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#198) Expected { after 'for-in'. (curly)
(#198) Blocks are nested too deeply (5). (max-depth)
(#208) Unexpected space before function parentheses. (space-before-function-paren)
(#211) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#211) 'module' is not defined. (no-undef)
(#211) 'module' is not defined. (no-undef)
(#221) Expected to return a value at the end of this function. (consistent-return)
(#221) Unexpected space before function parentheses. (space-before-function-paren)
(#223) Missing JSDoc comment. (require-jsdoc)
(#225) 'eve' is not defined. (no-undef)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#242) 'eve' is not defined. (no-undef)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#251) 'eve' is not defined. (no-undef)
(#256) 'proto' is defined but never used. (no-unused-vars)
(#266) Unexpected space before function parentheses. (space-before-function-paren)
(#272) 'appendChild' is defined but never used. (no-unused-vars)
(#280) Line 280 exceeds the maximum line length of 132. (max-len)
(#296) 'toString' is defined but never used. (no-unused-vars)
(#297) 'fillString' is defined but never used. (no-unused-vars)
(#299) 'paper' is defined but never used. (no-unused-vars)
(#300) 'push' is defined but never used. (no-unused-vars)
(#301) 'ISURL' is defined but never used. (no-unused-vars)
(#302) Line 302 exceeds the maximum line length of 132. (max-len)
(#306) 'setAttribute' is defined but never used. (no-unused-vars)
(#377) 'radial_gradient' is defined but never used. (no-unused-vars)
(#377) Identifier 'radial_gradient' is not in camel case. (camelcase)
(#377) Identifier '_radial_gradient' is not in camel case. (camelcase)
(#379) 'sortByKey' is defined but never used. (no-unused-vars)
(#379) Unexpected space before function parentheses. (space-before-function-paren)
(#382) Unexpected space before function parentheses. (space-before-function-paren)
(#385) Unexpected space before function parentheses. (space-before-function-paren)
(#385) Unexpected empty function. (no-empty-function)
(#386) Unexpected space before function parentheses. (space-before-function-paren)
(#389) Unexpected space before function parentheses. (space-before-function-paren)
(#391) Line 391 exceeds the maximum line length of 132. (max-len)
(#395) Unexpected space before function parentheses. (space-before-function-paren)
(#396) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#402) Unexpected space before function parentheses. (space-before-function-paren)
(#405) Unexpected space before function parentheses. (space-before-function-paren)
(#409) Unexpected space before function parentheses. (space-before-function-paren)
(#413) Unexpected space before function parentheses. (space-before-function-paren)
(#417) Unexpected space before function parentheses. (space-before-function-paren)
(#421) Unexpected space before function parentheses. (space-before-function-paren)
(#426) Unexpected space before function parentheses. (space-before-function-paren)
(#432) 'ii' is not defined. (no-undef)
(#432) 'ii' is not defined. (no-undef)
(#434) 'jj' is not defined. (no-undef)
(#434) 'jj' is not defined. (no-undef)
(#446) Line 446 exceeds the maximum line length of 132. (max-len)
(#467) Unexpected space before function parentheses. (space-before-function-paren)
(#475) Multiple spaces found before '('. (no-multi-spaces)
(#482) Unexpected space before function parentheses. (space-before-function-paren)
(#483) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#495) Unexpected space before function parentheses. (space-before-function-paren)
(#499) Unexpected space before function parentheses. (space-before-function-paren)
(#503) Unexpected space before function parentheses. (space-before-function-paren)
(#507) Expected { after 'while' condition. (curly)
(#524) 'createUUID' is defined but never used. (no-unused-vars)
(#524) Unexpected space before function parentheses. (space-before-function-paren)
(#525) Unexpected space before function parentheses. (space-before-function-paren)
(#528) Unexpected space before function parentheses. (space-before-function-paren)
(#529) Unexpected use of '|'. (no-bitwise)
(#530) Unexpected use of '|'. (no-bitwise)
(#530) Unexpected use of '&'. (no-bitwise)
(#535) Unexpected space before function parentheses. (space-before-function-paren)
(#536) 'eve' is not defined. (no-undef)
(#539) 'initWin' is not defined. (no-undef)
(#540) 'initWin' is not defined. (no-undef)
(#543) Unexpected space before function parentheses. (space-before-function-paren)
(#549) 'ActiveXObject' is not defined. (no-undef)
(#553) Expected space(s) after "catch". (keyword-spacing)
(#554) 'createPopup' is not defined. (no-undef)
(#557) Unexpected space before function parentheses. (space-before-function-paren)
(#559) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#561) Unexpected use of '|'. (no-bitwise)
(#561) Unexpected use of '|'. (no-bitwise)
(#561) Unexpected use of '<<'. (no-bitwise)
(#561) Unexpected use of '&'. (no-bitwise)
(#561) Unexpected use of '&'. (no-bitwise)
(#561) Unexpected use of '>>>'. (no-bitwise)
(#561) Unexpected use of '&'. (no-bitwise)
(#563) Expected space(s) after "catch". (keyword-spacing)
(#572) Unexpected space before function parentheses. (space-before-function-paren)
(#579) Unexpected space before function parentheses. (space-before-function-paren)
(#582) Unexpected space before function parentheses. (space-before-function-paren)
(#585) Unexpected space before function parentheses. (space-before-function-paren)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#589) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#594) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#608) Unexpected space before function parentheses. (space-before-function-paren)
(#619) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#624) Unexpected space before function parentheses. (space-before-function-paren)
(#651) 'crl' is not defined. (no-undef)
(#658) Unexpected space before function parentheses. (space-before-function-paren)
(#672) Unexpected use of '~'. (no-bitwise)
(#672) Unexpected use of '~'. (no-bitwise)
(#679) Unexpected space before function parentheses. (space-before-function-paren)
(#693) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#697) Unexpected use of '~'. (no-bitwise)
(#697) Unexpected use of '~'. (no-bitwise)
(#704) Unexpected space before function parentheses. (space-before-function-paren)
(#713) Do not nest ternary expressions. (no-nested-ternary)
(#714) Do not nest ternary expressions. (no-nested-ternary)
(#723) Unexpected space before function parentheses. (space-before-function-paren)
(#733) Do not nest ternary expressions. (no-nested-ternary)
(#734) Do not nest ternary expressions. (no-nested-ternary)
(#739) Do not nest ternary expressions. (no-nested-ternary)
(#740) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#744) Unexpected space before function parentheses. (space-before-function-paren)
(#747) Missing JSDoc comment. (require-jsdoc)
(#747) Expected to return a value at the end of this function. (consistent-return)
(#748) Expected { after 'for' condition. (curly)
(#752) Missing JSDoc comment. (require-jsdoc)
(#753) Missing JSDoc comment. (require-jsdoc)
(#762) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#770) 'preload' is defined but never used. (no-unused-vars)
(#770) Unexpected space before function parentheses. (space-before-function-paren)
(#773) Unexpected space before function parentheses. (space-before-function-paren)
(#778) Unexpected space before function parentheses. (space-before-function-paren)
(#785) Missing JSDoc comment. (require-jsdoc)
(#790) Unexpected space before function parentheses. (space-before-function-paren)
(#791) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#797) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#798) 'res' is defined but never used. (no-unused-vars)
(#820) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#822) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#825) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#826) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#831) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#833) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#835) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#836) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#838) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#844) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#846) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#848) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#849) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#850) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#851) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#855) Unexpected use of '|'. (no-bitwise)
(#855) Unexpected use of '|'. (no-bitwise)
(#855) Unexpected use of '|'. (no-bitwise)
(#855) Unexpected use of '<<'. (no-bitwise)
(#855) Unexpected use of '<<'. (no-bitwise)
(#856) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#862) Unexpected space before function parentheses. (space-before-function-paren)
(#866) Unexpected space before function parentheses. (space-before-function-paren)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#871) Unexpected use of '|'. (no-bitwise)
(#871) Unexpected use of '|'. (no-bitwise)
(#871) Unexpected use of '|'. (no-bitwise)
(#871) Unexpected use of '<<'. (no-bitwise)
(#871) Unexpected use of '<<'. (no-bitwise)
(#874) Unexpected space before function parentheses. (space-before-function-paren)
(#875) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#877) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#880) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#881) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#886) Unexpected space before function parentheses. (space-before-function-paren)
(#891) Missing JSDoc comment. (require-jsdoc)
(#894) Multiple spaces found before 'y'. (no-multi-spaces)
(#895) Multiple spaces found before 'y'. (no-multi-spaces)
(#908) Infix operators must be spaced. (space-infix-ops)
(#917) Unexpected space before function parentheses. (space-before-function-paren)
(#927) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#927) Unexpected space before function parentheses. (space-before-function-paren)
(#930) Unexpected space before function parentheses. (space-before-function-paren)
(#931) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#940) Expected { after 'else'. (curly)
(#952) Unexpected space before function parentheses. (space-before-function-paren)
(#956) 'paramCounts' is defined but never used. (no-unused-vars)
(#962) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#962) Unexpected space before function parentheses. (space-before-function-paren)
(#964) 'name' is defined but never used. (no-unused-vars)
(#965) Unexpected space before function parentheses. (space-before-function-paren)
(#966) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#975) Unexpected space before function parentheses. (space-before-function-paren)
(#992) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1003) Unexpected space before function parentheses. (space-before-function-paren)
(#1036) Unexpected space before function parentheses. (space-before-function-paren)
(#1044) Unexpected space before function parentheses. (space-before-function-paren)
(#1058) Unexpected space before function parentheses. (space-before-function-paren)
(#1097) Expected a 'break' statement before 'default'. (no-fallthrough)
(#1132) Function 'anonymous' has a complexity of 22. (complexity)
(#1132) Unexpected space before function parentheses. (space-before-function-paren)
(#1186) Expected a 'break' statement before 'default'. (no-fallthrough)
(#1187) 'j' used outside of binding context. (block-scoped-var)
(#1187) 'jj' used outside of binding context. (block-scoped-var)
(#1187) 'j' used outside of binding context. (block-scoped-var)
(#1187) 'jj' used outside of binding context. (block-scoped-var)
(#1187) 'j' used outside of binding context. (block-scoped-var)
(#1188) 'j' used outside of binding context. (block-scoped-var)
(#1188) 'j' used outside of binding context. (block-scoped-var)
(#1188) 'j' used outside of binding context. (block-scoped-var)
(#1192) 'dots' used outside of binding context. (block-scoped-var)
(#1194) 'dots' used outside of binding context. (block-scoped-var)
(#1215) Expected a 'break' statement before 'default'. (no-fallthrough)
(#1223) Unexpected space before function parentheses. (space-before-function-paren)
(#1226) Unexpected space before function parentheses. (space-before-function-paren)
(#1238) Unexpected space before function parentheses. (space-before-function-paren)
(#1238) Identifier 'large_arc_flag' is not in camel case. (camelcase)
(#1238) Identifier 'sweep_flag' is not in camel case. (camelcase)
(#1245) Unexpected space before function parentheses. (space-before-function-paren)
(#1257) 'cos' is defined but never used. (no-unused-vars)
(#1258) 'sin' is defined but never used. (no-unused-vars)
(#1269) Identifier 'large_arc_flag' is not in camel case. (camelcase)
(#1269) Identifier 'sweep_flag' is not in camel case. (camelcase)
(#1278) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1280) Identifier 'sweep_flag' is not in camel case. (camelcase)
(#1283) Identifier 'sweep_flag' is not in camel case. (camelcase)
(#1287) 'f1' used outside of binding context. (block-scoped-var)
(#1288) 'f2' used outside of binding context. (block-scoped-var)
(#1289) 'cx' used outside of binding context. (block-scoped-var)
(#1290) 'cy' used outside of binding context. (block-scoped-var)
(#1292) 'f2' used outside of binding context. (block-scoped-var)
(#1292) 'f1' used outside of binding context. (block-scoped-var)
(#1294) 'f2' used outside of binding context. (block-scoped-var)
(#1297) 'f2' used outside of binding context. (block-scoped-var)
(#1297) 'f1' used outside of binding context. (block-scoped-var)
(#1297) Identifier 'sweep_flag' is not in camel case. (camelcase)
(#1297) 'f2' used outside of binding context. (block-scoped-var)
(#1297) 'f1' used outside of binding context. (block-scoped-var)
(#1298) 'cx' used outside of binding context. (block-scoped-var)
(#1298) 'f2' used outside of binding context. (block-scoped-var)
(#1299) 'cy' used outside of binding context. (block-scoped-var)
(#1299) 'f2' used outside of binding context. (block-scoped-var)
(#1300) 'f2' used outside of binding context. (block-scoped-var)
(#1300) 'cx' used outside of binding context. (block-scoped-var)
(#1300) 'cy' used outside of binding context. (block-scoped-var)
(#1302) 'f2' used outside of binding context. (block-scoped-var)
(#1302) 'f1' used outside of binding context. (block-scoped-var)
(#1303) 'f1' used outside of binding context. (block-scoped-var)
(#1304) 'f1' used outside of binding context. (block-scoped-var)
(#1305) 'f2' used outside of binding context. (block-scoped-var)
(#1306) 'f2' used outside of binding context. (block-scoped-var)
(#1327) Unexpected space before function parentheses. (space-before-function-paren)
(#1334) Unexpected space before function parentheses. (space-before-function-paren)
(#1343) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1343) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#1344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1344) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#1360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1360) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#1361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1361) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#1377) Unexpected space before function parentheses. (space-before-function-paren)
(#1382) Unexpected space before function parentheses. (space-before-function-paren)
(#1387) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1387) Missing space before value for key 'T'. (key-spacing)
(#1387) Missing space before value for key 'Q'. (key-spacing)
(#1426) Unexpected space before function parentheses. (space-before-function-paren)
(#1434) 'ii' used outside of binding context. (block-scoped-var)
(#1437) Unexpected space before function parentheses. (space-before-function-paren)
(#1444) 'ii' used outside of binding context. (block-scoped-var)
(#1450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1451) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1469) 'parseDots' is defined but never used. (no-unused-vars)
(#1469) Unexpected space before function parentheses. (space-before-function-paren)
(#1479) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1482) 'i' used outside of binding context. (block-scoped-var)
(#1482) 'ii' used outside of binding context. (block-scoped-var)
(#1482) 'i' used outside of binding context. (block-scoped-var)
(#1482) 'ii' used outside of binding context. (block-scoped-var)
(#1482) 'i' used outside of binding context. (block-scoped-var)
(#1483) 'i' used outside of binding context. (block-scoped-var)
(#1484) 'i' used outside of binding context. (block-scoped-var)
(#1486) 'i' used outside of binding context. (block-scoped-var)
(#1486) 'ii' used outside of binding context. (block-scoped-var)
(#1494) 'j' used outside of binding context. (block-scoped-var)
(#1494) 'ii' used outside of binding context. (block-scoped-var)
(#1497) 'j' used outside of binding context. (block-scoped-var)
(#1497) 'i' used outside of binding context. (block-scoped-var)
(#1498) 'i' used outside of binding context. (block-scoped-var)
(#1498) 'j' used outside of binding context. (block-scoped-var)
(#1498) 'i' used outside of binding context. (block-scoped-var)
(#1500) 'i' used outside of binding context. (block-scoped-var)
(#1506) Unexpected space before function parentheses. (space-before-function-paren)
(#1507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1508) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1509) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1510) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1512) 'tofront' is defined but never used. (no-unused-vars)
(#1512) Unexpected space before function parentheses. (space-before-function-paren)
(#1522) 'toback' is defined but never used. (no-unused-vars)
(#1522) Unexpected space before function parentheses. (space-before-function-paren)
(#1532) 'insertafter' is defined but never used. (no-unused-vars)
(#1532) Unexpected space before function parentheses. (space-before-function-paren)
(#1534) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1535) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1540) 'insertbefore' is defined but never used. (no-unused-vars)
(#1540) Unexpected space before function parentheses. (space-before-function-paren)
(#1542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1543) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1548) 'removed' is defined but never used. (no-unused-vars)
(#1548) Unexpected space before function parentheses. (space-before-function-paren)
(#1549) Unexpected space before function parentheses. (space-before-function-paren)
(#1553) Expected to return a value at the end of this function. (consistent-return)
(#1553) Function 'anonymous' has a complexity of 22. (complexity)
(#1553) Unexpected space before function parentheses. (space-before-function-paren)
(#1554) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1557) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1565) Missing '()' invoking a constructor. (new-parens)
(#1571) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1595) Blocks are nested too deeply (5). (max-depth)
(#1644) Expected to return a value at the end of this function. (consistent-return)
(#1644) Unexpected space before function parentheses. (space-before-function-paren)
(#1663) Unexpected space before function parentheses. (space-before-function-paren)
(#1664) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1670) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1688) Expected no return value. (consistent-return)
(#1693) Unexpected space before function parentheses. (space-before-function-paren)
(#1695) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1696) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1700) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1701) Expected no return value. (consistent-return)
(#1707) Expected no return value. (consistent-return)
(#1714) Expected no return value. (consistent-return)
(#1728) Unexpected space before function parentheses. (space-before-function-paren)
(#1731) Missing JSDoc comment. (require-jsdoc)
(#1732) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1750) Unexpected space before function parentheses. (space-before-function-paren)
(#1777) Unexpected space before function parentheses. (space-before-function-paren)
(#1780) Line 1780 exceeds the maximum line length of 132. (max-len)
(#1783) Unexpected space before function parentheses. (space-before-function-paren)
(#1787) Unexpected space before function parentheses. (space-before-function-paren)
(#1791) Unexpected space before function parentheses. (space-before-function-paren)
(#1792) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1792) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1793) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1795) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1798) Unexpected space before function parentheses. (space-before-function-paren)
(#1808) Unexpected space before function parentheses. (space-before-function-paren)
(#1812) Unexpected space before function parentheses. (space-before-function-paren)
(#1815) Unexpected space before function parentheses. (space-before-function-paren)
(#1818) Unexpected space before function parentheses. (space-before-function-paren)
(#1823) Unexpected space before function parentheses. (space-before-function-paren)
(#1828) Unexpected space before function parentheses. (space-before-function-paren)
(#1831) Missing JSDoc comment. (require-jsdoc)
(#1834) Missing JSDoc comment. (require-jsdoc)
(#1836) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1840) Unexpected space before function parentheses. (space-before-function-paren)
(#1876) Unexpected space before function parentheses. (space-before-function-paren)
(#1891) Unexpected space before function parentheses. (space-before-function-paren)
(#1893) Unexpected space before function parentheses. (space-before-function-paren)
(#1893) Requires a space after '{'. (block-spacing)
(#1893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1893) Statement inside of curly braces should be on next line. (brace-style)
(#1893) Requires a space before '}'. (block-spacing)
(#1899) Unexpected space before function parentheses. (space-before-function-paren)
(#1902) Unexpected space before function parentheses. (space-before-function-paren)
(#1905) Unexpected space before function parentheses. (space-before-function-paren)
(#1908) Unexpected space before function parentheses. (space-before-function-paren)
(#1911) Expected to return a value at the end of this function. (consistent-return)
(#1911) Unexpected space before function parentheses. (space-before-function-paren)
(#1913) Unexpected space before function parentheses. (space-before-function-paren)
(#1915) Unexpected space before function parentheses. (space-before-function-paren)
(#1935) Unexpected space before function parentheses. (space-before-function-paren)
(#1941) Unexpected space before function parentheses. (space-before-function-paren)
(#1942) Unexpected space before function parentheses. (space-before-function-paren)
(#1953) Unexpected space before function parentheses. (space-before-function-paren)
(#1962) Unexpected space before function parentheses. (space-before-function-paren)
(#1991) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1995) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1996) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1996) 'eve' is not defined. (no-undef)
(#1999) 'eve' is not defined. (no-undef)
(#2002) Unexpected space before function parentheses. (space-before-function-paren)
(#2009) 'eve' is not defined. (no-undef)
(#2046) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2048) Unexpected space before function parentheses. (space-before-function-paren)
(#2049) Unexpected space before function parentheses. (space-before-function-paren)
(#2052) Line 2052 exceeds the maximum line length of 132. (max-len)
(#2056) Unexpected space before function parentheses. (space-before-function-paren)
(#2059) Expected { after 'while' condition. (curly)
(#2062) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2071) Unexpected space before function parentheses. (space-before-function-paren)
(#2075) Expected { after 'for-in'. (curly)
(#2080) 'eve' is not defined. (no-undef)
(#2084) 'eve' is not defined. (no-undef)
(#2088) Unexpected space before function parentheses. (space-before-function-paren)
(#2089) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2092) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2097) Unexpected space before function parentheses. (space-before-function-paren)
(#2097) Identifier 'f_in' is not in camel case. (camelcase)
(#2097) Identifier 'f_out' is not in camel case. (camelcase)
(#2097) Identifier 'scope_in' is not in camel case. (camelcase)
(#2097) Identifier 'scope_out' is not in camel case. (camelcase)
(#2098) Identifier 'scope_out' is not in camel case. (camelcase)
(#2098) Identifier 'scope_in' is not in camel case. (camelcase)
(#2101) Unexpected space before function parentheses. (space-before-function-paren)
(#2101) Identifier 'f_in' is not in camel case. (camelcase)
(#2101) Identifier 'f_out' is not in camel case. (camelcase)
(#2105) Unexpected space before function parentheses. (space-before-function-paren)
(#2105) Identifier 'move_scope' is not in camel case. (camelcase)
(#2105) Identifier 'start_scope' is not in camel case. (camelcase)
(#2105) Identifier 'end_scope' is not in camel case. (camelcase)
(#2106) Missing JSDoc comment. (require-jsdoc)
(#2113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2114) Identifier 'move_scope' is not in camel case. (camelcase)
(#2114) Identifier 'move_scope' is not in camel case. (camelcase)
(#2114) Identifier 'start_scope' is not in camel case. (camelcase)
(#2114) Identifier 'start_scope' is not in camel case. (camelcase)
(#2114) Identifier 'end_scope' is not in camel case. (camelcase)
(#2114) Identifier 'end_scope' is not in camel case. (camelcase)
(#2115) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2115) 'eve' is not defined. (no-undef)
(#2116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2116) 'eve' is not defined. (no-undef)
(#2117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2117) 'eve' is not defined. (no-undef)
(#2118) 'eve' is not defined. (no-undef)
(#2118) Identifier 'start_scope' is not in camel case. (camelcase)
(#2118) Identifier 'move_scope' is not in camel case. (camelcase)
(#2125) Unexpected space before function parentheses. (space-before-function-paren)
(#2126) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2126) 'eve' is not defined. (no-undef)
(#2126) 'eve' is not defined. (no-undef)
(#2129) Unexpected space before function parentheses. (space-before-function-paren)
(#2131) Expected { after 'while' condition. (curly)
(#2134) 'eve' is not defined. (no-undef)
(#2136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2139) Unexpected space before function parentheses. (space-before-function-paren)
(#2141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2145) Unexpected space before function parentheses. (space-before-function-paren)
(#2147) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2151) Unexpected space before function parentheses. (space-before-function-paren)
(#2153) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2157) Unexpected space before function parentheses. (space-before-function-paren)
(#2158) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2164) Unexpected space before function parentheses. (space-before-function-paren)
(#2166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2170) Unexpected space before function parentheses. (space-before-function-paren)
(#2171) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2172) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2176) Unexpected space before function parentheses. (space-before-function-paren)
(#2177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2183) Unexpected space before function parentheses. (space-before-function-paren)
(#2187) Unexpected space before function parentheses. (space-before-function-paren)
(#2187) 'set' is defined but never used. (no-unused-vars)
(#2193) Unexpected space before function parentheses. (space-before-function-paren)
(#2197) Unexpected space before function parentheses. (space-before-function-paren)
(#2205) Unexpected space before function parentheses. (space-before-function-paren)
(#2210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2211) Multiple spaces found before '='. (no-multi-spaces)
(#2211) Multiple spaces found before '+'. (no-multi-spaces)
(#2211) There should be no spaces inside this paren. (space-in-parens)
(#2219) Unexpected space before function parentheses. (space-before-function-paren)
(#2240) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2245) Unexpected space before function parentheses. (space-before-function-paren)
(#2256) Unexpected space before function parentheses. (space-before-function-paren)
(#2266) Missing JSDoc comment. (require-jsdoc)
(#2266) 'x_y' is defined but never used. (no-unused-vars)
(#2266) Identifier 'x_y' is not in camel case. (camelcase)
(#2269) Missing JSDoc comment. (require-jsdoc)
(#2269) Identifier 'x_y_w_h' is not in camel case. (camelcase)
(#2273) Unexpected space before function parentheses. (space-before-function-paren)
(#2282) Identifier 'x_y_w_h' is not in camel case. (camelcase)
(#2293) Identifier 'x_y_w_h' is not in camel case. (camelcase)
(#2299) Unexpected space before function parentheses. (space-before-function-paren)
(#2304) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2308) Unexpected space before function parentheses. (space-before-function-paren)
(#2316) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2339) Expected to return a value at the end of this function. (consistent-return)
(#2339) Unexpected space before function parentheses. (space-before-function-paren)
(#2345) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2346) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2347) Unexpected space before function parentheses. (space-before-function-paren)
(#2347) Requires a space after '{'. (block-spacing)
(#2347) Statement inside of curly braces should be on next line. (brace-style)
(#2347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2347) Requires a space before '}'. (block-spacing)
(#2348) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2350) Unexpected use of '~'. (no-bitwise)
(#2350) Unexpected use of '~'. (no-bitwise)
(#2361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2361) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2362) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2367) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2371) Unexpected space before function parentheses. (space-before-function-paren)
(#2372) Unexpected space before function parentheses. (space-before-function-paren)
(#2374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2387) Blocks are nested too deeply (5). (max-depth)
(#2387) Requires a space after '{'. (block-spacing)
(#2387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2387) Statement inside of curly braces should be on next line. (brace-style)
(#2387) Requires a space before '}'. (block-spacing)
(#2407) Do not nest ternary expressions. (no-nested-ternary)
(#2408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2420) Unexpected space before function parentheses. (space-before-function-paren)
(#2428) Unexpected space before function parentheses. (space-before-function-paren)
(#2429) Requires a space after '{'. (block-spacing)
(#2429) Statement inside of curly braces should be on next line. (brace-style)
(#2429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2429) Requires a space before '}'. (block-spacing)
(#2431) Expected no return value. (consistent-return)
(#2433) Expected no return value. (consistent-return)
(#2436) Unexpected space before function parentheses. (space-before-function-paren)
(#2437) Requires a space after '{'. (block-spacing)
(#2437) Statement inside of curly braces should be on next line. (brace-style)
(#2437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2437) Requires a space before '}'. (block-spacing)
(#2438) Expected no return value. (consistent-return)
(#2441) Unexpected space before function parentheses. (space-before-function-paren)
(#2442) Requires a space after '{'. (block-spacing)
(#2442) Statement inside of curly braces should be on next line. (brace-style)
(#2442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2442) Requires a space before '}'. (block-spacing)
(#2443) Expected no return value. (consistent-return)
(#2446) Identifier 'easing_formulas' is not in camel case. (camelcase)
(#2447) Unexpected space before function parentheses. (space-before-function-paren)
(#2450) Unexpected space before function parentheses. (space-before-function-paren)
(#2453) Unexpected space before function parentheses. (space-before-function-paren)
(#2454) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2456) Unexpected space before function parentheses. (space-before-function-paren)
(#2457) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2458) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2463) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2466) Unexpected space before function parentheses. (space-before-function-paren)
(#2470) Unexpected space before function parentheses. (space-before-function-paren)
(#2475) Unexpected space before function parentheses. (space-before-function-paren)
(#2479) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2479) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2481) Unexpected space before function parentheses. (space-before-function-paren)
(#2490) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2494) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2497) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2511) Multiple spaces found before '||'. (no-multi-spaces)
(#2513) Multiple spaces found before '||'. (no-multi-spaces)
(#2514) Multiple spaces found before '||'. (no-multi-spaces)
(#2515) Multiple spaces found before '||'. (no-multi-spaces)
(#2516) Unexpected space before function parentheses. (space-before-function-paren)
(#2519) Function 'anonymous' has a complexity of 26. (complexity)
(#2519) Unexpected space before function parentheses. (space-before-function-paren)
(#2520) Missing '()' invoking a constructor. (new-parens)
(#2533) 't' is defined but never used. (no-unused-vars)
(#2543) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2552) Expected { after 'for-in'. (curly)
(#2553) Blocks are nested too deeply (5). (max-depth)
(#2566) Blocks are nested too deeply (6). (max-depth)
(#2568) Blocks are nested too deeply (7). (max-depth)
(#2576) Blocks are nested too deeply (6). (max-depth)
(#2578) Blocks are nested too deeply (7). (max-depth)
(#2578) 'i' used outside of binding context. (block-scoped-var)
(#2578) 'ii' used outside of binding context. (block-scoped-var)
(#2578) 'i' used outside of binding context. (block-scoped-var)
(#2578) 'ii' used outside of binding context. (block-scoped-var)
(#2578) 'i' used outside of binding context. (block-scoped-var)
(#2579) 'i' used outside of binding context. (block-scoped-var)
(#2579) 'i' used outside of binding context. (block-scoped-var)
(#2580) Blocks are nested too deeply (8). (max-depth)
(#2580) 'j' used outside of binding context. (block-scoped-var)
(#2580) 'jj' used outside of binding context. (block-scoped-var)
(#2580) 'i' used outside of binding context. (block-scoped-var)
(#2580) 'j' used outside of binding context. (block-scoped-var)
(#2580) 'jj' used outside of binding context. (block-scoped-var)
(#2580) 'j' used outside of binding context. (block-scoped-var)
(#2581) 'i' used outside of binding context. (block-scoped-var)
(#2581) 'j' used outside of binding context. (block-scoped-var)
(#2581) 'i' used outside of binding context. (block-scoped-var)
(#2581) 'j' used outside of binding context. (block-scoped-var)
(#2581) 'i' used outside of binding context. (block-scoped-var)
(#2581) 'j' used outside of binding context. (block-scoped-var)
(#2585) Don't make functions within a loop. (no-loop-func)
(#2585) Unexpected space before function parentheses. (space-before-function-paren)
(#2593) Blocks are nested too deeply (6). (max-depth)
(#2595) 'i' used outside of binding context. (block-scoped-var)
(#2596) Blocks are nested too deeply (7). (max-depth)
(#2596) 'i' used outside of binding context. (block-scoped-var)
(#2597) 'i' used outside of binding context. (block-scoped-var)
(#2597) 'i' used outside of binding context. (block-scoped-var)
(#2597) 'i' used outside of binding context. (block-scoped-var)
(#2604) 'i' used outside of binding context. (block-scoped-var)
(#2605) Blocks are nested too deeply (6). (max-depth)
(#2605) 'i' used outside of binding context. (block-scoped-var)
(#2606) 'i' used outside of binding context. (block-scoped-var)
(#2606) 'i' used outside of binding context. (block-scoped-var)
(#2606) 'i' used outside of binding context. (block-scoped-var)
(#2613) Don't make functions within a loop. (no-loop-func)
(#2613) Unexpected space before function parentheses. (space-before-function-paren)
(#2614) Unexpected space before function parentheses. (space-before-function-paren)
(#2615) 'eve' is not defined. (no-undef)
(#2619) Don't make functions within a loop. (no-loop-func)
(#2621) 'eve' is not defined. (no-undef)
(#2622) 'eve' is not defined. (no-undef)
(#2623) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2629) Expected { after 'for-in'. (curly)
(#2629) Blocks are nested too deeply (5). (max-depth)
(#2640) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2640) 'that' used outside of binding context. (block-scoped-var)
(#2640) 'that' used outside of binding context. (block-scoped-var)
(#2640) 'that' used outside of binding context. (block-scoped-var)
(#2641) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2643) Unexpected space before function parentheses. (space-before-function-paren)
(#2644) Do not nest ternary expressions. (no-nested-ternary)
(#2647) Unexpected space before function parentheses. (space-before-function-paren)
(#2649) Read-only global 'status' should not be modified. (no-global-assign)
(#2652) Missing JSDoc comment. (require-jsdoc)
(#2659) Missing JSDoc comment. (require-jsdoc)
(#2662) Missing JSDoc comment. (require-jsdoc)
(#2666) Missing JSDoc comment. (require-jsdoc)
(#2668) Expected space(s) after "for". (keyword-spacing)
(#2704) Unexpected space before function parentheses. (space-before-function-paren)
(#2705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2705) 'eve' is not defined. (no-undef)
(#2705) 'eve' is not defined. (no-undef)
(#2708) Missing JSDoc comment. (require-jsdoc)
(#2714) Expected { after 'for-in'. (curly)
(#2725) Unexpected space before function parentheses. (space-before-function-paren)
(#2732) Unexpected space before function parentheses. (space-before-function-paren)
(#2738) Missing JSDoc comment. (require-jsdoc)
(#2738) Function 'runAnimation' has a complexity of 42. (complexity)
(#2743) 'percents' is defined but never used. (no-unused-vars)
(#2752) 'i' used outside of binding context. (block-scoped-var)
(#2752) 'ii' used outside of binding context. (block-scoped-var)
(#2752) 'i' used outside of binding context. (block-scoped-var)
(#2752) 'ii' used outside of binding context. (block-scoped-var)
(#2752) 'i' used outside of binding context. (block-scoped-var)
(#2753) 'i' used outside of binding context. (block-scoped-var)
(#2756) 'i' used outside of binding context. (block-scoped-var)
(#2784) Expected { after 'for-in'. (curly)
(#2784) 'attr' is not defined. (no-undef)
(#2784) 'attr' is not defined. (no-undef)
(#2785) 'attr' is not defined. (no-undef)
(#2785) 'attr' is not defined. (no-undef)
(#2786) 'attr' is not defined. (no-undef)
(#2786) 'attr' is not defined. (no-undef)
(#2787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2787) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2787) 'attr' is not defined. (no-undef)
(#2787) 'attr' is not defined. (no-undef)
(#2787) 'attr' is not defined. (no-undef)
(#2788) 'attr' is not defined. (no-undef)
(#2788) 'attr' is not defined. (no-undef)
(#2789) 'attr' is not defined. (no-undef)
(#2791) 'attr' is not defined. (no-undef)
(#2791) 'attr' is not defined. (no-undef)
(#2791) 'attr' is not defined. (no-undef)
(#2794) 'attr' is not defined. (no-undef)
(#2794) 'attr' is not defined. (no-undef)
(#2795) 'attr' is not defined. (no-undef)
(#2796) 'attr' is not defined. (no-undef)
(#2797) 'attr' is not defined. (no-undef)
(#2798) 'attr' is not defined. (no-undef)
(#2799) 'attr' is not defined. (no-undef)
(#2803) 'attr' is not defined. (no-undef)
(#2803) 'attr' is not defined. (no-undef)
(#2805) 'attr' is not defined. (no-undef)
(#2806) 'attr' is not defined. (no-undef)
(#2807) Blocks are nested too deeply (5). (max-depth)
(#2807) 'i' used outside of binding context. (block-scoped-var)
(#2807) 'ii' used outside of binding context. (block-scoped-var)
(#2807) 'attr' is not defined. (no-undef)
(#2807) 'i' used outside of binding context. (block-scoped-var)
(#2807) 'ii' used outside of binding context. (block-scoped-var)
(#2807) 'i' used outside of binding context. (block-scoped-var)
(#2808) 'attr' is not defined. (no-undef)
(#2808) 'i' used outside of binding context. (block-scoped-var)
(#2809) Blocks are nested too deeply (6). (max-depth)
(#2809) 'attr' is not defined. (no-undef)
(#2809) 'i' used outside of binding context. (block-scoped-var)
(#2810) 'attr' is not defined. (no-undef)
(#2810) 'i' used outside of binding context. (block-scoped-var)
(#2810) 'i' used outside of binding context. (block-scoped-var)
(#2810) 'attr' is not defined. (no-undef)
(#2810) 'i' used outside of binding context. (block-scoped-var)
(#2816) 'attr' is not defined. (no-undef)
(#2816) 'attr' is not defined. (no-undef)
(#2817) Blocks are nested too deeply (5). (max-depth)
(#2818) 'attr' is not defined. (no-undef)
(#2819) 'attr' is not defined. (no-undef)
(#2820) 'attr' is not defined. (no-undef)
(#2821) 'attr' is not defined. (no-undef)
(#2822) Blocks are nested too deeply (6). (max-depth)
(#2822) 'i' used outside of binding context. (block-scoped-var)
(#2822) 'ii' used outside of binding context. (block-scoped-var)
(#2822) 'attr' is not defined. (no-undef)
(#2822) 'i' used outside of binding context. (block-scoped-var)
(#2822) 'ii' used outside of binding context. (block-scoped-var)
(#2822) 'i' used outside of binding context. (block-scoped-var)
(#2823) 'attr' is not defined. (no-undef)
(#2823) 'i' used outside of binding context. (block-scoped-var)
(#2823) 'attr' is not defined. (no-undef)
(#2823) 'i' used outside of binding context. (block-scoped-var)
(#2824) Blocks are nested too deeply (7). (max-depth)
(#2824) 'j' used outside of binding context. (block-scoped-var)
(#2824) 'jj' used outside of binding context. (block-scoped-var)
(#2824) 'attr' is not defined. (no-undef)
(#2824) 'i' used outside of binding context. (block-scoped-var)
(#2824) 'j' used outside of binding context. (block-scoped-var)
(#2824) 'jj' used outside of binding context. (block-scoped-var)
(#2824) 'j' used outside of binding context. (block-scoped-var)
(#2825) 'attr' is not defined. (no-undef)
(#2825) 'i' used outside of binding context. (block-scoped-var)
(#2825) 'j' used outside of binding context. (block-scoped-var)
(#2825) 'attr' is not defined. (no-undef)
(#2825) 'i' used outside of binding context. (block-scoped-var)
(#2825) 'j' used outside of binding context. (block-scoped-var)
(#2825) 'attr' is not defined. (no-undef)
(#2825) 'i' used outside of binding context. (block-scoped-var)
(#2825) 'j' used outside of binding context. (block-scoped-var)
(#2829) Missing '()' invoking a constructor. (new-parens)
(#2832) Unexpected space before function parentheses. (space-before-function-paren)
(#2836) 'attr' is not defined. (no-undef)
(#2844) 'attr' is not defined. (no-undef)
(#2845) 'attr' is not defined. (no-undef)
(#2846) 'attr' is not defined. (no-undef)
(#2867) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2867) 'attr' is not defined. (no-undef)
(#2868) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2868) 'attr' is not defined. (no-undef)
(#2869) Blocks are nested too deeply (5). (max-depth)
(#2869) 'attr' is not defined. (no-undef)
(#2870) 'attr' is not defined. (no-undef)
(#2871) 'attr' is not defined. (no-undef)
(#2872) 'i' used outside of binding context. (block-scoped-var)
(#2873) Blocks are nested too deeply (6). (max-depth)
(#2873) 'i' used outside of binding context. (block-scoped-var)
(#2874) 'attr' is not defined. (no-undef)
(#2874) 'i' used outside of binding context. (block-scoped-var)
(#2874) 'i' used outside of binding context. (block-scoped-var)
(#2874) 'attr' is not defined. (no-undef)
(#2874) 'i' used outside of binding context. (block-scoped-var)
(#2877) 'attr' is not defined. (no-undef)
(#2880) 'attr' is not defined. (no-undef)
(#2881) 'attr' is not defined. (no-undef)
(#2882) 'attr' is not defined. (no-undef)
(#2883) 'i' used outside of binding context. (block-scoped-var)
(#2883) 'attr' is not defined. (no-undef)
(#2884) Blocks are nested too deeply (5). (max-depth)
(#2884) 'i' used outside of binding context. (block-scoped-var)
(#2885) 'attr' is not defined. (no-undef)
(#2885) 'i' used outside of binding context. (block-scoped-var)
(#2885) 'i' used outside of binding context. (block-scoped-var)
(#2885) 'i' used outside of binding context. (block-scoped-var)
(#2894) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2897) Unexpected space before function parentheses. (space-before-function-paren)
(#2898) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2904) Missing '()' invoking a constructor. (new-parens)
(#2905) 'e' used outside of binding context. (block-scoped-var)
(#2926) 'e' used outside of binding context. (block-scoped-var)
(#2928) 'e' used outside of binding context. (block-scoped-var)
(#2929) 'e' used outside of binding context. (block-scoped-var)
(#2929) Missing '()' invoking a constructor. (new-parens)
(#2931) Expected no return value. (consistent-return)
(#2935) 'e' used outside of binding context. (block-scoped-var)
(#2935) Missing '()' invoking a constructor. (new-parens)
(#2935) 'e' used outside of binding context. (block-scoped-var)
(#2937) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2940) Missing '()' invoking a constructor. (new-parens)
(#2942) 'eve' is not defined. (no-undef)
(#2945) Unexpected space before function parentheses. (space-before-function-paren)
(#2958) Expected { after 'for-in'. (curly)
(#2965) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2966) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2967) Unquoted number literal '100' used as key. (quote-props)
(#2971) Unexpected space before function parentheses. (space-before-function-paren)
(#2974) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2982) Unexpected space before function parentheses. (space-before-function-paren)
(#2983) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2989) Unexpected space before function parentheses. (space-before-function-paren)
(#2994) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3018) Unexpected space before function parentheses. (space-before-function-paren)
(#3019) Line 3019 exceeds the maximum line length of 132. (max-len)
(#3019) Expected { after 'for' condition. (curly)
(#3020) 'eve' is not defined. (no-undef)
(#3027) Unexpected space before function parentheses. (space-before-function-paren)
(#3028) Line 3028 exceeds the maximum line length of 132. (max-len)
(#3028) Expected { after 'for' condition. (curly)
(#3030) 'eve' is not defined. (no-undef)
(#3038) Unexpected space before function parentheses. (space-before-function-paren)
(#3039) Line 3039 exceeds the maximum line length of 132. (max-len)
(#3039) Expected { after 'for' condition. (curly)
(#3040) 'eve' is not defined. (no-undef)
(#3046) Unexpected space before function parentheses. (space-before-function-paren)
(#3051) Unexpected space before function parentheses. (space-before-function-paren)
(#3066) Unexpected space before function parentheses. (space-before-function-paren)
(#3080) Unexpected space before function parentheses. (space-before-function-paren)
(#3081) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3085) Unexpected space before function parentheses. (space-before-function-paren)
(#3093) Expected { after 'for-in'. (curly)
(#3094) Unexpected space before function parentheses. (space-before-function-paren)
(#3095) Unexpected space before function parentheses. (space-before-function-paren)
(#3097) Unexpected space before function parentheses. (space-before-function-paren)
(#3103) Unexpected space before function parentheses. (space-before-function-paren)
(#3116) Unexpected space before function parentheses. (space-before-function-paren)
(#3122) Unexpected space before function parentheses. (space-before-function-paren)
(#3122) 'insertion' is defined but never used. (no-unused-vars)
(#3149) Expected to return a value at the end of this function. (consistent-return)
(#3149) Unexpected space before function parentheses. (space-before-function-paren)
(#3150) Expected { after 'for' condition. (curly)
(#3155) Unexpected space before function parentheses. (space-before-function-paren)
(#3156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3165) Unexpected space before function parentheses. (space-before-function-paren)
(#3166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3172) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3176) Unexpected space before function parentheses. (space-before-function-paren)
(#3183) Unexpected space before function parentheses. (space-before-function-paren)
(#3188) Expected { after 'for' condition. (curly)
(#3204) Unexpected space before function parentheses. (space-before-function-paren)
(#3205) Missing '()' invoking a constructor. (new-parens)
(#3211) Unexpected space before function parentheses. (space-before-function-paren)
(#3216) Unexpected space before function parentheses. (space-before-function-paren)
(#3227) Expected { after 'for-in'. (curly)
(#3237) Expected { after 'for-in'. (curly)
(#3242) Unexpected space before function parentheses. (space-before-function-paren)
(#3247) Blocks are nested too deeply (5). (max-depth)
(#3247) Expected { after 'for-in'. (curly)
(#3247) Blocks are nested too deeply (6). (max-depth)
(#3256) Unexpected space before function parentheses. (space-before-function-paren)
(#3266) Expected { after 'for-in'. (curly)
(#3277) Line 3277 exceeds the maximum line length of 132. (max-len)
(#3282) Expected no return value. (consistent-return)
(#3285) Unexpected space before function parentheses. (space-before-function-paren)
(#3285) Identifier 'letter_spacing' is not in camel case. (camelcase)
(#3287) Identifier 'letter_spacing' is not in camel case. (camelcase)
(#3287) Identifier 'letter_spacing' is not in camel case. (camelcase)
(#3289) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3291) 'path' is defined but never used. (no-unused-vars)
(#3293) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3302) Identifier 'letter_spacing' is not in camel case. (camelcase)
(#3303) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3315) Unexpected space before function parentheses. (space-before-function-paren)
(#3317) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3317) Unexpected space before function parentheses. (space-before-function-paren)
(#3318) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3323) Unexpected space before function parentheses. (space-before-function-paren)
(#3325) Line 3325 exceeds the maximum line length of 132. (max-len)
(#3326) Unexpected space before function parentheses. (space-before-function-paren)
(#3328) Unexpected space before function parentheses. (space-before-function-paren)
(#3334) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3337) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3340) Unexpected space before function parentheses. (space-before-function-paren)
(#3341) Unexpected space before function parentheses. (space-before-function-paren)
(#3347) Unexpected space before function parentheses. (space-before-function-paren)
(#3348) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3348) Variables should not be deleted. (no-delete-var)
(#3348) 'Raphael' is not defined. (no-undef)
(#3354) Unexpected space before function parentheses. (space-before-function-paren)
(#3355) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3355) Missing space before opening brace. (space-before-blocks)
(#3356) Unexpected space before function parentheses. (space-before-function-paren)
(#3362) Missing JSDoc comment. (require-jsdoc)
(#3363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3368) 'Raphael' is not defined. (no-undef)
(#3370) 'eve' is not defined. (no-undef)
(#3370) Unexpected space before function parentheses. (space-before-function-paren)
(#3384) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3384) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3384) Unexpected space before function parentheses. (space-before-function-paren)
(#3406) Unexpected space before function parentheses. (space-before-function-paren)
(#3407) Multiple spaces found before '"Your browser supports SVG.\nYou are running Rapha\xebl "'. (no-multi-spaces)
(#3409) Unexpected space before function parentheses. (space-before-function-paren)
(#3414) Expected { after 'for-in'. (curly)
(#3416) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3418) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3423) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3429) 'removeGradientFill' is defined but never used. (no-unused-vars)
(#3429) Unexpected space before function parentheses. (space-before-function-paren)
(#3437) Unexpected space before function parentheses. (space-before-function-paren)
(#3440) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3440) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3440) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3446) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3446) Unexpected space before function parentheses. (space-before-function-paren)
(#3451) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3452) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3452) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3452) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3452) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3453) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3453) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3453) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3454) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#3495) 'vector' used outside of binding context. (block-scoped-var)
(#3496) 'vector' used outside of binding context. (block-scoped-var)
(#3497) 'vector' used outside of binding context. (block-scoped-var)
(#3498) 'vector' used outside of binding context. (block-scoped-var)
(#3504) Do not nest ternary expressions. (no-nested-ternary)
(#3519) Unexpected space before function parentheses. (space-before-function-paren)
(#3523) Function 'anonymous' has a complexity of 32. (complexity)
(#3523) Unexpected space before function parentheses. (space-before-function-paren)
(#3525) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3576) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3577) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3579) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3580) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3633) 'Raphael' is not defined. (no-undef)
(#3649) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3649) 'Raphael' is not defined. (no-undef)
(#3656) Expected { after 'for-in'. (curly)
(#3658) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3676) Unexpected space before function parentheses. (space-before-function-paren)
(#3677) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3689) Function 'anonymous' has a complexity of 73. (complexity)
(#3689) Unexpected space before function parentheses. (space-before-function-paren)
(#3734) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3736) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3753) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3762) Blocks are nested too deeply (5). (max-depth)
(#3763) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3764) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3777) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3781) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3785) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3799) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3803) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3807) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3809) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3838) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3845) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3847) 'el' used outside of binding context. (block-scoped-var)
(#3849) 'el' used outside of binding context. (block-scoped-var)
(#3850) 'el' used outside of binding context. (block-scoped-var)
(#3852) 'el' used outside of binding context. (block-scoped-var)
(#3854) Don't make functions within a loop. (no-loop-func)
(#3854) Unexpected space before function parentheses. (space-before-function-paren)
(#3855) Unexpected space before function parentheses. (space-before-function-paren)
(#3862) 'el' used outside of binding context. (block-scoped-var)
(#3863) 'el' used outside of binding context. (block-scoped-var)
(#3864) 'el' used outside of binding context. (block-scoped-var)
(#3865) 'el' used outside of binding context. (block-scoped-var)
(#3866) 'el' used outside of binding context. (block-scoped-var)
(#3867) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3877) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3880) Line 3880 exceeds the maximum line length of 132. (max-len)
(#3880) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3881) Blocks are nested too deeply (5). (max-depth)
(#3883) Blocks are nested too deeply (6). (max-depth)
(#3885) Line 3885 exceeds the maximum line length of 132. (max-len)
(#3892) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3893) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3896) Line 3896 exceeds the maximum line length of 132. (max-len)
(#3896) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3898) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3899) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3903) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3903) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3910) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3912) 'gradient' used outside of binding context. (block-scoped-var)
(#3913) 'gradient' used outside of binding context. (block-scoped-var)
(#3914) 'stops' used outside of binding context. (block-scoped-var)
(#3914) 'gradient' used outside of binding context. (block-scoped-var)
(#3915) 'stops' used outside of binding context. (block-scoped-var)
(#3915) 'stops' used outside of binding context. (block-scoped-var)
(#3919) Expected a 'break' statement before 'default'. (no-fallthrough)
(#3920) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3921) Unexpected space before function parentheses. (space-before-function-paren)
(#3936) Unexpected space before function parentheses. (space-before-function-paren)
(#3937) Line 3937 exceeds the maximum line length of 132. (max-len)
(#3942) Line 3942 exceeds the maximum line length of 132. (max-len)
(#3949) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3954) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3960) 'tspans' used outside of binding context. (block-scoped-var)
(#3961) Expected { after 'for' condition. (curly)
(#3961) 'i' used outside of binding context. (block-scoped-var)
(#3961) 'ii' used outside of binding context. (block-scoped-var)
(#3961) 'tspans' used outside of binding context. (block-scoped-var)
(#3961) 'i' used outside of binding context. (block-scoped-var)
(#3961) 'ii' used outside of binding context. (block-scoped-var)
(#3961) 'i' used outside of binding context. (block-scoped-var)
(#3961) 'i' used outside of binding context. (block-scoped-var)
(#3962) 'tspans' used outside of binding context. (block-scoped-var)
(#3962) 'i' used outside of binding context. (block-scoped-var)
(#3964) 'tspans' used outside of binding context. (block-scoped-var)
(#3971) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3971) 'tspans' used outside of binding context. (block-scoped-var)
(#3973) Unexpected space before function parentheses. (space-before-function-paren)
(#3974) 'X' is defined but never used. (no-unused-vars)
(#3975) 'Y' is defined but never used. (no-unused-vars)
(#3997) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4000) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4010) Unexpected space before function parentheses. (space-before-function-paren)
(#4012) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4023) Unexpected space before function parentheses. (space-before-function-paren)
(#4027) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4033) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4033) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4034) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4034) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4043) Unexpected space before function parentheses. (space-before-function-paren)
(#4047) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4054) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4054) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4055) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4055) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4056) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4056) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4059) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4059) 'bbox' used outside of binding context. (block-scoped-var)
(#4059) 'bbox' used outside of binding context. (block-scoped-var)
(#4060) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4060) 'bbox' used outside of binding context. (block-scoped-var)
(#4060) 'bbox' used outside of binding context. (block-scoped-var)
(#4065) Unexpected space before function parentheses. (space-before-function-paren)
(#4069) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4079) Unexpected space before function parentheses. (space-before-function-paren)
(#4081) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4086) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4087) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4088) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4098) Unexpected space before function parentheses. (space-before-function-paren)
(#4099) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4103) Unexpected space before function parentheses. (space-before-function-paren)
(#4104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4108) Unexpected space before function parentheses. (space-before-function-paren)
(#4112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4121) Unexpected space before function parentheses. (space-before-function-paren)
(#4129) Expected space(s) after "catch". (keyword-spacing)
(#4134) 'hide' used outside of binding context. (block-scoped-var)
(#4134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4138) Function 'anonymous' has a complexity of 21. (complexity)
(#4138) Unexpected space before function parentheses. (space-before-function-paren)
(#4142) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4144) Expected { after 'for-in'. (curly)
(#4147) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4151) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4170) 'ii' used outside of binding context. (block-scoped-var)
(#4172) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4173) 'out' used outside of binding context. (block-scoped-var)
(#4174) 'i' used outside of binding context. (block-scoped-var)
(#4174) 'ii' used outside of binding context. (block-scoped-var)
(#4174) 'i' used outside of binding context. (block-scoped-var)
(#4174) 'ii' used outside of binding context. (block-scoped-var)
(#4174) 'i' used outside of binding context. (block-scoped-var)
(#4175) 'out' used outside of binding context. (block-scoped-var)
(#4175) 'i' used outside of binding context. (block-scoped-var)
(#4175) 'i' used outside of binding context. (block-scoped-var)
(#4177) 'out' used outside of binding context. (block-scoped-var)
(#4179) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4182) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4183) 'params' used outside of binding context. (block-scoped-var)
(#4185) 'params' used outside of binding context. (block-scoped-var)
(#4186) 'params' used outside of binding context. (block-scoped-var)
(#4188) Line 4188 exceeds the maximum line length of 132. (max-len)
(#4188) Expected { after 'for-in'. (curly)
(#4188) 'key' used outside of binding context. (block-scoped-var)
(#4188) 'key' used outside of binding context. (block-scoped-var)
(#4188) 'params' used outside of binding context. (block-scoped-var)
(#4188) 'key' used outside of binding context. (block-scoped-var)
(#4188) 'key' used outside of binding context. (block-scoped-var)
(#4189) 'key' used outside of binding context. (block-scoped-var)
(#4189) 'params' used outside of binding context. (block-scoped-var)
(#4189) 'key' used outside of binding context. (block-scoped-var)
(#4190) 'key' used outside of binding context. (block-scoped-var)
(#4190) 'params' used outside of binding context. (block-scoped-var)
(#4190) 'key' used outside of binding context. (block-scoped-var)
(#4191) Expected { after 'for-in'. (curly)
(#4192) 'params' used outside of binding context. (block-scoped-var)
(#4195) 'params' used outside of binding context. (block-scoped-var)
(#4199) Unexpected space before function parentheses. (space-before-function-paren)
(#4205) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4209) Unexpected space before function parentheses. (space-before-function-paren)
(#4216) 'svg' is defined but never used. (no-unused-vars)
(#4221) Unexpected space before function parentheses. (space-before-function-paren)
(#4235) Unexpected space before function parentheses. (space-before-function-paren)
(#4244) Unexpected space before function parentheses. (space-before-function-paren)
(#4266) Unexpected space before function parentheses. (space-before-function-paren)
(#4268) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4275) Unexpected space before function parentheses. (space-before-function-paren)
(#4277) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4284) Unexpected space before function parentheses. (space-before-function-paren)
(#4286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4293) Unexpected space before function parentheses. (space-before-function-paren)
(#4297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4303) Unexpected space before function parentheses. (space-before-function-paren)
(#4306) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4321) Unexpected space before function parentheses. (space-before-function-paren)
(#4331) Unexpected space before function parentheses. (space-before-function-paren)
(#4366) Missing '()' invoking a constructor. (new-parens)
(#4373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4373) Unexpected space before function parentheses. (space-before-function-paren)
(#4373) Unexpected empty function. (no-empty-function)
(#4377) Unexpected space before function parentheses. (space-before-function-paren)
(#4384) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4398) 'size' is not modified in this loop. (no-unmodified-loop-condition)
(#4409) Unexpected space before function parentheses. (space-before-function-paren)
(#4427) Unexpected space before function parentheses. (space-before-function-paren)
(#4439) Unexpected space before function parentheses. (space-before-function-paren)
(#4441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4443) Expected space or tab after '//' in comment. (spaced-comment)
(#4447) Expected { after 'for-in'. (curly)
(#4448) Unexpected space before function parentheses. (space-before-function-paren)
(#4449) Unexpected space before function parentheses. (space-before-function-paren)
(#4451) Unexpected space before function parentheses. (space-before-function-paren)
(#4468) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4468) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4468) Unexpected space before function parentheses. (space-before-function-paren)
(#4491) Unexpected space before function parentheses. (space-before-function-paren)
(#4492) Multiple spaces found before '/[ahqstv]/ig'. (no-multi-spaces)
(#4494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4494) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4496) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4497) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4497) Unexpected space before function parentheses. (space-before-function-paren)
(#4501) Unexpected space before function parentheses. (space-before-function-paren)
(#4512) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4513) 'res' used outside of binding context. (block-scoped-var)
(#4517) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4521) 'res' used outside of binding context. (block-scoped-var)
(#4523) 'res' used outside of binding context. (block-scoped-var)
(#4525) Unexpected space before function parentheses. (space-before-function-paren)
(#4527) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4527) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4533) Unexpected space before function parentheses. (space-before-function-paren)
(#4541) 'dxdy' is defined but never used. (no-unused-vars)
(#4555) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4556) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4564) 'c' used outside of binding context. (block-scoped-var)
(#4565) 'c' used outside of binding context. (block-scoped-var)
(#4565) 'c' used outside of binding context. (block-scoped-var)
(#4574) Unexpected space before function parentheses. (space-before-function-paren)
(#4575) Multiple spaces found before '"Your browser doesn\u2019t support SVG. Falling down to VML.\nYou are running Rapha\xebl "'. (no-multi-spaces)
(#4577) 'addArrow' is not defined. (no-undef)
(#4577) Unexpected space before function parentheses. (space-before-function-paren)
(#4578) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4605) 'setFillAndStroke' is not defined. (no-undef)
(#4605) Function 'anonymous' has a complexity of 88. (complexity)
(#4605) Unexpected space before function parentheses. (space-before-function-paren)
(#4611) 'xy' is defined but never used. (no-unused-vars)
(#4612) Line 4612 exceeds the maximum line length of 132. (max-len)
(#4613) Line 4613 exceeds the maximum line length of 132. (max-len)
(#4617) Expected { after 'for-in'. (curly)
(#4624) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4626) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4627) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4628) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4630) Unexpected use of '~'. (no-bitwise)
(#4630) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4637) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4643) Line 4643 exceeds the maximum line length of 132. (max-len)
(#4646) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4665) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4670) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4671) Line 4671 exceeds the maximum line length of 132. (max-len)
(#4671) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4672) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4673) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4674) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4677) 'addArrow' is not defined. (no-undef)
(#4680) 'addArrow' is not defined. (no-undef)
(#4682) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4683) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4684) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4685) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4686) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4687) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4688) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4689) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4690) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4691) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4692) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4693) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4695) 'newfill' is defined but never used. (no-unused-vars)
(#4697) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4701) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4702) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4706) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4716) Unexpected space before function parentheses. (space-before-function-paren)
(#4723) Line 4723 exceeds the maximum line length of 132. (max-len)
(#4723) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4723) 'addGradientFill' is not defined. (no-undef)
(#4731) Line 4731 exceeds the maximum line length of 132. (max-len)
(#4741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4744) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4751) Line 4751 exceeds the maximum line length of 132. (max-len)
(#4751) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4751) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4753) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4754) 'opacity' used outside of binding context. (block-scoped-var)
(#4755) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4756) 'opacity' used outside of binding context. (block-scoped-var)
(#4756) 'opacity' used outside of binding context. (block-scoped-var)
(#4757) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4757) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4758) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4759) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4759) 'opacity' used outside of binding context. (block-scoped-var)
(#4760) 'opacity' used outside of binding context. (block-scoped-var)
(#4762) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4764) Line 4764 exceeds the maximum line length of 132. (max-len)
(#4764) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4764) Do not nest ternary expressions. (no-nested-ternary)
(#4780) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4788) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4789) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4790) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4791) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4794) Line 4794 exceeds the maximum line length of 132. (max-len)
(#4794) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4794) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4802) Line 4802 exceeds the maximum line length of 132. (max-len)
(#4802) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4804) Expected { after 'for' condition. (curly)
(#4828) 'addGradientFill' is not defined. (no-undef)
(#4828) Unexpected space before function parentheses. (space-before-function-paren)
(#4830) 'attrs' is defined but never used. (no-unused-vars)
(#4832) 'opacity' is defined but never used. (no-unused-vars)
(#4833) 'oindex' is defined but never used. (no-unused-vars)
(#4837) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4837) Unexpected space before function parentheses. (space-before-function-paren)
(#4842) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4842) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4868) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4880) 'angle' used outside of binding context. (block-scoped-var)
(#4886) Read-only global 'Element' should not be modified. (no-global-assign)
(#4886) Unexpected space before function parentheses. (space-before-function-paren)
(#4906) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4908) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4916) Unexpected space before function parentheses. (space-before-function-paren)
(#4917) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4924) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4931) Unexpected use of '~'. (no-bitwise)
(#4931) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4932) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4933) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4933) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4952) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4955) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4958) Unexpected space before function parentheses. (space-before-function-paren)
(#4962) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4963) Expected a return value. (consistent-return)
(#4965) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4971) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4971) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4972) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4972) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4981) Unexpected space before function parentheses. (space-before-function-paren)
(#4985) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4998) Unexpected space before function parentheses. (space-before-function-paren)
(#5002) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5007) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5008) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5011) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5011) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5012) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5012) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5013) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5013) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5016) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5016) 'bbox' used outside of binding context. (block-scoped-var)
(#5016) 'bbox' used outside of binding context. (block-scoped-var)
(#5017) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5017) 'bbox' used outside of binding context. (block-scoped-var)
(#5017) 'bbox' used outside of binding context. (block-scoped-var)
(#5023) Unexpected space before function parentheses. (space-before-function-paren)
(#5024) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5027) Unexpected space before function parentheses. (space-before-function-paren)
(#5028) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5031) Unexpected space before function parentheses. (space-before-function-paren)
(#5043) 'pathDimensions' is not defined. (no-undef)
(#5046) Unexpected space before function parentheses. (space-before-function-paren)
(#5050) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5054) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5060) Function 'anonymous' has a complexity of 21. (complexity)
(#5060) Unexpected space before function parentheses. (space-before-function-paren)
(#5064) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5066) Expected { after 'for-in'. (curly)
(#5069) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5073) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5089) 'ii' used outside of binding context. (block-scoped-var)
(#5091) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5092) 'out' used outside of binding context. (block-scoped-var)
(#5093) 'i' used outside of binding context. (block-scoped-var)
(#5093) 'ii' used outside of binding context. (block-scoped-var)
(#5093) 'i' used outside of binding context. (block-scoped-var)
(#5093) 'ii' used outside of binding context. (block-scoped-var)
(#5093) 'i' used outside of binding context. (block-scoped-var)
(#5094) 'out' used outside of binding context. (block-scoped-var)
(#5094) 'i' used outside of binding context. (block-scoped-var)
(#5094) 'i' used outside of binding context. (block-scoped-var)
(#5096) 'out' used outside of binding context. (block-scoped-var)
(#5099) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5103) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5108) Line 5108 exceeds the maximum line length of 132. (max-len)
(#5108) Expected { after 'for-in'. (curly)
(#5108) 'key' used outside of binding context. (block-scoped-var)
(#5108) 'key' used outside of binding context. (block-scoped-var)
(#5108) 'key' used outside of binding context. (block-scoped-var)
(#5108) 'key' used outside of binding context. (block-scoped-var)
(#5109) 'key' used outside of binding context. (block-scoped-var)
(#5109) 'key' used outside of binding context. (block-scoped-var)
(#5110) 'key' used outside of binding context. (block-scoped-var)
(#5110) 'key' used outside of binding context. (block-scoped-var)
(#5111) Expected { after 'for-in'. (curly)
(#5119) 'setFillAndStroke' is not defined. (no-undef)
(#5124) Unexpected space before function parentheses. (space-before-function-paren)
(#5125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5126) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5129) Unexpected space before function parentheses. (space-before-function-paren)
(#5139) Unexpected space before function parentheses. (space-before-function-paren)
(#5154) Unexpected space before function parentheses. (space-before-function-paren)
(#5165) Unexpected space before function parentheses. (space-before-function-paren)
(#5180) Unexpected space before function parentheses. (space-before-function-paren)
(#5187) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5191) 'setFillAndStroke' is not defined. (no-undef)
(#5200) Unexpected space before function parentheses. (space-before-function-paren)
(#5213) Unexpected space before function parentheses. (space-before-function-paren)
(#5215) 'a' is defined but never used. (no-unused-vars)
(#5221) 'setFillAndStroke' is not defined. (no-undef)
(#5229) Unexpected space before function parentheses. (space-before-function-paren)
(#5231) 'a' is defined but never used. (no-unused-vars)
(#5236) 'setFillAndStroke' is not defined. (no-undef)
(#5243) Unexpected space before function parentheses. (space-before-function-paren)
(#5256) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5266) Unexpected space before function parentheses. (space-before-function-paren)
(#5275) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5291) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5296) 'setFillAndStroke' is not defined. (no-undef)
(#5307) Unexpected space before function parentheses. (space-before-function-paren)
(#5311) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5312) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5317) 'setViewBox' is not defined. (no-undef)
(#5321) Unexpected space before function parentheses. (space-before-function-paren)
(#5343) Unexpected space before function parentheses. (space-before-function-paren)
(#5349) Unexpected space before function parentheses. (space-before-function-paren)
(#5353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5354) Unexpected space before function parentheses. (space-before-function-paren)
(#5358) Unexpected space before function parentheses. (space-before-function-paren)
(#5364) Unexpected space before function parentheses. (space-before-function-paren)
(#5368) 's' is defined but never used. (no-unused-vars)
(#5375) Missing '()' invoking a constructor. (new-parens)
(#5384) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5385) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5391) Line 5391 exceeds the maximum line length of 132. (max-len)
(#5405) Unexpected space before function parentheses. (space-before-function-paren)
(#5405) Unexpected empty function. (no-empty-function)
(#5408) Unexpected space before function parentheses. (space-before-function-paren)
(#5416) Unexpected space before function parentheses. (space-before-function-paren)
(#5420) Expected space or tab after '//' in comment. (spaced-comment)
(#5426) Expected { after 'for-in'. (curly)
(#5427) Unexpected space before function parentheses. (space-before-function-paren)
(#5428) Unexpected space before function parentheses. (space-before-function-paren)
(#5430) Unexpected space before function parentheses. (space-before-function-paren)
mod/assign/feedback/pdf/yui/menubutton/menubutton.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#5) 'MENUBUTTONNAME' is defined but never used. (no-unused-vars)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#28) 'e' is defined but never used. (no-unused-vars)
(#29) Unexpected 'this'. (no-invalid-this)
(#30) Unexpected 'this'. (no-invalid-this)
(#36) Identifier 'hide_menu' is not in camel case. (camelcase)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Identifier 'show_menu' is not in camel case. (camelcase)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#46) 'e' is defined but never used. (no-unused-vars)
(#52) Identifier 'position_menu' is not in camel case. (camelcase)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#66) Identifier 'select_item' is not in camel case. (camelcase)
(#66) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#87) Identifier 'get_items' is not in camel case. (camelcase)
(#87) Unexpected space before function parentheses. (space-before-function-paren)
(#91) Identifier 'add_item' is not in camel case. (camelcase)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#103) Identifier 'assignfeedback_pdf' is not in camel case. (camelcase)

CSS problems

(79 errors, 10 warnings)

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

mod/assign/feedback/pdf/styles.css
(#1) Unexpected single-line block (block-no-single-line)
(#2) Unexpected single-line block (block-no-single-line)
(#3) Unexpected single-line block (block-no-single-line)
(#116) Unexpected single-line block (block-no-single-line)
(#117) Unexpected single-line block (block-no-single-line)
(#118) Unexpected single-line block (block-no-single-line)
(#119) Unexpected single-line block (block-no-single-line)
(#120) Unexpected single-line block (block-no-single-line)
(#121) Unexpected single-line block (block-no-single-line)
(#122) Unexpected single-line block (block-no-single-line)
(#123) Unexpected single-line block (block-no-single-line)
(#124) Unexpected single-line block (block-no-single-line)
(#125) Unexpected single-line block (block-no-single-line)
(#127) Unexpected single-line block (block-no-single-line)
(#167) Unexpected single-line block (block-no-single-line)
(#169) Unexpected single-line block (block-no-single-line)
(#171) Unexpected single-line block (block-no-single-line)
(#173) Unexpected single-line block (block-no-single-line)
(#174) Unexpected single-line block (block-no-single-line)
(#190) Unexpected single-line block (block-no-single-line)
(#191) Unexpected single-line block (block-no-single-line)
(#193) Unexpected single-line block (block-no-single-line)
(#194) Unexpected single-line block (block-no-single-line)
(#195) Unexpected single-line block (block-no-single-line)
(#196) Unexpected single-line block (block-no-single-line)
(#197) Unexpected single-line block (block-no-single-line)
(#198) Unexpected single-line block (block-no-single-line)
(#199) Unexpected single-line block (block-no-single-line)
(#200) Unexpected single-line block (block-no-single-line)
(#202) Unexpected single-line block (block-no-single-line)
(#203) Unexpected single-line block (block-no-single-line)
(#204) Unexpected single-line block (block-no-single-line)
(#205) Unexpected single-line block (block-no-single-line)
(#210) Unexpected single-line block (block-no-single-line)
(#211) Unexpected single-line block (block-no-single-line)
(#212) Unexpected single-line block (block-no-single-line)
(#116) Expected single space before "{" (block-opening-brace-space-before)
(#119) Expected single space before "{" (block-opening-brace-space-before)
(#121) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#116) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#119) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#120) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#122) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#127) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#171) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#190) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#204) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#3) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#116) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#173) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#174) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#117) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#118) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#119) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#119) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#119) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#121) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#123) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#125) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Unexpected unit (length-zero-no-unit)
(#48) Unexpected unit (length-zero-no-unit)
(#75) Unexpected unit (length-zero-no-unit)
(#76) Unexpected unit (length-zero-no-unit)
(#91) Unexpected unit (length-zero-no-unit)
(#105) Unexpected unit (length-zero-no-unit)
(#106) Unexpected unit (length-zero-no-unit)
(#116) Expected line length to be no more than 132 characters (max-line-length)
(#120) Expected line length to be no more than 132 characters (max-line-length)
(#153) Expected newline after "," (selector-list-comma-newline-after)
(#120) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#120) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(130 errors, 0 warnings)

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

mod/assign/feedback/pdf/db/upgrade.php
(#27) Function xmldb_assignfeedback_pdf_upgrade is not documented
mod/assign/feedback/pdf/editcomment.php
(#20) Package mod_assign is not valid
mod/assign/feedback/pdf/fpdi/filters/FilterASCII85.php
(#20) File-level phpdocs block is not found
(#31) Class FilterASCII85 is not documented
(#33) Function FilterASCII85::error is not documented
(#37) Function FilterASCII85::decode is not documented
(#97) Function FilterASCII85::encode is not documented
(#31) Package is not specified for class FilterASCII85. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/filters/FilterASCII85_FPDI.php
(#20) File-level phpdocs block is not found
(#22) Class FilterASCII85_FPDI is not documented
(#26) Function FilterASCII85_FPDI::FilterASCII85_FPDI is not documented
(#30) Function FilterASCII85_FPDI::error is not documented
(#24) Variable FilterASCII85_FPDI::$fpdi is not documented
(#22) Package is not specified for class FilterASCII85_FPDI. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/filters/FilterLZW.php
(#20) File-level phpdocs block is not found
(#22) Class FilterLZW is not documented
(#35) Function FilterLZW::error is not documented
(#134) Function FilterLZW::getNextCode is not documented
(#153) Function FilterLZW::encode is not documented
(#24) Variable FilterLZW::$sTable is not documented
(#25) Variable FilterLZW::$data is not documented
(#26) Variable FilterLZW::$dataLength is not documented
(#27) Variable FilterLZW::$tIdx is not documented
(#28) Variable FilterLZW::$bitsToGet is not documented
(#29) Variable FilterLZW::$bytePointer is not documented
(#30) Variable FilterLZW::$bitPointer is not documented
(#31) Variable FilterLZW::$nextData is not documented
(#32) Variable FilterLZW::$nextBits is not documented
(#33) Variable FilterLZW::$andTable is not documented
(#42) Phpdocs for function FilterLZW::decode has incomplete parameters list
(#115) Phpdocs for function FilterLZW::addStringToTable has incomplete parameters list
(#22) Package is not specified for class FilterLZW. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/filters/FilterLZW_FPDI.php
(#20) File-level phpdocs block is not found
(#22) Class FilterLZW_FPDI is not documented
(#26) Function FilterLZW_FPDI::FilterLZW_FPDI is not documented
(#30) Function FilterLZW_FPDI::error is not documented
(#24) Variable FilterLZW_FPDI::$fpdi is not documented
(#22) Package is not specified for class FilterLZW_FPDI. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/fpdf_tpl.php
(#20) File-level phpdocs block is not found
(#20) Class FPDF_TPL is not documented
(#336) Function FPDF_TPL::AddLink is not documented
(#347) Function FPDF_TPL::SetLink is not documented
(#429) Function FPDF_TPL::_putxobjectdict is not documented
(#259) Phpdocs for function FPDF_TPL::SetFont has incomplete parameters list
(#285) Phpdocs for function FPDF_TPL::Image has incomplete parameters list
(#304) Phpdocs for function FPDF_TPL::AddPage has incomplete parameters list
(#321) Phpdocs for function FPDF_TPL::Link has incomplete parameters list
(#439) Phpdocs for function FPDF_TPL::_out has incomplete parameters list
(#172) Invalid phpdocs tag @retrun used
(#20) Package is not specified for class FPDF_TPL. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/fpdi.php
(#20) File-level phpdocs block is not found
(#31) Class FPDI is not documented
(#216) Function FPDI::useTemplate is not documented
(#115) Phpdocs for function FPDI::setPDFVersion has incomplete parameters list
(#127) Phpdocs for function FPDI::importPage has incomplete parameters list
(#400) Phpdocs for function FPDI::_newobj has incomplete parameters list
(#523) Phpdocs for function FPDI::_straightOut has incomplete parameters list
(#31) Package is not specified for class FPDI. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/fpdi2tcpdf_bridge.php
(#20) File-level phpdocs block is not found
(#31) Function FPDF::_putstream is not documented
(#35) Function FPDF::_getxobjectdict is not documented
(#20) No one-line description found in phpdocs for class FPDF
(#20) Class FPDF does not have @copyright tag
(#20) Class FPDF does not have @license tag
(#20) Package is not specified for class FPDF. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/fpdi_pdf_parser.php
(#20) File-level phpdocs block is not found
(#22) Class fpdi_pdf_parser is not documented
(#346) Function fpdi_pdf_parser::_getPageRotation is not documented
(#273) Phpdocs for function fpdi_pdf_parser::getPageBox has incomplete parameters list
(#310) Phpdocs for function fpdi_pdf_parser::getPageBoxes has incomplete parameters list
(#321) Phpdocs for function fpdi_pdf_parser::_getPageBoxes has incomplete parameters list
(#368) Phpdocs for function fpdi_pdf_parser::read_pages has incomplete parameters list
(#274) Invalid inline phpdocs tag @see found
(#22) Package is not specified for class fpdi_pdf_parser. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/pdf_context.php
(#20) File-level phpdocs block is not found
(#22) Class pdf_context is not documented
(#40) Function pdf_context::pdf_context is not documented
(#51) Function pdf_context::reset is not documented
(#75) Function pdf_context::ensure_content is not documented
(#85) Function pdf_context::increase_length is not documented
(#31) Variable pdf_context::$file is not documented
(#32) Variable pdf_context::$buffer is not documented
(#33) Variable pdf_context::$offset is not documented
(#34) Variable pdf_context::$length is not documented
(#36) Variable pdf_context::$stack is not documented
(#22) Package is not specified for class pdf_context. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/fpdi/pdf_parser.php
(#20) File-level phpdocs block is not found
(#51) Class pdf_parser is not documented
(#51) Package is not specified for class pdf_parser. It is also not specified in file-level phpdocs
mod/assign/feedback/pdf/lib.php
(#32) Function assignfeedback_pdf_pluginfile is not documented
mod/assign/feedback/pdf/locallib.php
(#1662) Function assign_feedback_pdf::delete_feedback is not documented
(#122) Phpdocs for function assign_feedback_pdf::get_submission has incomplete parameters list
(#242) Phpdocs for function assign_feedback_pdf::annotate_link has incomplete parameters list
(#303) Phpdocs for function assign_feedback_pdf::response_link has incomplete parameters list
(#709) Phpdocs for function assign_feedback_pdf::output_controls has incomplete parameters list
(#854) Phpdocs for function assign_feedback_pdf::output_pageselector has incomplete parameters list
(#950) Phpdocs for function assign_feedback_pdf::get_temp_folder has incomplete parameters list
(#963) Phpdocs for function assign_feedback_pdf::get_image_details has incomplete parameters list
(#1083) Phpdocs for function assign_feedback_pdf::show_previous_comments has incomplete parameters list
(#1172) Phpdocs for function assign_feedback_pdf::create_response_pdf has incomplete parameters list
(#1602) Phpdocs for function assign_feedback_pdf::clear_image_cache has incomplete parameters list
(#1622) Phpdocs for function assign_feedback_pdf::browse_images has incomplete parameters list
mod/assign/feedback/pdf/mypdflib.php
(#36) Class AssignPDFLib is not documented
(#190) Function AssignPDFLib::create_page_from_source is not documented
(#525) Function AssignPDFLib::test_gs_path is not documented
(#577) Function AssignPDFLib::send_test_image is not documented
(#49) Constant AssignPDFLib::GSPATH_OK is not documented
(#50) Constant AssignPDFLib::GSPATH_EMPTY is not documented
(#51) Constant AssignPDFLib::GSPATH_DOESNOTEXIST is not documented
(#52) Constant AssignPDFLib::GSPATH_ISDIR is not documented
(#53) Constant AssignPDFLib::GSPATH_NOTEXECUTABLE is not documented
(#54) Constant AssignPDFLib::GSPATH_NOTESTFILE is not documented
(#55) Constant AssignPDFLib::GSPATH_ERROR is not documented
(#59) Phpdocs for function AssignPDFLib::combine_pdfs has incomplete parameters list
(#138) Phpdocs for function AssignPDFLib::load_pdf has incomplete parameters list
(#160) Phpdocs for function AssignPDFLib::set_pdf has incomplete parameters list
(#215) Phpdocs for function AssignPDFLib::add_comment has incomplete parameters list
(#267) Phpdocs for function AssignPDFLib::add_annotation has incomplete parameters list
(#386) Phpdocs for function AssignPDFLib::get_stamp_file has incomplete parameters list
(#402) Phpdocs for function AssignPDFLib::save_pdf has incomplete parameters list
(#410) Phpdocs for function AssignPDFLib::set_image_folder has incomplete parameters list
(#418) Phpdocs for function AssignPDFLib::get_image has incomplete parameters list
(#20) Package mod_assign is not valid
mod/assign/feedback/pdf/tests/behat/behat_assignfeedback_pdf.php
(#31) Class behat_assignfeedback_pdf is not documented
mod/assign/feedback/pdf/tests/mypdflib_test.php
(#36) Variable assignfeedback_mypdflib_testcase::$tempdir is not documented
(#53) Phpdocs for function assignfeedback_mypdflib_testcase::pdf_path has incomplete parameters list
(#30) Class assignfeedback_mypdflib_testcase does not have @copyright tag
(#30) Class assignfeedback_mypdflib_testcase does not have @license tag
(#32) Invalid phpdocs tag @group used
mod/assign/feedback/pdf/viewcomment.php
(#20) Package mod_assign is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

mod/assign/feedback/pdf/db/upgrade.php
Detected more 'if' blocks (1) than 'savepoint' calls (0)
version 2013031201 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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