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

(170 errors, 61 warnings)

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

lib/editor/atto/plugins/cloudpoodll/classes/constants.php
(#60) Expected 1 space after "="; 0 found
(#61) 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
lib/editor/atto/plugins/cloudpoodll/classes/history.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
lib/editor/atto/plugins/cloudpoodll/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "} ;"
(#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"
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.
(#50) Variable "rec_options" must not contain underscores.
(#55) Commas (,) must be followed by white space.
(#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.
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) 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?"
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) 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"
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#148) 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"
(#149) 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"
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#154) 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"
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 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"
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) 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"
(#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 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"
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) 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."
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) 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."
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) 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"
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) 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"
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Variable "token_url" must not contain underscores.
(#231) Variable "token_response" must not contain underscores.
(#231) Variable "token_url" must not contain underscores.
(#232) Variable "token_response" must not contain underscores.
(#233) Variable "resp_object" must not contain underscores.
(#233) Variable "token_response" must not contain underscores.
(#234) Variable "resp_object" must not contain underscores.
(#234) Variable "resp_object" must not contain underscores.
(#235) Variable "resp_object" must not contain underscores.
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) 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"
(#237) Variable "resp_object" must not contain underscores.
(#238) 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 "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#252) Variable "resp_object" must not contain underscores.
(#253) Variable "resp_object" must not contain underscores.
(#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.
(#266) Empty IF statement detected
(#266) Variable "resp_object" must not contain underscores.
(#266) Variable "resp_object" must not contain underscores.
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
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.
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/lang/en/atto_cloudpoodll.php
(#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
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// shown in popup" but found "//shown in popup"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) No space found before comment text; expected "// shown in history tabs" but found "//shown in history tabs"
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#202) Expected 1 space before "="; 0 found
(#202) 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
(#43) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// coursecontext" but found "//coursecontext"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) 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"
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// subitling ok" but found "//subitling ok"
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// cloudpoodll params" but found "//cloudpoodll params"
(#87) Commas (,) must be followed by white space.
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// insert method" but found "//insert method"
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// add our disabled param" but found "//add our disabled param"
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// showhistory or not" but found "//showhistory or not"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) 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"
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/>.".
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 ..."
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.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) This comment is 56% valid code; is this commented out code?
(#35) No space found before comment text; expected "// get_string('apisecret_details', constants::M_COMPONENT)" but found "//get_string('apisecret_details', constants::M_COMPONENT)"
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// Default html5 fallback" but found "//Default html5 fallback"
(#98) Variable "fallback_options" must not contain underscores.
(#101) 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"
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines

Javascript coding style problems

(957 errors, 500 warnings)

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

lib/editor/atto/plugins/cloudpoodll/amd/src/cloudpoodll.js
(#2) Comments should not begin with a lowercase character (capitalized-comments)
(#8) Expected space or tab after '//' in comment. (spaced-comment)
(#13) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Comments should not begin with a lowercase character (capitalized-comments)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#36) Missing space before opening brace. (space-before-blocks)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) after "for". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) Infix operators must be spaced. (space-infix-ops)
(#48) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#55) A space is required after ','. (comma-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#60) Expected space(s) after "for". (keyword-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing space before opening brace. (space-before-blocks)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing space before opening brace. (space-before-blocks)
(#63) Infix operators must be spaced. (space-infix-ops)
(#68) Missing space before opening brace. (space-before-blocks)
(#70) Comments should not begin with a lowercase character (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) Missing space before opening brace. (space-before-blocks)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) ["alreadyparsed"] is better written in dot notation. (dot-notation)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing space before opening brace. (space-before-blocks)
(#73) Comments should not begin with a lowercase character (capitalized-comments)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Comments should not begin with a lowercase character (capitalized-comments)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#80) Missing space before opening brace. (space-before-blocks)
(#81) ["parent"] is better written in dot notation. (dot-notation)
(#81) Infix operators must be spaced. (space-infix-ops)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Comments should not begin with a lowercase character (capitalized-comments)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) ["media"] is better written in dot notation. (dot-notation)
(#85) Infix operators must be spaced. (space-infix-ops)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#88) ["sourcemimetype"] is better written in dot notation. (dot-notation)
(#88) ["media"] is better written in dot notation. (dot-notation)
(#88) A space is required after ','. (comma-spacing)
(#88) ["transcribe"] is better written in dot notation. (dot-notation)
(#88) A space is required after ','. (comma-spacing)
(#88) ["hints"] is better written in dot notation. (dot-notation)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Comments should not begin with a lowercase character (capitalized-comments)
(#93) Comments should not begin with a lowercase character (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Expected space(s) after "if". (keyword-spacing)
(#95) Missing space before opening brace. (space-before-blocks)
(#96) 'localloading' used outside of binding context. (block-scoped-var)
(#97) Expected space(s) before "else". (keyword-spacing)
(#98) 'localloading' used outside of binding context. (block-scoped-var)
(#98) 'localloading' is already defined. (no-redeclare)
(#98) ["localloading"] is better written in dot notation. (dot-notation)
(#101) Expected space(s) after "switch". (keyword-spacing)
(#101) 'localloading' used outside of binding context. (block-scoped-var)
(#101) 'localloading' used outside of binding context. (block-scoped-var)
(#101) Missing space before opening brace. (space-before-blocks)
(#104) 'iframeurl' used outside of binding context. (block-scoped-var)
(#104) 'iframeurl' used outside of binding context. (block-scoped-var)
(#104) ["parent"] is better written in dot notation. (dot-notation)
(#104) ["localloader"] is better written in dot notation. (dot-notation)
(#108) 'iframeurl' is already defined. (no-redeclare)
(#108) 'iframeurl' used outside of binding context. (block-scoped-var)
(#108) 'iframeurl' used outside of binding context. (block-scoped-var)
(#113) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#115) 'iframeurl' is already defined. (no-redeclare)
(#115) 'iframeurl' used outside of binding context. (block-scoped-var)
(#115) ["parent"] is better written in dot notation. (dot-notation)
(#115) ["localloader"] is better written in dot notation. (dot-notation)
(#116) Expected space(s) before "else". (keyword-spacing)
(#117) 'iframeurl' used outside of binding context. (block-scoped-var)
(#117) 'iframeurl' is already defined. (no-redeclare)
(#122) Comments should not begin with a lowercase character (capitalized-comments)
(#122) Expected space or tab after '//' in comment. (spaced-comment)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#124) 'iframeurl' used outside of binding context. (block-scoped-var)
(#126) 'iframeurl' used outside of binding context. (block-scoped-var)
(#126) 'iframeurl' used outside of binding context. (block-scoped-var)
(#126) 'iframeurl' used outside of binding context. (block-scoped-var)
(#126) 'iframeurl' used outside of binding context. (block-scoped-var)
(#128) Comments should not begin with a lowercase character (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) Missing space before opening brace. (space-before-blocks)
(#135) ["width"] is better written in dot notation. (dot-notation)
(#135) Infix operators must be spaced. (space-infix-ops)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) Missing space before opening brace. (space-before-blocks)
(#139) Expected space(s) after "if". (keyword-spacing)
(#139) ["media"] is better written in dot notation. (dot-notation)
(#139) Infix operators must be spaced. (space-infix-ops)
(#140) ["height"] is better written in dot notation. (dot-notation)
(#141) Expected space(s) after "else". (keyword-spacing)
(#141) Expected space(s) before "else". (keyword-spacing)
(#142) ["height"] is better written in dot notation. (dot-notation)
(#152) Expected space(s) after "switch". (keyword-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#162) Unexpected alert. (no-alert)
(#162) Unexpected whitespace before property data. (no-whitespace-before-property)
(#165) Missing space before opening brace. (space-before-blocks)
(#169) Missing space before opening brace. (space-before-blocks)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing space before opening brace. (space-before-blocks)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Missing space before opening brace. (space-before-blocks)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#183) Comments should not begin with a lowercase character (capitalized-comments)
(#187) Missing space before opening brace. (space-before-blocks)
(#191) Identifier 'is_safari' is not in camel case. (camelcase)
(#191) Missing space before opening brace. (space-before-blocks)
(#195) Identifier 'is_ios' is not in camel case. (camelcase)
(#195) Missing space before opening brace. (space-before-blocks)
(#196) Multiple spaces found before '/iPad|iPhone|iPod/'. (no-multi-spaces)
(#199) Identifier 'guess_mimetype' is not in camel case. (camelcase)
(#199) Method 'guess_mimetype' has a complexity of 29. (complexity)
(#199) Missing space before opening brace. (space-before-blocks)
(#201) Comments should not begin with a lowercase character (capitalized-comments)
(#201) Expected space or tab after '//' in comment. (spaced-comment)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before opening brace. (space-before-blocks)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#205) Comments should not begin with a lowercase character (capitalized-comments)
(#206) Expected space(s) after "if". (keyword-spacing)
(#206) Missing space before opening brace. (space-before-blocks)
(#210) 'nVer' is assigned a value but never used. (no-unused-vars)
(#212) Multiple spaces found before '='. (no-multi-spaces)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Comments should not begin with a lowercase character (capitalized-comments)
(#214) Multiple spaces found before '='. (no-multi-spaces)
(#214) Infix operators must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) 'ix' is defined but never used. (no-unused-vars)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) Infix operators must be spaced. (space-infix-ops)
(#218) Infix operators must be spaced. (space-infix-ops)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Comments should not begin with a lowercase character (capitalized-comments)
(#220) Expected space or tab after '//' in comment. (spaced-comment)
(#223) Expected space(s) before "else". (keyword-spacing)
(#223) Infix operators must be spaced. (space-infix-ops)
(#223) Infix operators must be spaced. (space-infix-ops)
(#225) Comments should not begin with a lowercase character (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#226) Expected space or tab after '//' in comment. (spaced-comment)
(#227) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#229) Infix operators must be spaced. (space-infix-ops)
(#229) Infix operators must be spaced. (space-infix-ops)
(#231) Comments should not begin with a lowercase character (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#234) Infix operators must be spaced. (space-infix-ops)
(#234) Infix operators must be spaced. (space-infix-ops)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#236) Comments should not begin with a lowercase character (capitalized-comments)
(#237) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#239) Infix operators must be spaced. (space-infix-ops)
(#239) Infix operators must be spaced. (space-infix-ops)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Comments should not begin with a lowercase character (capitalized-comments)
(#242) Expected space or tab after '//' in comment. (spaced-comment)
(#243) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#245) Infix operators must be spaced. (space-infix-ops)
(#245) Infix operators must be spaced. (space-infix-ops)
(#247) Expected space or tab after '//' in comment. (spaced-comment)
(#247) Comments should not begin with a lowercase character (capitalized-comments)
(#249) Expected space(s) before "else". (keyword-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) Infix operators must be spaced. (space-infix-ops)
(#249) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#252) A space is required after ','. (comma-spacing)
(#253) Comments should not begin with a lowercase character (capitalized-comments)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#254) Infix operators must be spaced. (space-infix-ops)
(#260) Expected space or tab after '//' in comment. (spaced-comment)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Requires a space after '{'. (block-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Requires a space after '{'. (block-spacing)
(#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)
(#269) Infix operators must be spaced. (space-infix-ops)
(#270) Infix operators must be spaced. (space-infix-ops)
(#271) Infix operators must be spaced. (space-infix-ops)
(#272) Infix operators must be spaced. (space-infix-ops)
(#274) Expected space or tab after '//' in comment. (spaced-comment)
(#274) Comments should not begin with a lowercase character (capitalized-comments)
(#275) Infix operators must be spaced. (space-infix-ops)
(#276) Expected space(s) after "if". (keyword-spacing)
(#276) Infix operators must be spaced. (space-infix-ops)
(#276) Missing space before opening brace. (space-before-blocks)
(#277) Expected space(s) after "switch". (keyword-spacing)
(#277) Missing space before opening brace. (space-before-blocks)
(#280) Infix operators must be spaced. (space-infix-ops)
(#283) Infix operators must be spaced. (space-infix-ops)
(#289) Infix operators must be spaced. (space-infix-ops)
(#291) Expected space(s) after "else". (keyword-spacing)
(#291) Expected space(s) before "else". (keyword-spacing)
(#292) Expected space(s) after "switch". (keyword-spacing)
(#292) Missing space before opening brace. (space-before-blocks)
(#294) Infix operators must be spaced. (space-infix-ops)
(#298) Infix operators must be spaced. (space-infix-ops)
(#301) Infix operators must be spaced. (space-infix-ops)
(#306) Infix operators must be spaced. (space-infix-ops)
(#309) Comments should not begin with a lowercase character (capitalized-comments)
(#318) Expected space or tab after '//' in comment. (spaced-comment)
(#318) Comments should not begin with a lowercase character (capitalized-comments)
(#319) Comments should not begin with a lowercase character (capitalized-comments)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#320) Expected space or tab after '//' in comment. (spaced-comment)
(#320) Comments should not begin with a lowercase character (capitalized-comments)
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) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (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) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) Line 148 exceeds the maximum line length of 132. (max-len)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Line 149 exceeds the maximum line length of 132. (max-len)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Line 151 exceeds the maximum line length of 132. (max-len)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Line 152 exceeds the maximum line length of 132. (max-len)
(#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) Infix operators must be spaced. (space-infix-ops)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Line 160 exceeds the maximum line length of 132. (max-len)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Line 161 exceeds the maximum line length of 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) Line 163 exceeds the maximum line length of 132. (max-len)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Line 164 exceeds the maximum line length of 132. (max-len)
(#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) Line 171 exceeds the maximum line length of 132. (max-len)
(#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) Line 182 exceeds the maximum line length of 132. (max-len)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Line 248 exceeds the maximum line length of 132. (max-len)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected 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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Unexpected space before function parentheses. (space-before-function-paren)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected space or tab after '//' in comment. (spaced-comment)
(#292) Comments should not begin with a lowercase character (capitalized-comments)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected space or tab after '//' in comment. (spaced-comment)
(#312) Comments should not begin with a lowercase character (capitalized-comments)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected space or tab after '//' in comment. (spaced-comment)
(#315) Comments should not begin with a lowercase character (capitalized-comments)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected space or tab after '//' in comment. (spaced-comment)
(#322) Comments should not begin with a lowercase character (capitalized-comments)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected space or tab after '//' in comment. (spaced-comment)
(#325) Comments should not begin with a lowercase character (capitalized-comments)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Infix operators must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#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 'extra'. (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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) 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) 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) 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) 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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Unexpected space before function parentheses. (space-before-function-paren)
(#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 space or tab after '//' in comment. (spaced-comment)
(#408) Comments should not begin with a lowercase character (capitalized-comments)
(#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 space or tab after '//' in comment. (spaced-comment)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space or tab after '//' in comment. (spaced-comment)
(#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) 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) 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) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#433) Missing JSDoc for parameter 'recorder'. (valid-jsdoc)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected space or tab after '//' in comment. (spaced-comment)
(#441) Comments should not begin with a lowercase character (capitalized-comments)
(#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) 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) Comments should not begin with a lowercase character (capitalized-comments)
(#449) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) 'width' is already defined. (no-redeclare)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) 'height' is already defined. (no-redeclare)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) 'width' is already defined. (no-redeclare)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) 'height' is already defined. (no-redeclare)
(#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) 'width' is already defined. (no-redeclare)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) 'height' is already defined. (no-redeclare)
(#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) 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) 'title' is already defined. (no-redeclare)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) 'width' is already defined. (no-redeclare)
(#475) 'width' used outside of binding context. (block-scoped-var)
(#475) 'width' used outside of binding context. (block-scoped-var)
(#475) 'width' used outside of binding context. (block-scoped-var)
(#475) 'width' used outside of binding context. (block-scoped-var)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) 'height' used outside of binding context. (block-scoped-var)
(#476) 'height' used outside of binding context. (block-scoped-var)
(#476) 'height' used outside of binding context. (block-scoped-var)
(#476) 'height' used outside of binding context. (block-scoped-var)
(#476) 'height' is already defined. (no-redeclare)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#480) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 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 space(s) before "else". (keyword-spacing)
(#487) Expected space(s) after "else". (keyword-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Identifier 'd_conf' is not in camel case. (camelcase)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Identifier 'd_conf' is not in camel case. (camelcase)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Identifier 'd_conf' is not in camel case. (camelcase)
(#493) 'title' used outside of binding context. (block-scoped-var)
(#493) 'title' used outside of binding context. (block-scoped-var)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Identifier 'd_conf' is not in camel case. (camelcase)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Identifier 'd_conf' is not in camel case. (camelcase)
(#495) 'width' used outside of binding context. (block-scoped-var)
(#495) 'width' used outside of binding context. (block-scoped-var)
(#495) 'width' used outside of binding context. (block-scoped-var)
(#495) 'width' used outside of binding context. (block-scoped-var)
(#495) 'width' used outside of binding context. (block-scoped-var)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) 'height' used outside of binding context. (block-scoped-var)
(#496) 'height' used outside of binding context. (block-scoped-var)
(#496) 'height' used outside of binding context. (block-scoped-var)
(#496) 'height' used outside of binding context. (block-scoped-var)
(#496) 'height' used outside of binding context. (block-scoped-var)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Identifier 'd_conf' is not in camel case. (camelcase)
(#497) 'height' used outside of binding context. (block-scoped-var)
(#497) 'height' used outside of binding context. (block-scoped-var)
(#497) 'height' used outside of binding context. (block-scoped-var)
(#497) 'height' used outside of binding context. (block-scoped-var)
(#497) 'height' used outside of binding context. (block-scoped-var)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Comments should not begin with a lowercase character (capitalized-comments)
(#502) Expected space or tab after '//' in comment. (spaced-comment)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) 'width' used outside of binding context. (block-scoped-var)
(#503) 'width' used outside of binding context. (block-scoped-var)
(#503) 'width' used outside of binding context. (block-scoped-var)
(#503) 'width' used outside of binding context. (block-scoped-var)
(#503) 'width' used outside of binding context. (block-scoped-var)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) 'title' used outside of binding context. (block-scoped-var)
(#504) 'title' used outside of binding context. (block-scoped-var)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected space or tab after '//' in comment. (spaced-comment)
(#505) Comments should not begin with a lowercase character (capitalized-comments)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) 'width' used outside of binding context. (block-scoped-var)
(#506) 'width' used outside of binding context. (block-scoped-var)
(#506) 'width' used outside of binding context. (block-scoped-var)
(#506) 'width' used outside of binding context. (block-scoped-var)
(#506) 'width' used outside of binding context. (block-scoped-var)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) 'height' used outside of binding context. (block-scoped-var)
(#507) 'height' used outside of binding context. (block-scoped-var)
(#507) 'height' used outside of binding context. (block-scoped-var)
(#507) 'height' used outside of binding context. (block-scoped-var)
(#507) 'height' used outside of binding context. (block-scoped-var)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) Expected space or tab after '//' in comment. (spaced-comment)
(#515) Comments should not begin with a lowercase character (capitalized-comments)
(#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) 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) Comments should not begin with a lowercase character (capitalized-comments)
(#524) Expected space or tab after '//' in comment. (spaced-comment)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Comments should not begin with a lowercase character (capitalized-comments)
(#526) Expected space or tab after '//' in comment. (spaced-comment)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Unexpected space before function parentheses. (space-before-function-paren)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Comments should not begin with a lowercase character (capitalized-comments)
(#530) Expected space or tab after '//' in comment. (spaced-comment)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Expected space or tab after '//' in comment. (spaced-comment)
(#542) Comments should not begin with a lowercase character (capitalized-comments)
(#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) 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) Comments should not begin with a lowercase character (capitalized-comments)
(#551) Expected space or tab after '//' in comment. (spaced-comment)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Unexpected space before function parentheses. (space-before-function-paren)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Comments should not begin with a lowercase character (capitalized-comments)
(#555) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Comments should not begin with a lowercase character (capitalized-comments)
(#564) Expected space or tab after '//' in comment. (spaced-comment)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) Expected space or tab after '//' in comment. (spaced-comment)
(#572) Comments should not begin with a lowercase character (capitalized-comments)
(#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 space or tab after '//' in comment. (spaced-comment)
(#579) Comments should not begin with a lowercase character (capitalized-comments)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Comments should not begin with a lowercase character (capitalized-comments)
(#584) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 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) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) A space is required after ','. (comma-spacing)
(#597) Unexpected space before function parentheses. (space-before-function-paren)
(#597) A space is required after ','. (comma-spacing)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Extra space after key 'recordertype'. (key-spacing)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Unexpected space before function parentheses. (space-before-function-paren)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Missing JSDoc @returns for function. (valid-jsdoc)
(#602) Missing JSDoc parameter type for 'dateToFormat'. (valid-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Missing space before opening brace. (space-before-blocks)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Each then() should return a value or throw (promise/always-return)
(#629) Unexpected space before function parentheses. (space-before-function-paren)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Unexpected space before function parentheses. (space-before-function-paren)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Missing JSDoc parameter type for 'historyItem'. (valid-jsdoc)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) Unexpected space before function parentheses. (space-before-function-paren)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) Unexpected space before function parentheses. (space-before-function-paren)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Unexpected space before function parentheses. (space-before-function-paren)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Each then() should return a value or throw (promise/always-return)
(#656) Unexpected space before function parentheses. (space-before-function-paren)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Identifier 'ap_count' is not in camel case. (camelcase)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Unexpected space before function parentheses. (space-before-function-paren)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Identifier 'recorder_callback' is not in camel case. (camelcase)
(#678) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Comments should not begin with a lowercase character (capitalized-comments)
(#682) Expected space or tab after '//' in comment. (spaced-comment)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space or tab after '//' in comment. (spaced-comment)
(#690) Comments should not begin with a lowercase character (capitalized-comments)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Unexpected space before function parentheses. (space-before-function-paren)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space or tab after '//' in comment. (spaced-comment)
(#700) Comments should not begin with a lowercase character (capitalized-comments)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Line 701 exceeds the maximum line length of 132. (max-len)
(#701) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Unexpected alert. (no-alert)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Missing JSDoc parameter type for 'historyItem'. (valid-jsdoc)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Unexpected space before function parentheses. (space-before-function-paren)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Comments should not begin with a lowercase character (capitalized-comments)
(#749) Expected space or tab after '//' in comment. (spaced-comment)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Line 762 exceeds the maximum line length of 132. (max-len)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#767) Expected space or tab after '//' in comment. (spaced-comment)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Missing JSDoc parameter type for 'sourceurl'. (valid-jsdoc)
(#776) Missing JSDoc parameter type for 'sourcemimetype'. (valid-jsdoc)
(#776) Missing JSDoc parameter type for 'mediaurl'. (valid-jsdoc)
(#776) Missing JSDoc parameter type for 'mediafilename'. (valid-jsdoc)
(#776) Missing JSDoc @returns for function. (valid-jsdoc)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Line 791 exceeds the maximum line length of 132. (max-len)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#802) Missing JSDoc parameter type for 'template'. (valid-jsdoc)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Unexpected space before function parentheses. (space-before-function-paren)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Missing JSDoc @returns for function. (valid-jsdoc)
(#820) Missing JSDoc parameter type for 'sourcemimetype'. (valid-jsdoc)
(#820) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#820) Duplicate JSDoc parameter 'context'. (valid-jsdoc)
(#820) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#820) Missing JSDoc for parameter 'template'. (valid-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) 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) Missing JSDoc for parameter 'sourceurl'. (valid-jsdoc)
(#854) Missing JSDoc for parameter 'mediafilename'. (valid-jsdoc)
(#854) Missing JSDoc for parameter 'mediaurl'. (valid-jsdoc)
(#854) Missing JSDoc for parameter 'sourcemimetype'. (valid-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Unexpected space before function parentheses. (space-before-function-paren)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space or tab after '//' in comment. (spaced-comment)
(#864) Comments should not begin with a lowercase character (capitalized-comments)
(#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) Missing JSDoc comment. (require-jsdoc)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#895) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) 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

(109 errors, 4 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
(#35) Constant constants::APPID is not documented
(#37) Constant constants::REC_AUDIO is not documented
(#38) Constant constants::REC_VIDEO is not documented
(#40) Constant constants::SKIN_PLAIN is not documented
(#41) Constant constants::SKIN_BMR is not documented
(#42) Constant constants::SKIN_123 is not documented
(#43) Constant constants::SKIN_FRESH is not documented
(#44) Constant constants::SKIN_ONCE is not documented
(#46) Constant constants::LANG_ENUS is not documented
(#47) Constant constants::LANG_ENGB is not documented
(#48) Constant constants::LANG_ENAU is not documented
(#49) Constant constants::LANG_ESUS is not documented
(#50) Constant constants::LANG_FRCA is not documented
(#51) Constant constants::LANG_FRFR is not documented
(#52) Constant constants::LANG_ITIT is not documented
(#53) Constant constants::LANG_PTBR is not documented
(#54) Constant constants::LANG_KOKR is not documented
(#55) Constant constants::LANG_DEDE is not documented
(#56) Constant constants::LANG_HIIN is not documented
(#57) Constant constants::LANG_ENIN is not documented
(#58) Constant constants::LANG_ESES is not documented
(#60) Constant constants::LANG_ARAE is not documented
(#61) Constant constants::LANG_ARSA is not documented
(#62) Constant constants::LANG_ZHCN is not documented
(#63) Constant constants::LANG_NLNL is not documented
(#64) Constant constants::LANG_ENIE is not documented
(#65) Constant constants::LANG_ENWL is not documented
(#66) Constant constants::LANG_ENAB is not documented
(#67) Constant constants::LANG_FAIR is not documented
(#68) Constant constants::LANG_DECH is not documented
(#69) Constant constants::LANG_HEIL is not documented
(#70) Constant constants::LANG_IDID is not documented
(#71) Constant constants::LANG_JAJP is not documented
(#72) Constant constants::LANG_MSMY is not documented
(#73) Constant constants::LANG_PTPT is not documented
(#74) Constant constants::LANG_RURU is not documented
(#75) Constant constants::LANG_TAIN is not documented
(#76) Constant constants::LANG_TEIN is not documented
(#77) Constant constants::LANG_TRTR is not documented
(#79) Constant constants::INSERT_LINK is not documented
(#80) Constant constants::INSERT_TAGS is not documented
(#82) Constant constants::FALLBACK_UPLOAD is not documented
(#83) Constant constants::FALLBACK_IOSUPLOAD is not documented
(#84) Constant constants::FALLBACK_WARNING is not documented
(#86) Constant constants::CLASS_REC_CONTAINER is not documented
(#87) Constant constants::CLASS_REC_OUTER is not documented
(#88) Constant constants::ID_REC is not documented
(#89) Constant constants::ID_UPDATE_CONTROL is not documented
(#90) Constant constants::NAME_UPDATE_CONTROL is not documented
(#92) Constant constants::REGION_USEAST1 is not documented
(#93) Constant constants::REGION_TOKYO is not documented
(#94) Constant constants::REGION_DUBLIN is not documented
(#95) Constant constants::REGION_SYDNEY is not documented
(#96) Constant constants::REGION_OTTAWA is not documented
(#97) Constant constants::REGION_SAOPAULO is not documented
(#98) Constant constants::REGION_FRANKFURT is not documented
(#99) Constant constants::REGION_LONDON is not documented
(#100) Constant constants::REGION_SINGAPORE is not documented
(#101) Constant constants::REGION_MUMBAI is not documented
(#103) 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
(#53) Function utils::get_region_options is not documented
(#68) Function utils::get_expiredays_options is not documented
(#82) Function utils::get_lang_options is not documented
(#118) Function utils::get_insert_options is not documented
(#126) Function utils::can_transcribe is not documented
(#138) Function utils::curl_fetch is not documented
(#151) Function utils::fetch_token_for_display is not documented
(#208) 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/lib.php
(#114) Function atto_cloudpoodll_inplace_editable is not documented
(#34) Phpdocs for function atto_cloudpoodll_strings_for_js has incomplete parameters list
(#49) 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]


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, 10 warnings)

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

lib/editor/atto/plugins/cloudpoodll/templates/history.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%;"> <)