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

(318 errors, 102 warnings)

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

lib/editor/atto/plugins/cloudpoodll/classes/constants.php
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#109) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/classes/history.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#187) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) No space found before comment text; expected "// 3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher" but found "//3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher"
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Duplicate interface name "atto_cloudpoodll\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/lib/editor/atto/plugins/cloudpoodll/classes/privacy/provider.php on line 35
(#41) Space found before semicolon; expected "};" but found "}\r\n\r\n ;"
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#62) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#77) Method name "_get_contexts_for_userid" should not be prefixed with an underscore to indicate visibility
(#86) Method name "_export_user_data" should not be prefixed with an underscore to indicate visibility
(#94) Method name "_delete_data_for_all_users_in_context" should not be prefixed with an underscore to indicate visibility
(#102) Method name "_delete_data_for_user" should not be prefixed with an underscore to indicate visibility
lib/editor/atto/plugins/cloudpoodll/classes/utils.php
(#32) Variable "rec_options" must not contain underscores.
(#34) Variable "rec_options" must not contain underscores.
(#45) Variable "rec_options" must not contain underscores.
(#51) Variable "rec_options" must not contain underscores.
(#56) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#63) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) No space found before comment text; expected "// are we willing and able to transcribe submissions?" but found "//are we willing and able to transcribe submissions?"
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) No space found before comment text; expected "// we use curl to fetch transcripts from AWS and Tokens from cloudpoodll" but found "//we use curl to fetch transcripts from AWS and Tokens from cloudpoodll"
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#151) No space found before comment text; expected "// This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings" but found "//This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings"
(#152) No space found before comment text; expected "// page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a" but found "//page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a"
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#157) No space found before comment text; expected "// First check that we have an API id and secret" but found "//First check that we have an API id and secret"
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// if we have no token object the creds were wrong ... or something" but found "//if we have no token object the creds were wrong ... or something"
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// if we have an object but its no good, creds werer wrong ..or something" but found "//if we have an object but its no good, creds werer wrong ..or something"
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) No space found before comment text; expected "// if we do not have subs, then we are on a very old token or something is wrong, just get out of here." but found "//if we do not have subs, then we are on a very old token or something is wrong, just get out of here."
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) No space found before comment text; expected "// we have enough info to display a report. Lets go." but found "//we have enough info to display a report. Lets go."
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// We need a Poodll token to make this happen" but found "//We need a Poodll token to make this happen"
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) No space found before comment text; expected "// if we got a token and its less than expiry time" but found "//if we got a token and its less than expiry time"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Variable "token_url" must not contain underscores.
(#234) Variable "token_response" must not contain underscores.
(#234) Variable "token_url" must not contain underscores.
(#235) Variable "token_response" must not contain underscores.
(#236) Variable "resp_object" must not contain underscores.
(#236) Variable "token_response" must not contain underscores.
(#237) Variable "resp_object" must not contain underscores.
(#237) Variable "resp_object" must not contain underscores.
(#238) Variable "resp_object" must not contain underscores.
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) No space found before comment text; expected "// store the expiry timestamp and adjust it for diffs between our server times" but found "//store the expiry timestamp and adjust it for diffs between our server times"
(#240) Variable "resp_object" must not contain underscores.
(#241) Variable "resp_object" must not contain underscores.
(#241) Variable "resp_object" must not contain underscores.
(#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
(#242) No space found before comment text; expected "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#255) Variable "resp_object" must not contain underscores.
(#256) Variable "resp_object" must not contain underscores.
(#258) Variable "resp_object" must not contain underscores.
(#259) Variable "resp_object" must not contain underscores.
(#261) Variable "resp_object" must not contain underscores.
(#262) Variable "resp_object" must not contain underscores.
(#269) Empty IF statement detected
(#269) Variable "resp_object" must not contain underscores.
(#269) Variable "resp_object" must not contain underscores.
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) This comment is 43% valid code; is this commented out code?
(#270) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#278) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
lib/editor/atto/plugins/cloudpoodll/db/services.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".
(#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".
(#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.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#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".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#73) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/db/upgrade.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#62) Commas (,) must be followed by white space.
lib/editor/atto/plugins/cloudpoodll/externallib.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".
(#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".
(#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.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#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".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
lib/editor/atto/plugins/cloudpoodll/fetchcbpage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#37) Commas (,) must be followed by white space.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#42) Commas (,) must be followed by white space.
(#44) Expected "} else {\n"; found "}else{\n"
lib/editor/atto/plugins/cloudpoodll/lang/en/atto_cloudpoodll.php
(#30) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// shown in popup" but found "//shown in popup"
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// shown in history tabs" but found "//shown in history tabs"
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
lib/editor/atto/plugins/cloudpoodll/lib.php
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "="; 0 found
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#42) Line exceeds 132 characters; contains 150 characters
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// generico specific" but found "//generico specific"
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// get the no. of templates" but found "//get the no. of templates"
(#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
(#74) No space found before comment text; expected "// put our template into a form thats easy to process in JS" but found "//put our template into a form thats easy to process in JS"
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// make sure its to be shown in atto" but found "//make sure its to be shown in atto"
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// stash the key and name for this template" but found "//stash the key and name for this template"
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) No space found before comment text; expected "// instructions" but found "//instructions"
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) No space found before comment text; expected "// stash the instructions for this template" but found "//stash the instructions for this template"
(#101) No space found before comment text; expected "// NB each of the $allvariables contains an array of variables (not a string)" but found "//NB each of the $allvariables contains an array of variables (not a string)"
(#102) No space found before comment text; expected "// there might be duplicates where the variable is used multiple times in a template" but found "//there might be duplicates where the variable is used multiple times in a template"
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// se we uniqu'ify it. That makes it look complicated. But we are just removing doubles" but found "//se we uniqu'ify it. That makes it look complicated. But we are just removing doubles"
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) No space found before comment text; expected "// we need to reallocate array keys if the array size was changed in unique'ifying it" but found "//we need to reallocate array keys if the array size was changed in unique'ifying it"
(#110) No space found before comment text; expected "// we also take the opportunity to remove user variables, since they aren't needed here." but found "//we also take the opportunity to remove user variables, since they aren't needed here."
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// NB DATASET can be referred to without the :" but found "//NB DATASET can be referred to without the :"
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) This comment is 41% valid code; is this commented out code?
(#127) No space found before comment text; expected "// stash the defaults for this template" but found "//stash the defaults for this template"
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) No space found before comment text; expected "// $defaults[] = $templates['templatedefaults_' . $tempindex];" but found "//$defaults[] = $templates['templatedefaults_' . $tempindex];"
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// config our array of data" but found "//config our array of data"
(#161) No space found before comment text; expected "// Now we just have our properties string" but found "//Now we just have our properties string"
(#162) No space found before comment text; expected "// Lets run our regular expression over them" but found "//Lets run our regular expression over them"
(#163) No space found before comment text; expected "// string should be property=value,property=value" but found "//string should be property=value,property=value"
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs" but found "//got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs"
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) No space found before comment text; expected "// here we match the filter string and split into name array (matches[1]) and value array (matches[2])" but found "//here we match the filter string and split into name array (matches[1]) and value array (matches[2])"
(#169) No space found before comment text; expected "// we then add those to a name value array." but found "//we then add those to a name value array."
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) This comment is 62% valid code; is this commented out code?
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) No space found before comment text; expected "// this could be done better, I am sure. WE are removing the quotes from start and end" but found "//this could be done better, I am sure. WE are removing the quotes from start and end"
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// this wil however remove multiple quotes id they exist at start and end. NG really" but found "//this wil however remove multiple quotes id they exist at start and end. NG really"
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) No space found before comment text; expected "// coursecontext" but found "//coursecontext"
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// If they don't have permission don't show it" but found "//If they don't have permission don't show it"
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) No space found before comment text; expected "// subitling ok" but found "//subitling ok"
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// cloudpoodll params" but found "//cloudpoodll params"
(#223) Commas (,) must be followed by white space.
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) No space found before comment text; expected "// insert method" but found "//insert method"
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// add our disabled param" but found "//add our disabled param"
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) No space found before comment text; expected "// showhistory or not" but found "//showhistory or not"
(#237) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) No space found before comment text; expected "// add icons to editor if the permissions and settings are all ok" but found "//add icons to editor if the permissions and settings are all ok"
(#240) Commas (,) must be followed by white space.
(#294) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/refreshtoken.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".
(#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".
(#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.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#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".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#43) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/resources/cloudpoodlltester.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) function name "fetchToken" must be lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#20) Line exceeds 132 characters; contains 138 characters
(#20) Line exceeds 132 characters; contains 138 characters
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) No space found before comment text; expected "// CURLOPT_URL => 'http://localhost/moodle/local/cpapi/poodlltoken.php?username=testuser&password=TestUser-01&service=cloud_poodll'" but found "//CURLOPT_URL => 'http://localhost/moodle/local/cpapi/poodlltoken.php?username=testuser&password=TestUser-01&service=cloud_poodll'"
(#21) Line exceeds 132 characters; contains 137 characters
(#21) Line exceeds 132 characters; contains 137 characters
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Line indented incorrectly; expected at least 4 spaces, found 0
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#27) Variable "resp_object" must not contain underscores.
(#28) Variable "resp_object" must not contain underscores.
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Line exceeds 132 characters; contains 137 characters
(#42) Line exceeds 132 characters; contains 137 characters
(#65) Short PHP opening tag used with echo; expected "<?php echo $token ..." but found "<?= $token ..."
(#94) File must end with a newline character
lib/editor/atto/plugins/cloudpoodll/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Variable "cloudpoodll_apiuser" must not contain underscores.
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#34) Commas (,) must be followed by white space.
(#35) Variable "cloudpoodll_apisecret" must not contain underscores.
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#35) Commas (,) must be followed by white space.
(#36) Variable "show_below_apisecret" must not contain underscores.
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) No space found before comment text; expected "// if we have an API user and secret we fetch token" but found "//if we have an API user and secret we fetch token"
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#38) Variable "cloudpoodll_apiuser" must not contain underscores.
(#38) Variable "cloudpoodll_apisecret" must not contain underscores.
(#39) Variable "cloudpoodll_apiuser" must not contain underscores.
(#39) Commas (,) must be followed by white space.
(#39) Variable "cloudpoodll_apisecret" must not contain underscores.
(#40) Variable "show_below_apisecret" must not contain underscores.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line indented incorrectly; expected at least 8 spaces, found 0
(#41) No space found before comment text; expected "// if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link" but found "//if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link"
(#42) Expected "} else {\n"; found "}else{\n"
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#44) Variable "cp_components" must not contain underscores.
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Line exceeds 132 characters; contains 153 characters
(#45) Commas (,) must be followed by white space.
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#46) Variable "cp_components" must not contain underscores.
(#46) Variable "cp_component" must not contain underscores.
(#47) Variable "cp_component" must not contain underscores.
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#60) Variable "cloudpoodll_apiuser" must not contain underscores.
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#60) Variable "cp_component" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#61) Variable "cloudpoodll_apiuser" must not contain underscores.
(#62) Variable "cloudpoodll_apisecret" must not contain underscores.
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#62) Variable "cp_component" must not contain underscores.
(#62) Commas (,) must be followed by white space.
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Variable "cloudpoodll_apisecret" must not contain underscores.
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Variable "cloudpoodll_apiuser" must not contain underscores.
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#65) Variable "cloudpoodll_apisecret" must not contain underscores.
(#70) Variable "show_below_apisecret" must not contain underscores.
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#70) Commas (,) must be followed by white space.
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) This comment is 56% valid code; is this commented out code?
(#73) No space found before comment text; expected "// get_string('apisecret_details', constants::M_COMPONENT)" but found "//get_string('apisecret_details', constants::M_COMPONENT)"
(#75) Variable "show_below_apisecret" must not contain underscores.
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// Default html5 fallback" but found "//Default html5 fallback"
(#141) Variable "fallback_options" must not contain underscores.
(#144) Variable "fallback_options" must not contain underscores.
lib/editor/atto/plugins/cloudpoodll/tests/history_test.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) PHPUnit testcase name "atto_cloudpoodll_history_testcase" does not match file name "history_test"
(#33) PHUnit class "atto_cloudpoodll_history_testcase" does not have any namespace. It is recommended to add it to the "atto_cloudpoodll" namespace, using more levels if needed, in order to match the code being tested
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
lib/editor/atto/plugins/cloudpoodll/version.php
(#28) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(1170 errors, 616 warnings)

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

lib/editor/atto/plugins/cloudpoodll/amd/src/cloudpoodllloader.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Operator '==' must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Identifier 'fetch_guessed_extension' is not in camel case. (camelcase)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '===' must be spaced. (space-infix-ops)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
lib/editor/atto/plugins/cloudpoodll/yui/src/button/js/button.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) 'CSS' is already defined as a built-in global variable. (no-redeclare)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) This line has a length of 144. Maximum allowed is 132. (max-len)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) This line has a length of 139. Maximum allowed is 132. (max-len)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Unexpected space before function parentheses. (space-before-function-paren)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Comments should not begin with a lowercase character. (capitalized-comments)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Comments should not begin with a lowercase character. (capitalized-comments)
(#216) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Comments should not begin with a lowercase character. (capitalized-comments)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Comments should not begin with a lowercase character. (capitalized-comments)
(#222) Expected space or tab after '//' in comment. (spaced-comment)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Operator '==' must be spaced. (space-infix-ops)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Missing JSDoc for parameter 'extra'. (valid-jsdoc)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Method '_getContext' has a complexity of 38. Maximum allowed is 20. (complexity)
(#256) Unexpected space before function parentheses. (space-before-function-paren)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Missing space before opening brace. (space-before-blocks)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected space(s) after "if". (keyword-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Requires a space before '}'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected space(s) after "if". (keyword-spacing)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Comments should not begin with a lowercase character. (capitalized-comments)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Requires a space before '}'. (block-spacing)
(#278) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected space(s) after "if". (keyword-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected space(s) after "if". (keyword-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected space(s) after "if". (keyword-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected space(s) after "if". (keyword-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected space(s) after "if". (keyword-spacing)
(#284) Requires a space after '{'. (block-spacing)
(#284) Statement inside of curly braces should be on next line. (brace-style)
(#284) Missing space before opening brace. (space-before-blocks)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected space(s) after "if". (keyword-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected space(s) after "if". (keyword-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected space(s) after "if". (keyword-spacing)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected space(s) after "if". (keyword-spacing)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Requires a space after '{'. (block-spacing)
(#293) Statement inside of curly braces should be on next line. (brace-style)
(#293) Missing space before opening brace. (space-before-blocks)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Requires a space before '}'. (block-spacing)
(#293) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected space(s) after "if". (keyword-spacing)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Missing space before opening brace. (space-before-blocks)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected space(s) after "if". (keyword-spacing)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Requires a space before '}'. (block-spacing)
(#296) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected space(s) after "if". (keyword-spacing)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected space(s) after "if". (keyword-spacing)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Requires a space before '}'. (block-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected space(s) after "if". (keyword-spacing)
(#300) Requires a space after '{'. (block-spacing)
(#300) Statement inside of curly braces should be on next line. (brace-style)
(#300) Missing space before opening brace. (space-before-blocks)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Requires a space before '}'. (block-spacing)
(#300) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected space(s) after "if". (keyword-spacing)
(#301) Requires a space after '{'. (block-spacing)
(#301) Statement inside of curly braces should be on next line. (brace-style)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected space(s) after "if". (keyword-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected space(s) after "if". (keyword-spacing)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected space(s) after "if". (keyword-spacing)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected space(s) after "if". (keyword-spacing)
(#305) Requires a space after '{'. (block-spacing)
(#305) Statement inside of curly braces should be on next line. (brace-style)
(#305) Missing space before opening brace. (space-before-blocks)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Requires a space before '}'. (block-spacing)
(#305) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected space(s) after "if". (keyword-spacing)
(#306) Requires a space after '{'. (block-spacing)
(#306) Statement inside of curly braces should be on next line. (brace-style)
(#306) Missing space before opening brace. (space-before-blocks)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Requires a space before '}'. (block-spacing)
(#306) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected space(s) after "if". (keyword-spacing)
(#307) Requires a space after '{'. (block-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Requires a space before '}'. (block-spacing)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected space(s) after "if". (keyword-spacing)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Comments should not begin with a lowercase character. (capitalized-comments)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Unexpected space before function parentheses. (space-before-function-paren)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Comments should not begin with a lowercase character. (capitalized-comments)
(#320) Expected space or tab after '//' in comment. (spaced-comment)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected space or tab after '//' in comment. (spaced-comment)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected space or tab after '//' in comment. (spaced-comment)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#345) Missing JSDoc for parameter 'clickedicon'. (valid-jsdoc)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Unexpected space before function parentheses. (space-before-function-paren)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Comments should not begin with a lowercase character. (capitalized-comments)
(#360) Expected space or tab after '//' in comment. (spaced-comment)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected space or tab after '//' in comment. (spaced-comment)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Comments should not begin with a lowercase character. (capitalized-comments)
(#367) Expected space or tab after '//' in comment. (spaced-comment)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Comments should not begin with a lowercase character. (capitalized-comments)
(#370) Expected space or tab after '//' in comment. (spaced-comment)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Comments should not begin with a lowercase character. (capitalized-comments)
(#377) Expected space or tab after '//' in comment. (spaced-comment)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Comments should not begin with a lowercase character. (capitalized-comments)
(#384) Expected space or tab after '//' in comment. (spaced-comment)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Missing JSDoc for parameter 'clickedicon'. (valid-jsdoc)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Unexpected space before function parentheses. (space-before-function-paren)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Unexpected space before function parentheses. (space-before-function-paren)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Comments should not begin with a lowercase character. (capitalized-comments)
(#402) Expected space or tab after '//' in comment. (spaced-comment)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Comments should not begin with a lowercase character. (capitalized-comments)
(#412) Expected space or tab after '//' in comment. (spaced-comment)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Missing JSDoc for parameter 'templateindex'. (valid-jsdoc)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) Unexpected space before function parentheses. (space-before-function-paren)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#439) Missing JSDoc for parameter 'templateindex'. (valid-jsdoc)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Unexpected space before function parentheses. (space-before-function-paren)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Comments should not begin with a lowercase character. (capitalized-comments)
(#457) Expected space or tab after '//' in comment. (spaced-comment)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Comments should not begin with a lowercase character. (capitalized-comments)
(#460) Expected space or tab after '//' in comment. (spaced-comment)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Unexpected space before function parentheses. (space-before-function-paren)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Comments should not begin with a lowercase character. (capitalized-comments)
(#462) Expected space or tab after '//' in comment. (spaced-comment)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) Comments should not begin with a lowercase character. (capitalized-comments)
(#468) Expected space or tab after '//' in comment. (spaced-comment)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) Comments should not begin with a lowercase character. (capitalized-comments)
(#471) Expected space or tab after '//' in comment. (spaced-comment)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Comments should not begin with a lowercase character. (capitalized-comments)
(#474) Expected space or tab after '//' in comment. (spaced-comment)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#484) Missing JSDoc for parameter 'templateindex'. (valid-jsdoc)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Unexpected space before function parentheses. (space-before-function-paren)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Comments should not begin with a lowercase character. (capitalized-comments)
(#500) Expected space or tab after '//' in comment. (spaced-comment)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Expected space or tab after '//' in comment. (spaced-comment)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Comments should not begin with a lowercase character. (capitalized-comments)
(#506) Expected space or tab after '//' in comment. (spaced-comment)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Comments should not begin with a lowercase character. (capitalized-comments)
(#511) Expected space or tab after '//' in comment. (spaced-comment)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) 'useheadertext' used outside of binding context. (block-scoped-var)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) 'useheadertext' is already defined. (no-redeclare)
(#515) 'useheadertext' used outside of binding context. (block-scoped-var)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) 'useheadertext' used outside of binding context. (block-scoped-var)
(#520) 'useheadertext' used outside of binding context. (block-scoped-var)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Comments should not begin with a lowercase character. (capitalized-comments)
(#525) Expected space or tab after '//' in comment. (spaced-comment)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Comments should not begin with a lowercase character. (capitalized-comments)
(#528) Expected space or tab after '//' in comment. (spaced-comment)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Comments should not begin with a lowercase character. (capitalized-comments)
(#531) Expected space or tab after '//' in comment. (spaced-comment)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Unexpected space before function parentheses. (space-before-function-paren)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Comments should not begin with a lowercase character. (capitalized-comments)
(#533) Expected space or tab after '//' in comment. (spaced-comment)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Comments should not begin with a lowercase character. (capitalized-comments)
(#535) Expected space or tab after '//' in comment. (spaced-comment)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Comments should not begin with a lowercase character. (capitalized-comments)
(#538) Expected space or tab after '//' in comment. (spaced-comment)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Missing semicolon. (semi)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Comments should not begin with a lowercase character. (capitalized-comments)
(#542) Expected space or tab after '//' in comment. (spaced-comment)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Missing JSDoc for parameter 'templateindex'. (valid-jsdoc)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Unexpected space before function parentheses. (space-before-function-paren)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Comments should not begin with a lowercase character. (capitalized-comments)
(#561) Expected space or tab after '//' in comment. (spaced-comment)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Expected space or tab after '//' in comment. (spaced-comment)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Unexpected space before function parentheses. (space-before-function-paren)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Comments should not begin with a lowercase character. (capitalized-comments)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) 'content' used outside of binding context. (block-scoped-var)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) Unexpected space before function parentheses. (space-before-function-paren)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) 'content' used outside of binding context. (block-scoped-var)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) 'content' is already defined. (no-redeclare)
(#598) 'content' used outside of binding context. (block-scoped-var)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) 'content' used outside of binding context. (block-scoped-var)
(#607) 'content' used outside of binding context. (block-scoped-var)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Comments should not begin with a lowercase character. (capitalized-comments)
(#608) Expected space or tab after '//' in comment. (spaced-comment)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#615) Missing JSDoc for parameter 'recorder'. (valid-jsdoc)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Unexpected space before function parentheses. (space-before-function-paren)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Comments should not begin with a lowercase character. (capitalized-comments)
(#632) Expected space or tab after '//' in comment. (spaced-comment)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) 'width' used outside of binding context. (block-scoped-var)
(#636) 'width' used outside of binding context. (block-scoped-var)
(#636) 'width' used outside of binding context. (block-scoped-var)
(#636) 'width' used outside of binding context. (block-scoped-var)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) 'height' used outside of binding context. (block-scoped-var)
(#637) 'height' used outside of binding context. (block-scoped-var)
(#637) 'height' used outside of binding context. (block-scoped-var)
(#637) 'height' used outside of binding context. (block-scoped-var)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) 'title' is already defined. (no-redeclare)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) 'width' is already defined. (no-redeclare)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) 'height' is already defined. (no-redeclare)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) 'width' is already defined. (no-redeclare)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) 'height' is already defined. (no-redeclare)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) 'width' is already defined. (no-redeclare)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) 'height' is already defined. (no-redeclare)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) 'width' is already defined. (no-redeclare)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) 'height' is already defined. (no-redeclare)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) 'title' is already defined. (no-redeclare)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) 'width' is already defined. (no-redeclare)
(#664) 'width' used outside of binding context. (block-scoped-var)
(#664) 'width' used outside of binding context. (block-scoped-var)
(#664) 'width' used outside of binding context. (block-scoped-var)
(#664) 'width' used outside of binding context. (block-scoped-var)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) 'height' is already defined. (no-redeclare)
(#665) 'height' used outside of binding context. (block-scoped-var)
(#665) 'height' used outside of binding context. (block-scoped-var)
(#665) 'height' used outside of binding context. (block-scoped-var)
(#665) 'height' used outside of binding context. (block-scoped-var)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) Comments should not begin with a lowercase character. (capitalized-comments)
(#669) Expected space or tab after '//' in comment. (spaced-comment)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Expected space(s) before "else". (keyword-spacing)
(#677) Expected space(s) after "else". (keyword-spacing)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Identifier 'd_conf' is not in camel case. (camelcase)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Identifier 'd_conf' is not in camel case. (camelcase)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Identifier 'd_conf' is not in camel case. (camelcase)
(#683) 'title' used outside of binding context. (block-scoped-var)
(#683) 'title' used outside of binding context. (block-scoped-var)
(#683) 'title' used outside of binding context. (block-scoped-var)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) Identifier 'd_conf' is not in camel case. (camelcase)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Identifier 'd_conf' is not in camel case. (camelcase)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) 'width' used outside of binding context. (block-scoped-var)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) 'height' used outside of binding context. (block-scoped-var)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) Identifier 'd_conf' is not in camel case. (camelcase)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) 'height' used outside of binding context. (block-scoped-var)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Comments should not begin with a lowercase character. (capitalized-comments)
(#692) Expected space or tab after '//' in comment. (spaced-comment)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) 'width' used outside of binding context. (block-scoped-var)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) 'title' used outside of binding context. (block-scoped-var)
(#694) 'title' used outside of binding context. (block-scoped-var)
(#694) 'title' used outside of binding context. (block-scoped-var)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Comments should not begin with a lowercase character. (capitalized-comments)
(#695) Expected space or tab after '//' in comment. (spaced-comment)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) 'width' used outside of binding context. (block-scoped-var)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) 'height' used outside of binding context. (block-scoped-var)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Comments should not begin with a lowercase character. (capitalized-comments)
(#704) Expected space or tab after '//' in comment. (spaced-comment)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) A space is required after ','. (comma-spacing)
(#707) Unexpected space before function parentheses. (space-before-function-paren)
(#707) A space is required after ','. (comma-spacing)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) Unexpected space before function parentheses. (space-before-function-paren)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Comments should not begin with a lowercase character. (capitalized-comments)
(#717) Expected space or tab after '//' in comment. (spaced-comment)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Comments should not begin with a lowercase character. (capitalized-comments)
(#726) Expected space or tab after '//' in comment. (spaced-comment)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) Comments should not begin with a lowercase character. (capitalized-comments)
(#729) Expected space or tab after '//' in comment. (spaced-comment)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Use '===' to compare with null. (no-eq-null)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Comments should not begin with a lowercase character. (capitalized-comments)
(#731) Expected space or tab after '//' in comment. (spaced-comment)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Unexpected space before function parentheses. (space-before-function-paren)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Comments should not begin with a lowercase character. (capitalized-comments)
(#735) Expected space or tab after '//' in comment. (spaced-comment)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) Comments should not begin with a lowercase character. (capitalized-comments)
(#747) Expected space or tab after '//' in comment. (spaced-comment)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Comments should not begin with a lowercase character. (capitalized-comments)
(#756) Expected space or tab after '//' in comment. (spaced-comment)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Use '===' to compare with null. (no-eq-null)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Unexpected space before function parentheses. (space-before-function-paren)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Comments should not begin with a lowercase character. (capitalized-comments)
(#760) Expected space or tab after '//' in comment. (spaced-comment)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Comments should not begin with a lowercase character. (capitalized-comments)
(#769) Expected space or tab after '//' in comment. (spaced-comment)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Use '===' to compare with null. (no-eq-null)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Unexpected space before function parentheses. (space-before-function-paren)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Comments should not begin with a lowercase character. (capitalized-comments)
(#777) Expected space or tab after '//' in comment. (spaced-comment)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#784) Comments should not begin with a lowercase character. (capitalized-comments)
(#784) Expected space or tab after '//' in comment. (spaced-comment)
(#784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#785) Each then() should return a value or throw (promise/always-return)
(#785) Use '===' to compare with null. (no-eq-null)
(#785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#786) Unexpected space before function parentheses. (space-before-function-paren)
(#786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Comments should not begin with a lowercase character. (capitalized-comments)
(#792) Expected space or tab after '//' in comment. (spaced-comment)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Comments should not begin with a lowercase character. (capitalized-comments)
(#799) Expected space or tab after '//' in comment. (spaced-comment)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#803) Unexpected space before function parentheses. (space-before-function-paren)
(#803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) Comments should not begin with a lowercase character. (capitalized-comments)
(#809) Expected space or tab after '//' in comment. (spaced-comment)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Unexpected space before function parentheses. (space-before-function-paren)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Comments should not begin with a lowercase character. (capitalized-comments)
(#813) Expected space or tab after '//' in comment. (spaced-comment)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Unexpected space before function parentheses. (space-before-function-paren)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) A space is required after ','. (comma-spacing)
(#826) Unexpected space before function parentheses. (space-before-function-paren)
(#826) A space is required after ','. (comma-spacing)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Extra space after key 'recordertype'. (key-spacing)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Unexpected space before function parentheses. (space-before-function-paren)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Missing JSDoc @returns for function. (valid-jsdoc)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Missing JSDoc parameter type for 'dateToFormat'. (valid-jsdoc)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Missing space before opening brace. (space-before-blocks)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Each then() should return a value or throw (promise/always-return)
(#858) Unexpected space before function parentheses. (space-before-function-paren)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) Unexpected space before function parentheses. (space-before-function-paren)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Missing JSDoc parameter type for 'historyItem'. (valid-jsdoc)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Unexpected space before function parentheses. (space-before-function-paren)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#875) Unexpected space before function parentheses. (space-before-function-paren)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Unexpected space before function parentheses. (space-before-function-paren)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Each then() should return a value or throw (promise/always-return)
(#885) Unexpected space before function parentheses. (space-before-function-paren)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) Unexpected space before function parentheses. (space-before-function-paren)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Unexpected space before function parentheses. (space-before-function-paren)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) Identifier 'ap_count' is not in camel case. (camelcase)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) Unexpected space before function parentheses. (space-before-function-paren)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Identifier 'recorder_callback' is not in camel case. (camelcase)
(#907) Unexpected space before function parentheses. (space-before-function-paren)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) Comments should not begin with a lowercase character. (capitalized-comments)
(#911) Expected space or tab after '//' in comment. (spaced-comment)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) Use '===' to compare with null. (no-eq-null)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Comments should not begin with a lowercase character. (capitalized-comments)
(#919) Expected space or tab after '//' in comment. (spaced-comment)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) This line has a length of 137. Maximum allowed is 132. (max-len)
(#920) Expected space or tab after '//' in comment. (spaced-comment)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Unexpected space before function parentheses. (space-before-function-paren)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Identifier 'guessed_ext' is not in camel case. (camelcase)
(#924) There should be no space before this paren. (space-in-parens)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Identifier 'guessed_ext' is not in camel case. (camelcase)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Comments should not begin with a lowercase character. (capitalized-comments)
(#933) Expected space or tab after '//' in comment. (spaced-comment)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) This line has a length of 140. Maximum allowed is 132. (max-len)
(#934) Expected space or tab after '//' in comment. (spaced-comment)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Unexpected alert. (no-alert)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Missing JSDoc parameter type for 'historyItem'. (valid-jsdoc)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) Unexpected space before function parentheses. (space-before-function-paren)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Unexpected space before function parentheses. (space-before-function-paren)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Comments should not begin with a lowercase character. (capitalized-comments)
(#963) Expected space or tab after '//' in comment. (spaced-comment)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Expected space or tab after '//' in comment. (spaced-comment)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) This line has a length of 149. Maximum allowed is 132. (max-len)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) Comments should not begin with a lowercase character. (capitalized-comments)
(#981) Expected space or tab after '//' in comment. (spaced-comment)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) Missing JSDoc @returns for function. (valid-jsdoc)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) Missing JSDoc parameter type for 'mediaurl'. (valid-jsdoc)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) Missing JSDoc parameter type for 'mediafilename'. (valid-jsdoc)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) Missing JSDoc parameter type for 'sourceurl'. (valid-jsdoc)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Missing JSDoc parameter type for 'sourcemimetype'. (valid-jsdoc)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) Unexpected space before function parentheses. (space-before-function-paren)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) This line has a length of 147. Maximum allowed is 132. (max-len)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) Missing JSDoc parameter type for 'template'. (valid-jsdoc)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Unexpected space before function parentheses. (space-before-function-paren)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Missing JSDoc @returns for function. (valid-jsdoc)
(#1032) Missing JSDoc for parameter 'template'. (valid-jsdoc)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) Missing JSDoc parameter type for 'sourcemimetype'. (valid-jsdoc)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#1038) Duplicate JSDoc parameter 'context'. (valid-jsdoc)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Unexpected space before function parentheses. (space-before-function-paren)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Missing JSDoc for parameter 'mediaurl'. (valid-jsdoc)
(#1066) Missing JSDoc for parameter 'mediafilename'. (valid-jsdoc)
(#1066) Missing JSDoc for parameter 'sourceurl'. (valid-jsdoc)
(#1066) Missing JSDoc for parameter 'sourcemimetype'. (valid-jsdoc)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) Unexpected space before function parentheses. (space-before-function-paren)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Comments should not begin with a lowercase character. (capitalized-comments)
(#1076) Expected space or tab after '//' in comment. (spaced-comment)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) Missing JSDoc comment. (require-jsdoc)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) Unexpected space before function parentheses. (space-before-function-paren)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) Comments should not begin with a lowercase character. (capitalized-comments)
(#1107) Expected space or tab after '//' in comment. (spaced-comment)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(115 errors, 5 warnings)

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

lib/editor/atto/plugins/cloudpoodll/classes/constants.php
(#29) Class constants is not documented
(#31) Constant constants::M_COMPONENT is not documented
(#32) Constant constants::M_TABLE is not documented
(#33) Constant constants::M_SUBPLUGIN is not documented
(#34) Constant constants::M_URL is not documented
(#36) Constant constants::APPID is not documented
(#38) Constant constants::REC_AUDIO is not documented
(#39) Constant constants::REC_VIDEO is not documented
(#41) Constant constants::SKIN_PLAIN is not documented
(#42) Constant constants::SKIN_BMR is not documented
(#43) Constant constants::SKIN_123 is not documented
(#44) Constant constants::SKIN_FRESH is not documented
(#45) Constant constants::SKIN_ONCE is not documented
(#46) Constant constants::SKIN_SCREEN is not documented
(#48) Constant constants::LANG_ENUS is not documented
(#49) Constant constants::LANG_ENGB is not documented
(#50) Constant constants::LANG_ENAU is not documented
(#51) Constant constants::LANG_ESUS is not documented
(#52) Constant constants::LANG_FRCA is not documented
(#53) Constant constants::LANG_FRFR is not documented
(#54) Constant constants::LANG_ITIT is not documented
(#55) Constant constants::LANG_PTBR is not documented
(#56) Constant constants::LANG_KOKR is not documented
(#57) Constant constants::LANG_DEDE is not documented
(#58) Constant constants::LANG_HIIN is not documented
(#59) Constant constants::LANG_ENIN is not documented
(#60) Constant constants::LANG_ESES is not documented
(#62) Constant constants::LANG_ARAE is not documented
(#63) Constant constants::LANG_ARSA is not documented
(#64) Constant constants::LANG_ZHCN is not documented
(#65) Constant constants::LANG_NLNL is not documented
(#66) Constant constants::LANG_ENIE is not documented
(#67) Constant constants::LANG_ENWL is not documented
(#68) Constant constants::LANG_ENAB is not documented
(#69) Constant constants::LANG_FAIR is not documented
(#70) Constant constants::LANG_DECH is not documented
(#71) Constant constants::LANG_HEIL is not documented
(#72) Constant constants::LANG_IDID is not documented
(#73) Constant constants::LANG_JAJP is not documented
(#74) Constant constants::LANG_MSMY is not documented
(#75) Constant constants::LANG_PTPT is not documented
(#76) Constant constants::LANG_RURU is not documented
(#77) Constant constants::LANG_TAIN is not documented
(#78) Constant constants::LANG_TEIN is not documented
(#79) Constant constants::LANG_TRTR is not documented
(#81) Constant constants::INSERT_LINK is not documented
(#82) Constant constants::INSERT_TAGS is not documented
(#84) Constant constants::FALLBACK_UPLOAD is not documented
(#85) Constant constants::FALLBACK_IOSUPLOAD is not documented
(#86) Constant constants::FALLBACK_WARNING is not documented
(#88) Constant constants::CLASS_REC_CONTAINER is not documented
(#89) Constant constants::CLASS_REC_OUTER is not documented
(#90) Constant constants::ID_REC is not documented
(#91) Constant constants::ID_UPDATE_CONTROL is not documented
(#92) Constant constants::NAME_UPDATE_CONTROL is not documented
(#94) Constant constants::REGION_USEAST1 is not documented
(#95) Constant constants::REGION_TOKYO is not documented
(#96) Constant constants::REGION_DUBLIN is not documented
(#97) Constant constants::REGION_SYDNEY is not documented
(#98) Constant constants::REGION_OTTAWA is not documented
(#99) Constant constants::REGION_SAOPAULO is not documented
(#100) Constant constants::REGION_FRANKFURT is not documented
(#101) Constant constants::REGION_LONDON is not documented
(#102) Constant constants::REGION_SINGAPORE is not documented
(#103) Constant constants::REGION_MUMBAI is not documented
(#104) Constant constants::REGION_CAPETOWN is not documented
(#105) Constant constants::REGION_BAHRAIN is not documented
(#107) Constant constants::FILETITLE_DISPLAYLENGTH is not documented
(#17) No one-line description found in phpdocs for file
lib/editor/atto/plugins/cloudpoodll/classes/history.php
(#62) There is no description in phpdocs for function create
(#71) There is no description in phpdocs for function get
(#112) There is no description in phpdocs for function get_item
(#155) There is no description in phpdocs for function delete
(#167) There is no description in phpdocs for function archive
(#63) Phpdocs for function history::create has incomplete parameters list
(#113) Phpdocs for function history::get_item has incomplete parameters list
(#137) Phpdocs for function history::update has incomplete parameters list
(#156) Phpdocs for function history::delete has incomplete parameters list
(#168) Phpdocs for function history::archive has incomplete parameters list
lib/editor/atto/plugins/cloudpoodll/classes/privacy/provider.php
(#62) Function provider::_get_metadata is not documented
lib/editor/atto/plugins/cloudpoodll/classes/utils.php
(#29) Class utils is not documented
(#31) Function utils::fetch_options_recorders is not documented
(#37) Function utils::fetch_options_fallback is not documented
(#44) Function utils::fetch_options_skins is not documented
(#54) Function utils::get_region_options is not documented
(#71) Function utils::get_expiredays_options is not documented
(#85) Function utils::get_lang_options is not documented
(#121) Function utils::get_insert_options is not documented
(#129) Function utils::can_transcribe is not documented
(#141) Function utils::curl_fetch is not documented
(#154) Function utils::fetch_token_for_display is not documented
(#211) Function utils::fetch_token is not documented
(#17) No one-line description found in phpdocs for file
lib/editor/atto/plugins/cloudpoodll/db/services.php
(#2) Empty line found after PHP open tag
lib/editor/atto/plugins/cloudpoodll/db/upgrade.php
(#27) Function xmldb_atto_cloudpoodll_upgrade is not documented
lib/editor/atto/plugins/cloudpoodll/externallib.php
(#2) Empty line found after PHP open tag
(#125) Function atto_cloudpoodll_history_external::archive_history_item_parameters is not documented
(#131) Function atto_cloudpoodll_history_external::get_history_item_parameters is not documented
(#137) Function atto_cloudpoodll_history_external::archive_history_item_returns is not documented
(#184) Function atto_cloudpoodll_history_external::get_history_items_returns is not documented
(#205) Function atto_cloudpoodll_history_external::get_history_item_returns is not documented
(#44) There is no description in phpdocs for function create_history_item
(#141) There is no description in phpdocs for function archive_history_item
(#149) There is no description in phpdocs for function get_history_item
(#45) Phpdocs for function atto_cloudpoodll_history_external::create_history_item has incomplete parameters list
(#142) Phpdocs for function atto_cloudpoodll_history_external::archive_history_item has incomplete parameters list
(#150) Phpdocs for function atto_cloudpoodll_history_external::get_history_item has incomplete parameters list
lib/editor/atto/plugins/cloudpoodll/fetchcbpage.php
(#2) Empty line found after PHP open tag
lib/editor/atto/plugins/cloudpoodll/lib.php
(#160) Function atto_cloudpoodll_widgets_fetch_filter_properties is not documented
(#265) Function atto_cloudpoodll_inplace_editable is not documented
(#34) Phpdocs for function atto_cloudpoodll_strings_for_js has incomplete parameters list
(#147) Phpdocs for function atto_cloudpoodll_widgets_fetch_variables has incomplete parameters list
(#185) Phpdocs for function atto_cloudpoodll_params_for_js has incomplete parameters list
lib/editor/atto/plugins/cloudpoodll/refreshtoken.php
(#2) Empty line found after PHP open tag
lib/editor/atto/plugins/cloudpoodll/resources/cloudpoodlltester.php
(#15) Package is not specified for function fetchToken. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#15) Function fetchToken is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
lib/editor/atto/plugins/cloudpoodll/tests/history_test.php
(#54) Function atto_cloudpoodll_history_testcase::create_test_item is not documented

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 2 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]

lib/editor/atto/plugins/cloudpoodll/db/upgrade.php
Database modifications (new tables or columns) detected in the patch without any change to some important areas.
No changes detected to backup and restore, that may affect storage and transportability, please verify!

grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 59 warnings)

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

lib/editor/atto/plugins/cloudpoodll/templates/audiopanel.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Duplicate ID “_”. (> <div id="_" class="" data-iframeclass="atto_cloudpoodll_iframe" data-id="_" data-parent="" data-appid="" data-media="audio" data-type="" data-localloader="/lib/editor/atto/plugins/cloudpoodll/poodllloader.html" data-localloading="auto" data-width="" data-height="" data-transcode="" data-transcribe="" data-subtitle="" data-language="" data-expiredays="" data-region="" data-owner="" data-token="" data-fallback=""> )
(#1) HTML Validation info, line 2: The first occurrence of ID “_” was here. (ad><body><div data-medium-type="" class="tab-pane active" id="_"> <)
lib/editor/atto/plugins/cloudpoodll/templates/fetchcbpage.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 2 Column: 27
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( ), Line: 3 Column: 13
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( ), Line: 3 Column: 13
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( ), Line: 4 Column: 83
(#1) ESLint error [no-undef]: 'Chargebee' is not defined. ( ), Line: 5 Column: 37
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 6 Column: 51
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 8 Column: 46
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 9 Column: 94
(#1) ESLint warning [camelcase]: Identifier 'billing_address' is not in camel case. ( ), Line: 11 Column: 48
(#1) ESLint warning [camelcase]: Identifier 'first_name' is not in camel case. ( ), Line: 11 Column: 66
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 11 Column: 80
(#1) ESLint warning [camelcase]: Identifier 'last_name' is not in camel case. ( ), Line: 11 Column: 81
(#1) ESLint warning [camelcase]: Identifier 'cf_startsiteurl' is not in camel case. ( ), Line: 14 Column: 44
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 21 Column: 1
lib/editor/atto/plugins/cloudpoodll/templates/historypanel.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 5: The “cellpadding” attribute on the “table” element is obsolete. Use CSS instead. (in.css"/><table cellpadding="0" cellspacing="0" width="100%" class="table" id="atto_cloud_history_table"> <)
(#1) HTML Validation error, line 5: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. (in.css"/><table cellpadding="0" cellspacing="0" width="100%" class="table" id="atto_cloud_history_table"> <)
(#1) HTML Validation error, line 5: The “width” attribute on the “table” element is obsolete. Use CSS instead. (in.css"/><table cellpadding="0" cellspacing="0" width="100%" class="table" id="atto_cloud_history_table"> <)
(#1) HTML Validation error, line 20: Element “tbody” not allowed as child of element “table” in this context. (Suppressing further errors from this subtree.) ( </tfoot> <tbody id="history-table-body"> <)
lib/editor/atto/plugins/cloudpoodll/templates/historypreview.mustache
(#1) Example context missing.
lib/editor/atto/plugins/cloudpoodll/templates/historyrow.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “cellpadding” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px; width: 100%;"> <)
(#1) HTML Validation error, line 3: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px; width: 100%;"> <)
(#1) HTML Validation error, line 3: The “border” attribute on the “table” element is obsolete. Use CSS instead. (d><body><table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px; width: 100%;"> <)
lib/editor/atto/plugins/cloudpoodll/templates/managecreds.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 2 Column: 27
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( ), Line: 3 Column: 13
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( ), Line: 3 Column: 13
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( ), Line: 8 Column: 30
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( ), Line: 9 Column: 32
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 12 Column: 1
lib/editor/atto/plugins/cloudpoodll/templates/menu.mustache
(#1) Example context missing (@template section not found.)
lib/editor/atto/plugins/cloudpoodll/templates/optionspanel.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 6: Duplicate ID “_”. ( <select id="_" class=""> )
(#1) HTML Validation info, line 3: The first occurrence of ID “_” was here. (<body> <div data-medium-type="" data-field="options" class="tab-pane" id="_"> )
(#1) HTML Validation error, line 21: Duplicate ID “_”. ( <input type="checkbox" id="_" class="" />&nbsp;)
(#1) HTML Validation info, line 3: The first occurrence of ID “_” was here. (<body> <div data-medium-type="" data-field="options" class="tab-pane" id="_"> )
lib/editor/atto/plugins/cloudpoodll/templates/root.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 27: Duplicate ID “_”. (> <div id="_" class="" data-iframeclass="atto_cloudpoodll_iframe" data-id="_" data-parent="" data-appid="" data-media="" data-type="upload" data-width="450" data-height="350" data-transcode="" data-transcribe="" data-subtitle="" data-language="" data-expiredays="" data-region="" data-owner="" data-token=""> )
(#1) HTML Validation info, line 18: The first occurrence of ID “_” was here. ( <div id="_" data-medium-type="" class="tab-pane"> <)
(#1) HTML Validation error, line 32: Duplicate ID “_”. ( <div data-medium-type="" data-field="options" class="tab-pane" id="_"> )
(#1) HTML Validation info, line 18: The first occurrence of ID “_” was here. ( <div id="_" data-medium-type="" class="tab-pane"> <)
(#1) HTML Validation error, line 35: Duplicate ID “_”. ( <select id="_" class=""> )
(#1) HTML Validation info, line 18: The first occurrence of ID “_” was here. ( <div id="_" data-medium-type="" class="tab-pane"> <)
(#1) HTML Validation error, line 50: Duplicate ID “_”. ( <input type="checkbox" id="_" class="" />&nbsp;)
(#1) HTML Validation info, line 18: The first occurrence of ID “_” was here. ( <div id="_" data-medium-type="" class="tab-pane"> <)
lib/editor/atto/plugins/cloudpoodll/templates/screenpanel.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Duplicate ID “_”. (> <div id="_" class="" data-iframeclass="atto_cloudpoodll_iframe" data-id="_" data-parent="" data-appid="" data-media="video" data-type="screen" data-localloader="/lib/editor/atto/plugins/cloudpoodll/poodllloader.html" data-localloading="auto" data-width="" data-height="" data-transcode="" data-transcribe="" data-subtitle="" data-language="" data-expiredays="" data-region="" data-owner="" data-token="" data-fallback=""> )
(#1) HTML Validation info, line 2: The first occurrence of ID “_” was here. (ad><body><div data-medium-type="" class="tab-pane active" id="_"> <)
lib/editor/atto/plugins/cloudpoodll/templates/uploadpanel.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 11: Duplicate ID “_”. (> <div id="_" class="" data-iframeclass="atto_cloudpoodll_iframe" data-id="_" data-parent="" data-appid="" data-media="" data-type="upload" data-width="450" data-height="350" data-transcode="" data-transcribe="" data-subtitle="" data-language="" data-expiredays="" data-region="" data-owner="" data-token=""> )
(#1) HTML Validation info, line 2: The first occurrence of ID “_” was here. (ad><body><div id="_" data-medium-type="" class="tab-pane"> <)
lib/editor/atto/plugins/cloudpoodll/templates/videopanel.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Duplicate ID “_”. (> <div id="_" class="" data-iframeclass="atto_cloudpoodll_iframe" data-id="_" data-parent="" data-appid="" data-media="video" data-type="" data-localloader="/lib/editor/atto/plugins/cloudpoodll/poodllloader.html" data-localloading="auto" data-width="" data-height="" data-transcode="" data-transcribe="" data-subtitle="" data-language="" data-expiredays="" data-region="" data-owner="" data-token="" data-fallback=""> )
(#1) HTML Validation info, line 2: The first occurrence of ID “_” was here. (ad><body><div data-medium-type="" class="tab-pane active" id="_"> <)

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]