Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(805 errors, 319 warnings)

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

mod/lanebs/backup/moodle2/backup_lanebs_activity_task.class.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#58) The static declaration must come after the visibility declaration
(#61) Commas (,) must be followed by white space.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) No space found before comment text; expected "// Access a list of all links in a course" but found "//Access a list of all links in a course"
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// Access the link supplying a course module id" but found "//Access the link supplying a course module id"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// Access the link supplying an instance id" but found "//Access the link supplying an instance id"
mod/lanebs/backup/moodle2/backup_lanebs_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file backup_lanebs_stepslib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Missing docblock for function define_structure
(#33) Opening brace should be on the same line as the declaration
(#35) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Short array syntax must be used to define arrays
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
mod/lanebs/backup/moodle2/restore_lanebs_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file restore_lanebs_activity_task.class.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) The static declaration must come after the visibility declaration
(#55) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#66) The static declaration must come after the visibility declaration
(#67) Short array syntax must be used to define arrays
(#83) The static declaration must come after the visibility declaration
(#84) Short array syntax must be used to define arrays
(#103) The static declaration must come after the visibility declaration
(#104) Short array syntax must be used to define arrays
mod/lanebs/backup/moodle2/restore_lanebs_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file restore_lanebs_stepslib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#34) Missing docblock for function define_structure
(#36) Short array syntax must be used to define arrays
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Missing docblock for function process_lanebs
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Missing docblock for function after_execute
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
mod/lanebs/classes/HealthCheck/HealthCheck.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Invalid @category tag value "HealthCheck".
(#17) Docblock tag "@global" is not recommended.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) "require" must be immediately followed by an open parenthesis
(#20) Missing docblock for class HealthCheck
(#21) Opening brace should be on the same line as the declaration for class HealthCheck
(#27) Missing docblock for function __construct
(#28) Opening brace should be on the same line as the declaration
(#32) Missing docblock for function getPluginVersion
(#32) Public method name "HealthCheck::getPluginVersion" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#34) Variable "allPlugins" must be all lower-case
(#36) Variable "allPlugins" must be all lower-case
(#41) Missing docblock for function checkAllSystem
(#41) Public method name "HealthCheck::checkAllSystem" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#57) Missing docblock for function getOsType
(#57) Public method name "HealthCheck::getOsType" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#63) Missing docblock for function getMoodleVersion
(#63) Public method name "HealthCheck::getMoodleVersion" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#69) Missing docblock for function checkHostList
(#69) Public method name "HealthCheck::checkHostList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#79) Missing docblock for function checkServer
(#79) Protected method name "HealthCheck::checkServer" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#90) There should be a comma after the last array item in a multi-line array.
(#94) Missing docblock for function getToken
(#94) Public method name "HealthCheck::getToken" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#100) Missing docblock for function rawAuth
(#100) Public method name "HealthCheck::rawAuth" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#106) Missing docblock for function checkService
(#106) Public method name "HealthCheck::checkService" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#114) There should be a comma after the last array item in a multi-line array.
(#121) Missing docblock for function getServiceList
(#121) Protected method name "HealthCheck::getServiceList" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#124) "require" must be immediately followed by an open parenthesis
(#125) Inline doc block type-hinting for '$functions' does not match next code line 'return...'
(#128) File must end with a newline character
mod/lanebs/classes/HealthCheck/HealthCheckDto.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#20) Invalid @category tag value "HealthCheck".
(#29) Missing docblock for class HealthCheckDto
(#30) Opening brace should be on the same line as the declaration for class HealthCheckDto
(#39) Member variable "phpVersion" must be all lower-case
(#44) Member variable "moodleVersion" must be all lower-case
(#49) Member variable "osType" must be all lower-case
(#59) Member variable "listWsf" must be all lower-case
(#71) Missing docblock for function __construct
(#73) Variable "phpVersion" must be all lower-case
(#74) Variable "moodleVersion" must be all lower-case
(#75) Variable "osType" must be all lower-case
(#77) Variable "listWsf" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#83) Variable "phpVersion" must be all lower-case
(#84) Variable "moodleVersion" must be all lower-case
(#85) Variable "osType" must be all lower-case
(#87) Variable "listWsf" must be all lower-case
(#91) File must end with a newline character
mod/lanebs/classes/HealthCheck/HealthCheckFactory.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Invalid @category tag value "HealthCheck".
(#16) Docblock tag "@global" is not recommended.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) "require_once" must be immediately followed by an open parenthesis
(#19) Missing docblock for class HealthCheckFactory
(#20) Opening brace should be on the same line as the declaration for class HealthCheckFactory
(#21) Missing docblock for function create
(#22) Opening brace should be on the same line as the declaration
(#25) File must end with a newline character
mod/lanebs/classes/HealthCheck/HealthCheckInterface.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Invalid @category tag value "HealthCheck".
(#14) Missing docblock for interface HealthCheckInterface
(#15) Opening brace should be on the same line as the declaration for interface HealthCheckInterface
(#16) Missing docblock for function checkAllSystem
(#16) Public method name "HealthCheckInterface::checkAllSystem" must be in lower-case letters only
(#18) Missing docblock for function getOsType
(#18) Public method name "HealthCheckInterface::getOsType" must be in lower-case letters only
(#20) Missing docblock for function getMoodleVersion
(#20) Public method name "HealthCheckInterface::getMoodleVersion" must be in lower-case letters only
(#22) Missing docblock for function checkHostList
(#22) Public method name "HealthCheckInterface::checkHostList" must be in lower-case letters only
(#24) Missing docblock for function getToken
(#24) Public method name "HealthCheckInterface::getToken" must be in lower-case letters only
(#26) Missing docblock for function rawAuth
(#26) Public method name "HealthCheckInterface::rawAuth" must be in lower-case letters only
(#28) Missing docblock for function checkService
(#28) Public method name "HealthCheckInterface::checkService" must be in lower-case letters only
(#29) File must end with a newline character
mod/lanebs/classes/event/course_module_instance_list_viewed.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#12) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Short array syntax must be used to define arrays
(#34) There should be a comma after the last array item in a multi-line array.
(#39) Closing brace must be on a line by itself
mod/lanebs/classes/event/course_module_viewed.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#50) Short array syntax must be used to define arrays
(#52) There should be a comma after the last array item in a multi-line array.
(#69) Missing docblock for function get_objectid_mapping
(#70) Short array syntax must be used to define arrays
mod/lanebs/classes/output/health_check_renderer.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Invalid @category tag value "HealthCheck".
(#19) Missing docblock for class health_check_renderer
(#20) Opening brace should be on the same line as the declaration for class health_check_renderer
(#24) Member variable "titleTag" must be all lower-case
(#26) Missing docblock for function head
(#27) Opening brace should be on the same line as the declaration
(#31) Missing docblock for function index
(#32) Opening brace should be on the same line as the declaration
(#42) Missing docblock for function info
(#43) Opening brace should be on the same line as the declaration
(#54) Missing docblock for function getHostTable
(#54) Public method name "health_check_renderer::getHostTable" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#72) Missing docblock for function displayAuth
(#72) Public method name "health_check_renderer::displayAuth" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#77) There should be a comma after the last array item in a multi-line array.
(#84) There should be a comma after the last array item in a multi-line array.
(#94) Missing docblock for function servicesList
(#94) Public method name "health_check_renderer::servicesList" must be in lower-case letters only
(#94) Variable "servicesList" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#97) Variable "servicesList" must be all lower-case
(#105) File must end with a newline character
mod/lanebs/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#20) Incorrect @package tag for file provider.php. Expected mod_lanebs, found tool_availabilityconditions.
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#43) There must not be a space before the colon in a return type declaration
(#46) File must end with a newline character
mod/lanebs/constructor_externallib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#20) Incorrect @package tag for file constructor_externallib.php. Expected mod_lanebs, found local_constructor.
(#27) "require_once" must be immediately followed by an open parenthesis
(#36) Missing docblock for class mod_lanebs_constructor_external
(#37) Opening brace should be on the same line as the declaration for class mod_lanebs_constructor_external
(#39) Missing docblock for constant mod_lanebs_constructor_external::SERVICE_NAME
(#40) Missing docblock for constant mod_lanebs_constructor_external::LANEBS_MODULE
(#41) Missing docblock for constant mod_lanebs_constructor_external::QUIZ_MODULE
(#42) Missing docblock for constant mod_lanebs_constructor_external::DIR_MODULE
(#43) Missing docblock for constant mod_lanebs_constructor_external::AUTH_URL
(#44) Missing docblock for constant mod_lanebs_constructor_external::SCRIPT_URL
(#45) Missing docblock for constant mod_lanebs_constructor_external::LOG_URL
(#46) Missing docblock for constant mod_lanebs_constructor_external::SERVICE_USER
(#47) Missing docblock for constant mod_lanebs_constructor_external::BOOK_TYPE
(#48) Missing docblock for constant mod_lanebs_constructor_external::JOURNAL_TYPE
(#49) Missing docblock for constant mod_lanebs_constructor_external::VIDEO_TYPE
(#50) Missing member variable doc comment
(#51) Missing member variable doc comment
(#52) Missing member variable doc comment
(#52) Member variable "bookFolder" must be all lower-case
(#53) Missing member variable doc comment
(#53) Member variable "journalFolder" must be all lower-case
(#54) Missing member variable doc comment
(#54) Member variable "videoFolder" must be all lower-case
(#55) Missing member variable doc comment
(#55) Member variable "testingFolder" must be all lower-case
(#57) Missing docblock for function create_mod_lanebs_parameters
(#58) Opening brace should be on the same line as the declaration
(#60) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#70) Short array syntax must be used to define arrays
(#73) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#98) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#124) Missing docblock for function create_mod_lanebs
(#124) Variable "courseData" must be all lower-case
(#124) Variable "resourceData" must be all lower-case
(#125) Opening brace should be on the same line as the declaration
(#127) Variable "modId" must be all lower-case
(#128) Short array syntax must be used to define arrays
(#128) Variable "modId" must be all lower-case
(#129) Short array syntax must be used to define arrays
(#129) Variable "courseData" must be all lower-case
(#130) Variable "unityList" must be all lower-case
(#130) Variable "courseData" must be all lower-case
(#132) Short array syntax must be used to define arrays
(#133) Short array syntax must be used to define arrays
(#134) There should be a comma after the last array item in a multi-line array.
(#137) Variable "lanModule" must be all lower-case
(#137) Short array syntax must be used to define arrays
(#138) Variable "dirModule" must be all lower-case
(#138) Short array syntax must be used to define arrays
(#139) Short array syntax must be used to define arrays
(#140) Short array syntax must be used to define arrays
(#142) Variable "lanebsFolder" must be all lower-case
(#142) Variable "courseData" must be all lower-case
(#142) Variable "dirModule" must be all lower-case
(#143) Variable "lanebsFolder" must be all lower-case
(#144) Variable "dirModule" must be all lower-case
(#144) Variable "courseData" must be all lower-case
(#147) Variable "courseData" must be all lower-case
(#147) Variable "dirModule" must be all lower-case
(#147) Variable "courseData" must be all lower-case
(#150) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#155) Variable "resourceData" must be all lower-case
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Variable "resourceData" must be all lower-case
(#160) Variable "courseData" must be all lower-case
(#160) Variable "lanModule" must be all lower-case
(#179) Short array syntax must be used to define arrays
(#180) Short array syntax must be used to define arrays
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Variable "resourceData" must be all lower-case
(#189) Variable "resourceData" must be all lower-case
(#192) Variable "courseData" must be all lower-case
(#192) Variable "lanModule" must be all lower-case
(#208) Short array syntax must be used to define arrays
(#209) Short array syntax must be used to define arrays
(#216) Variable "unityList" must be all lower-case
(#217) Variable "unityList" must be all lower-case
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Variable "resourceData" must be all lower-case
(#221) Variable "resourceData" must be all lower-case
(#223) Variable "courseData" must be all lower-case
(#223) Variable "lanModule" must be all lower-case
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Variable "videoFolder" must be all lower-case
(#227) Variable "courseData" must be all lower-case
(#232) Variable "lanVideo" must be all lower-case
(#232) Short array syntax must be used to define arrays
(#234) Variable "videoId" must be all lower-case
(#235) Variable "videoId" must be all lower-case
(#235) Variable "videoId" must be all lower-case
(#237) Variable "lanVideo" must be all lower-case
(#237) Short array syntax must be used to define arrays
(#241) Variable "videoId" must be all lower-case
(#242) There should be a comma after the last array item in a multi-line array.
(#245) Variable "lanVideo" must be all lower-case
(#249) Short array syntax must be used to define arrays
(#250) Short array syntax must be used to define arrays
(#256) Variable "unityList" must be all lower-case
(#257) Short array syntax must be used to define arrays
(#258) There should be a comma after the last array item in a multi-line array.
(#262) Missing docblock for function create_mod_quiz_returns
(#263) Opening brace should be on the same line as the declaration
(#265) Short array syntax must be used to define arrays
(#266) There should be a comma after the last array item in a multi-line array.
(#271) Missing docblock for function create_mod_quiz_parameters
(#272) Opening brace should be on the same line as the declaration
(#273) Short array syntax must be used to define arrays
(#275) Short array syntax must be used to define arrays
(#278) There should be a comma after the last array item in a multi-line array.
(#283) Short array syntax must be used to define arrays
(#293) There should be a comma after the last array item in a multi-line array.
(#297) Missing docblock for function create_mod_quiz
(#297) Variable "courseData" must be all lower-case
(#297) Variable "testData" must be all lower-case
(#298) Opening brace should be on the same line as the declaration
(#300) Short array syntax must be used to define arrays
(#300) Variable "courseData" must be all lower-case
(#302) Short array syntax must be used to define arrays
(#303) Short array syntax must be used to define arrays
(#304) There should be a comma after the last array item in a multi-line array.
(#307) Short array syntax must be used to define arrays
(#308) Short array syntax must be used to define arrays
(#309) Variable "dirModule" must be all lower-case
(#309) Short array syntax must be used to define arrays
(#310) Variable "courseData" must be all lower-case
(#311) Variable "testingFolder" must be all lower-case
(#311) Variable "courseData" must be all lower-case
(#313) Variable "testingFolder" must be all lower-case
(#313) Variable "dirModule" must be all lower-case
(#313) Variable "courseData" must be all lower-case
(#317) Short array syntax must be used to define arrays
(#318) Short array syntax must be used to define arrays
(#322) Variable "testData" must be all lower-case
(#324) Variable "courseData" must be all lower-case
(#326) Variable "newQuiz" must be all lower-case
(#327) Variable "quizContext" must be all lower-case
(#327) Short array syntax must be used to define arrays
(#327) Variable "newQuiz" must be all lower-case
(#328) Variable "quizContext" must be all lower-case
(#328) Variable "quizContext" must be all lower-case
(#329) Short array syntax must be used to define arrays
(#329) Variable "quizContext" must be all lower-case
(#330) Variable "newQuiz" must be all lower-case
(#333) Variable "qIds" must be all lower-case
(#335) Variable "qIds" must be all lower-case
(#336) Variable "newQuiz" must be all lower-case
(#339) Variable "randomCount" must be all lower-case
(#340) Variable "newQuiz" must be all lower-case
(#340) Variable "randomCount" must be all lower-case
(#343) Short array syntax must be used to define arrays
(#344) Short array syntax must be used to define arrays
(#350) Short array syntax must be used to define arrays
(#355) Missing docblock for function create_mod_lanebs_returns
(#356) Opening brace should be on the same line as the declaration
(#358) Short array syntax must be used to define arrays
(#359) There should be a comma after the last array item in a multi-line array.
(#364) Missing docblock for function get_service_token_parameters
(#365) Opening brace should be on the same line as the declaration
(#366) Short array syntax must be used to define arrays
(#369) Missing docblock for function get_service_token
(#370) Opening brace should be on the same line as the declaration
(#372) Short array syntax must be used to define arrays
(#373) Short array syntax must be used to define arrays
(#375) Variable "tokenUser" must be all lower-case
(#375) Short array syntax must be used to define arrays
(#376) Variable "tokenUser" must be all lower-case
(#379) Short array syntax must be used to define arrays
(#379) Variable "tokenUser" must be all lower-case
(#379) Line exceeds 132 characters; contains 134 characters
(#399) Short array syntax must be used to define arrays
(#402) Missing docblock for function get_service_token_returns
(#403) Opening brace should be on the same line as the declaration
(#405) Short array syntax must be used to define arrays
(#406) There should be a comma after the last array item in a multi-line array.
(#411) Missing docblock for function get_subscriber_token_parameters
(#412) Opening brace should be on the same line as the declaration
(#413) Short array syntax must be used to define arrays
(#416) Missing docblock for function get_subscriber_token
(#417) Opening brace should be on the same line as the declaration
(#420) Short array syntax must be used to define arrays
(#421) Short array syntax must be used to define arrays
(#423) Short array syntax must be used to define arrays
(#424) Short array syntax must be used to define arrays
(#427) Missing docblock for function get_subscriber_token_returns
(#428) Opening brace should be on the same line as the declaration
(#430) Short array syntax must be used to define arrays
(#431) There should be a comma after the last array item in a multi-line array.
(#436) Missing docblock for function get_reader_token_parameters
(#437) Opening brace should be on the same line as the declaration
(#439) Short array syntax must be used to define arrays
(#445) Missing docblock for function get_reader_token
(#445) Variable "subscriberToken" must be all lower-case
(#446) Opening brace should be on the same line as the declaration
(#448) Short array syntax must be used to define arrays
(#452) Line exceeds 132 characters; contains 143 characters
(#454) Short array syntax must be used to define arrays
(#454) Short array syntax must be used to define arrays
(#454) Variable "subscriberToken" must be all lower-case
(#455) Variable "authUrl" must be all lower-case
(#456) Variable "authUrl" must be all lower-case
(#459) Short array syntax must be used to define arrays
(#460) Short array syntax must be used to define arrays
(#462) Short array syntax must be used to define arrays
(#463) Short array syntax must be used to define arrays
(#466) Missing docblock for function get_reader_token_returns
(#467) Opening brace should be on the same line as the declaration
(#469) Short array syntax must be used to define arrays
(#470) There should be a comma after the last array item in a multi-line array.
(#475) Missing docblock for function get_script_names_parameters
(#476) Opening brace should be on the same line as the declaration
(#477) Short array syntax must be used to define arrays
(#480) Missing docblock for function get_script_names
(#481) Opening brace should be on the same line as the declaration
(#483) Short array syntax must be used to define arrays
(#487) Line exceeds 132 characters; contains 143 characters
(#489) Variable "scriptUrl" must be all lower-case
(#490) Short array syntax must be used to define arrays
(#492) There should be a comma after the last array item in a multi-line array.
(#494) Variable "scriptUrl" must be all lower-case
(#497) Short array syntax must be used to define arrays
(#499) Short array syntax must be used to define arrays
(#501) Short array syntax must be used to define arrays
(#504) Missing docblock for function get_script_names_returns
(#505) Opening brace should be on the same line as the declaration
(#507) Short array syntax must be used to define arrays
(#508) There should be a comma after the last array item in a multi-line array.
(#513) Missing docblock for function send_log_parameters
(#514) Opening brace should be on the same line as the declaration
(#515) Short array syntax must be used to define arrays
(#517) Short array syntax must be used to define arrays
(#524) There should be a comma after the last array item in a multi-line array.
(#526) There should be a comma after the last array item in a multi-line array.
(#530) Missing docblock for function send_log
(#531) Opening brace should be on the same line as the declaration
(#533) Short array syntax must be used to define arrays
(#536) Missing docblock for function send_log_returns
(#537) Opening brace should be on the same line as the declaration
(#539) Short array syntax must be used to define arrays
(#540) There should be a comma after the last array item in a multi-line array.
(#544) File must end with a newline character
mod/lanebs/db/access.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#12) Short array syntax must be used to define arrays
(#13) Short array syntax must be used to define arrays
(#17) Short array syntax must be used to define arrays
(#19) There should be a comma after the last array item in a multi-line array.
(#22) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#28) There should be a comma after the last array item in a multi-line array.
(#30) There should be a comma after the last array item in a multi-line array.
(#32) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#41) File must end with a newline character
mod/lanebs/db/install.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/lanebs/db/services.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file services.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Short array syntax must be used to define arrays
(#3) Short array syntax must be used to define arrays
(#4) Short array syntax must be used to define arrays
(#4) Line exceeds maximum limit of 180 characters; contains 229 characters
(#12) Short array syntax must be used to define arrays
(#13) Short array syntax must be used to define arrays
(#13) Line exceeds maximum limit of 180 characters; contains 243 characters
(#23) Short array syntax must be used to define arrays
(#24) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#32) There should be a comma after the last array item in a multi-line array.
(#34) Short array syntax must be used to define arrays
(#41) Short array syntax must be used to define arrays
(#42) There should be a comma after the last array item in a multi-line array.
(#44) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#84) Short array syntax must be used to define arrays
(#91) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#101) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#124) Short array syntax must be used to define arrays
(#131) Short array syntax must be used to define arrays
(#134) Short array syntax must be used to define arrays
(#141) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#154) Short array syntax must be used to define arrays
(#161) Short array syntax must be used to define arrays
(#164) Short array syntax must be used to define arrays
(#171) Short array syntax must be used to define arrays
(#174) File must end with a newline character
mod/lanebs/db/uninstall.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#21) Invalid @category tag value "uninstall".
(#28) "require_once" must be immediately followed by an open parenthesis
(#34) Short array syntax must be used to define arrays
(#35) There should be a comma after the last array item in a multi-line array.
mod/lanebs/db/upgrade.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#74) This comment is 60% valid code; is this commented out code?
mod/lanebs/external_fork.php
(#1) No one-line description found in phpdocs for docblock of file external_fork.php
(#1) DocBlock missing a @package tag for file external_fork.php. Expected @package mod_lanebs
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Missing @copyright tag
(#3) Missing @license tag
(#4) Docblock tag "@global" is not recommended.
(#6) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) This comment is 64% valid code; is this commented out code?
(#7) Line indented incorrectly; expected at least 4 spaces, found 0
(#7) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#21) File must end with a newline character
mod/lanebs/externallib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#27) "require_once" must be immediately followed by an open parenthesis
(#33) Missing docblock for class mod_lanebs_external
(#34) Opening brace should be on the same line as the declaration for class mod_lanebs_external
(#36) Missing member variable doc comment
(#36) Member variable "subscribeToken" must be all lower-case
(#37) Missing member variable doc comment
(#37) Member variable "readerToken" must be all lower-case
(#38) Missing member variable doc comment
(#38) Member variable "authUrl" must be all lower-case
(#39) Missing docblock for constant mod_lanebs_external::SORT_CREATE_DESC
(#47) Opening brace should be on the same line as the declaration
(#49) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#72) No one-line description found in phpdocs for docblock of function search_books
(#72) Variable "searchParam" must be all lower-case
(#72) Variable "catId" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#75) Variable "readerToken" must be all lower-case
(#78) Variable "subscribeToken" must be all lower-case
(#80) Short array syntax must be used to define arrays
(#81) Variable "baseUrl" must be all lower-case
(#82) Variable "baseUrl" must be all lower-case
(#83) Variable "searchParam" must be all lower-case
(#83) Variable "searchParam" must be all lower-case
(#84) Variable "searchParam" must be all lower-case
(#86) Variable "baseUrl" must be all lower-case
(#88) Variable "searchParam" must be all lower-case
(#88) Variable "searchParam" must be all lower-case
(#89) Variable "searchParam" must be all lower-case
(#91) Variable "searchParam" must be all lower-case
(#92) Variable "searchParam" must be all lower-case
(#94) Variable "catId" must be all lower-case
(#94) Variable "catId" must be all lower-case
(#95) Variable "catId" must be all lower-case
(#99) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#105) Variable "subscribeToken" must be all lower-case
(#106) Variable "readerToken" must be all lower-case
(#106) There should be a comma after the last array item in a multi-line array.
(#110) Short array syntax must be used to define arrays
(#111) There should be a comma after the last array item in a multi-line array.
(#121) Short array syntax must be used to define arrays
(#127) Missing docblock for function book_content
(#128) Opening brace should be on the same line as the declaration
(#130) Variable "readerToken" must be all lower-case
(#133) Variable "subscribeToken" must be all lower-case
(#136) Short array syntax must be used to define arrays
(#140) Line exceeds 132 characters; contains 151 characters
(#142) Short array syntax must be used to define arrays
(#143) Short array syntax must be used to define arrays
(#143) Variable "subscribeToken" must be all lower-case
(#144) Variable "readerToken" must be all lower-case
(#144) There should be a comma after the last array item in a multi-line array.
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) This comment is 48% valid code; is this commented out code?
(#147) No space found before comment text; expected "// $readerUrl = get_lanebs_config('reader_url'). '/old/book/'. $id . '?moodle=1';" but found "//$readerUrl = get_lanebs_config('reader_url'). '/old/book/'. $id . '?moodle=1';"
(#148) Short array syntax must be used to define arrays
(#149) There should be a comma after the last array item in a multi-line array.
(#149) Variable "readerToken" must be all lower-case
(#153) Missing docblock for function book_content_parameters
(#154) Opening brace should be on the same line as the declaration
(#156) Short array syntax must be used to define arrays
(#158) There should be a comma after the last array item in a multi-line array.
(#163) Missing docblock for function book_content_returns
(#164) Opening brace should be on the same line as the declaration
(#166) Short array syntax must be used to define arrays
(#172) Missing docblock for function category_tree_parameters
(#173) Opening brace should be on the same line as the declaration
(#175) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#177) There should be a comma after the last array item in a multi-line array.
(#182) Missing docblock for function category_tree
(#182) Variable "categoryId" must be all lower-case
(#183) Opening brace should be on the same line as the declaration
(#186) Variable "readerToken" must be all lower-case
(#189) Variable "subscribeToken" must be all lower-case
(#192) Short array syntax must be used to define arrays
(#196) Line exceeds 132 characters; contains 151 characters
(#198) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#199) Variable "subscribeToken" must be all lower-case
(#200) Variable "readerToken" must be all lower-case
(#200) There should be a comma after the last array item in a multi-line array.
(#203) Variable "categoryId" must be all lower-case
(#203) Variable "categoryId" must be all lower-case
(#204) Variable "baseUrl" must be all lower-case
(#205) Variable "categoryId" must be all lower-case
(#205) Variable "categoryId" must be all lower-case
(#205) Variable "categoryId" must be all lower-case
(#206) Variable "baseUrl" must be all lower-case
(#208) Expected "} else {\n"; found "}\n else {\n"
(#209) Variable "baseUrl" must be all lower-case
(#209) Variable "categoryId" must be all lower-case
(#212) Short array syntax must be used to define arrays
(#213) There should be a comma after the last array item in a multi-line array.
(#217) Missing docblock for function category_tree_returns
(#218) Opening brace should be on the same line as the declaration
(#220) Short array syntax must be used to define arrays
(#226) Missing docblock for function auth_parameters
(#227) Opening brace should be on the same line as the declaration
(#228) Short array syntax must be used to define arrays
(#231) Missing docblock for function auth
(#232) Opening brace should be on the same line as the declaration
(#234) Variable "subscribeToken" must be all lower-case
(#237) Short array syntax must be used to define arrays
(#241) Line exceeds 132 characters; contains 150 characters
(#244) Short array syntax must be used to define arrays
(#245) Short array syntax must be used to define arrays
(#246) Variable "subscribeToken" must be all lower-case
(#248) Variable "authUrl" must be all lower-case
(#248) Variable "authUrl" must be all lower-case
(#249) Variable "authUrl" must be all lower-case
(#255) Expected "} else {\n"; found "}\n else {\n"
(#258) Short array syntax must be used to define arrays
(#261) Missing docblock for function auth_returns
(#262) Opening brace should be on the same line as the declaration
(#264) Short array syntax must be used to define arrays
(#265) There should be a comma after the last array item in a multi-line array.
(#270) Missing docblock for function lanebs_info_parameters
(#271) Opening brace should be on the same line as the declaration
(#273) Short array syntax must be used to define arrays
(#274) There should be a comma after the last array item in a multi-line array.
(#279) Missing docblock for function lanebs_info
(#280) Opening brace should be on the same line as the declaration
(#282) Short array syntax must be used to define arrays
(#288) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#297) Short array syntax must be used to define arrays
(#299) Short array syntax must be used to define arrays
(#304) Missing docblock for function lanebs_info_returns
(#305) Opening brace should be on the same line as the declaration
(#307) Short array syntax must be used to define arrays
(#313) Missing docblock for function toc_name_parameters
(#314) Opening brace should be on the same line as the declaration
(#316) Short array syntax must be used to define arrays
(#323) Missing docblock for function toc_name
(#324) Opening brace should be on the same line as the declaration
(#326) Variable "readerToken" must be all lower-case
(#329) Variable "subscribeToken" must be all lower-case
(#332) Short array syntax must be used to define arrays
(#336) Line exceeds 132 characters; contains 151 characters
(#338) Short array syntax must be used to define arrays
(#339) Short array syntax must be used to define arrays
(#339) Variable "subscribeToken" must be all lower-case
(#340) Variable "readerToken" must be all lower-case
(#340) There should be a comma after the last array item in a multi-line array.
(#343) Variable "readerUrl" must be all lower-case
(#344) Variable "readerUrl" must be all lower-case
(#346) Variable "tocName" must be all lower-case
(#346) Short array syntax must be used to define arrays
(#352) Variable "tocId" must be all lower-case
(#354) Variable "tocName" must be all lower-case
(#358) Variable "tocId" must be all lower-case
(#358) Expected 1 space before "+"; 0 found
(#358) Expected 1 space after "+"; 0 found
(#358) Variable "tocId" must be all lower-case
(#358) Expected 1 space before "+"; 0 found
(#358) Expected 1 space after "+"; 0 found
(#359) Variable "tocName" must be all lower-case
(#363) Variable "tocId" must be all lower-case
(#363) Expected 1 space before "+"; 0 found
(#363) Expected 1 space after "+"; 0 found
(#364) Variable "tocName" must be all lower-case
(#369) Variable "tocName" must be all lower-case
(#371) Short array syntax must be used to define arrays
(#372) Variable "tocName" must be all lower-case
(#372) There should be a comma after the last array item in a multi-line array.
(#376) Missing docblock for function toc_name_returns
(#377) Opening brace should be on the same line as the declaration
(#379) Short array syntax must be used to define arrays
(#380) There should be a comma after the last array item in a multi-line array.
(#385) Missing docblock for function toc_videos_parameters
(#386) Opening brace should be on the same line as the declaration
(#388) Short array syntax must be used to define arrays
(#394) Missing docblock for function toc_videos
(#395) Opening brace should be on the same line as the declaration
(#397) Variable "readerToken" must be all lower-case
(#400) Variable "subscribeToken" must be all lower-case
(#403) Short array syntax must be used to define arrays
(#407) Line exceeds 132 characters; contains 151 characters
(#409) Short array syntax must be used to define arrays
(#410) Short array syntax must be used to define arrays
(#410) Variable "subscribeToken" must be all lower-case
(#411) Variable "readerToken" must be all lower-case
(#411) There should be a comma after the last array item in a multi-line array.
(#414) Variable "readerUrl" must be all lower-case
(#415) Variable "readerUrl" must be all lower-case
(#417) Variable "formatItems" must be all lower-case
(#417) Short array syntax must be used to define arrays
(#420) Variable "formatItems" must be all lower-case
(#420) Short array syntax must be used to define arrays
(#425) There should be a comma after the last array item in a multi-line array.
(#429) Short array syntax must be used to define arrays
(#430) Variable "formatItems" must be all lower-case
(#430) There should be a comma after the last array item in a multi-line array.
(#434) Missing docblock for function toc_videos_returns
(#435) Opening brace should be on the same line as the declaration
(#437) Short array syntax must be used to define arrays
(#438) There should be a comma after the last array item in a multi-line array.
(#443) Missing docblock for function video_stat_returns
(#444) Opening brace should be on the same line as the declaration
(#446) Short array syntax must be used to define arrays
(#447) There should be a comma after the last array item in a multi-line array.
(#452) Missing docblock for function video_stat
(#452) Variable "bookId" must be all lower-case
(#452) Variable "videoId" must be all lower-case
(#453) Opening brace should be on the same line as the declaration
(#456) Variable "readerToken" must be all lower-case
(#459) Variable "subscribeToken" must be all lower-case
(#461) Short array syntax must be used to define arrays
(#465) Line exceeds 132 characters; contains 150 characters
(#466) Variable "readerToken" must be all lower-case
(#470) Variable "profileUrl" must be all lower-case
(#471) Variable "profileUrl" must be all lower-case
(#471) Short array syntax must be used to define arrays
(#471) Variable "bookId" must be all lower-case
(#471) Variable "videoId" must be all lower-case
(#472) Short array syntax must be used to define arrays
(#473) There should be a comma after the last array item in a multi-line array.
(#477) Missing docblock for function video_stat_parameters
(#478) Opening brace should be on the same line as the declaration
(#480) Short array syntax must be used to define arrays
(#487) Missing docblock for function regexReplace
(#487) Public method name "mod_lanebs_external::regexReplace" must be in lower-case letters only
(#488) Opening brace should be on the same line as the declaration
(#489) Variable "readerUrl" must be all lower-case
(#490) Variable "patternHref" must be all lower-case
(#491) Variable "replaceHref" must be all lower-case
(#491) Variable "readerUrl" must be all lower-case
(#492) Variable "patternSrc" must be all lower-case
(#493) Variable "replaceSrc" must be all lower-case
(#493) Variable "readerUrl" must be all lower-case
(#494) Variable "patternImg" must be all lower-case
(#495) Variable "replaceImg" must be all lower-case
(#496) Variable "patternImg" must be all lower-case
(#496) Variable "replaceImg" must be all lower-case
(#497) Variable "patternHref" must be all lower-case
(#497) Variable "replaceHref" must be all lower-case
(#498) Variable "patternSrc" must be all lower-case
(#498) Variable "replaceSrc" must be all lower-case
(#501) File must end with a newline character
mod/lanebs/health_check.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Invalid @category tag value "health_check".
(#17) Docblock tag "@global" is not recommended.
(#18) Docblock tag "@global" is not recommended.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) "include" must be immediately followed by an open parenthesis
(#20) File is being unconditionally included; use "require" instead
(#21) "require_once" must be immediately followed by an open parenthesis
mod/lanebs/index.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#31) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#37) There should be a comma after the last array item in a multi-line array.
(#40) Short array syntax must be used to define arrays
(#55) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
(#84) Logical operator "or" is prohibited; use "||" instead
(#85) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
mod/lanebs/lang/en/lanebs.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#112) File must end with a newline character
mod/lanebs/lang/ru/lanebs.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#112) File must end with a newline character
mod/lanebs/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#119) Line exceeds 132 characters; contains 144 characters
(#121) Short array syntax must be used to define arrays
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#123) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#133) Line exceeds maximum limit of 180 characters; contains 218 characters
(#147) Opening brace should be on the same line as the declaration
(#149) Variable "userEmail" must be all lower-case
(#150) Variable "systemContext" must be all lower-case
(#151) Variable "systemContext" must be all lower-case
(#157) Variable "webserviceUser" must be all lower-case
(#157) Variable "userEmail" must be all lower-case
(#159) Variable "webserviceUser" must be all lower-case
(#159) Short array syntax must be used to define arrays
(#159) Variable "userEmail" must be all lower-case
(#161) Variable "webserviceUser" must be all lower-case
(#162) Short array syntax must be used to define arrays
(#173) Variable "webserviceUser" must be all lower-case
(#173) Short array syntax must be used to define arrays
(#175) Variable "wsName" must be all lower-case
(#176) Variable "wsroleId" must be all lower-case
(#176) Short array syntax must be used to define arrays
(#176) Variable "wsName" must be all lower-case
(#177) Variable "wsroleId" must be all lower-case
(#178) Variable "wsroleId" must be all lower-case
(#178) Variable "wsroleId" must be all lower-case
(#180) Variable "wsroleId" must be all lower-case
(#180) Variable "wsName" must be all lower-case
(#182) Variable "wsroleId" must be all lower-case
(#183) Variable "wsroleId" must be all lower-case
(#183) Variable "systemContext" must be all lower-case
(#184) Variable "wsroleId" must be all lower-case
(#184) Variable "systemContext" must be all lower-case
(#185) Variable "wsroleId" must be all lower-case
(#185) Variable "systemContext" must be all lower-case
(#186) Variable "wsroleId" must be all lower-case
(#186) Variable "systemContext" must be all lower-case
(#187) Variable "wsroleId" must be all lower-case
(#187) Variable "systemContext" must be all lower-case
(#188) Variable "wsroleId" must be all lower-case
(#188) Variable "webserviceUser" must be all lower-case
(#188) Variable "systemContext" must be all lower-case
(#190) Variable "webserviceManager" must be all lower-case
(#191) Variable "webserviceManager" must be all lower-case
(#193) Variable "webserviceManager" must be all lower-case
(#198) Variable "webserviceManager" must be all lower-case
(#199) Variable "authUser" must be all lower-case
(#199) Variable "webserviceManager" must be all lower-case
(#199) Variable "webserviceUser" must be all lower-case
(#200) Variable "authUser" must be all lower-case
(#201) Variable "webserviceManager" must be all lower-case
(#201) Variable "webserviceUser" must be all lower-case
(#203) Variable "webserviceManager" must be all lower-case
(#203) Variable "webserviceUser" must be all lower-case
(#206) Variable "webserviceUser" must be all lower-case
(#206) Variable "systemContext" must be all lower-case
(#208) Expected "} else {\n"; found "}\n else {\n"
(#209) Variable "webserviceUser" must be all lower-case
(#209) Variable "systemContext" must be all lower-case
(#215) Missing docblock for function install_permissions
(#216) Opening brace should be on the same line as the declaration
(#218) Variable "userEmail" must be all lower-case
(#219) Variable "systemContext" must be all lower-case
(#220) Variable "systemContext" must be all lower-case
(#222) Variable "webserviceUser" must be all lower-case
(#222) Variable "userEmail" must be all lower-case
(#224) Variable "webserviceUser" must be all lower-case
(#224) Short array syntax must be used to define arrays
(#224) Variable "userEmail" must be all lower-case
(#226) Variable "systemContext" must be all lower-case
(#226) Variable "webserviceUser" must be all lower-case
(#227) Variable "wsName" must be all lower-case
(#228) Variable "wsroleId" must be all lower-case
(#228) Short array syntax must be used to define arrays
(#228) Variable "wsName" must be all lower-case
(#229) Variable "wsroleId" must be all lower-case
(#230) Variable "wsroleId" must be all lower-case
(#230) Variable "systemContext" must be all lower-case
(#231) Variable "wsroleId" must be all lower-case
(#231) Variable "systemContext" must be all lower-case
(#232) Variable "wsroleId" must be all lower-case
(#232) Variable "systemContext" must be all lower-case
(#233) Variable "wsroleId" must be all lower-case
(#233) Variable "systemContext" must be all lower-case
(#234) Variable "wsroleId" must be all lower-case
(#234) Variable "systemContext" must be all lower-case
(#238) Missing docblock for function getLanebs
(#238) function name "getLanebs" must be lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#244) Short array syntax must be used to define arrays
(#262) Short array syntax must be used to define arrays
(#268) Missing docblock for function getQuiz
(#268) function name "getQuiz" must be lower-case letters only
(#268) Variable "quizData" must be all lower-case
(#269) Opening brace should be on the same line as the declaration
(#274) Variable "quizData" must be all lower-case
(#276) Variable "quizData" must be all lower-case
(#282) Variable "quizData" must be all lower-case
(#283) Variable "quizData" must be all lower-case
(#283) Expected 1 space before "*"; 0 found
(#283) Expected 1 space after "*"; 0 found
(#283) Expected 1 space before "/"; 0 found
(#283) Expected 1 space after "/"; 0 found
(#284) Variable "quizData" must be all lower-case
(#303) Missing docblock for function importQuestions
(#303) function name "importQuestions" must be lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) This comment is 80% valid code; is this commented out code?
(#307) No space found before comment text; expected "// $qformat->setCatfromfile(false);" but found "//$qformat->setCatfromfile(false);"
(#308) No space found before comment text; expected "// $qformat->setContexts($contexts);" but found "//$qformat->setContexts($contexts);"
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) This comment is 86% valid code; is this commented out code?
(#310) No space found before comment text; expected "// $qformat->setContextfromfile(true);" but found "//$qformat->setContextfromfile(true);"
(#317) Missing docblock for function createFolder
(#317) function name "createFolder" must be lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#351) Missing docblock for function send_logs
(#352) Opening brace should be on the same line as the declaration
(#358) Short array syntax must be used to define arrays
(#362) Line exceeds 132 characters; contains 146 characters
(#369) Missing docblock for function send_stat
(#370) Opening brace should be on the same line as the declaration
(#376) Short array syntax must be used to define arrays
(#380) Line exceeds 132 characters; contains 146 characters
(#387) Missing docblock for function get_course_creator
(#388) Opening brace should be on the same line as the declaration
(#390) Short array syntax must be used to define arrays
(#391) Short array syntax must be used to define arrays
(#406) Missing docblock for function get_lanebs_config
(#407) Opening brace should be on the same line as the declaration
(#409) "require" must be immediately followed by an open parenthesis
(#413) Missing docblock for function create_unity_list
(#414) Opening brace should be on the same line as the declaration
(#416) Variable "listName" must be all lower-case
(#417) Short array syntax must be used to define arrays
(#417) Variable "listName" must be all lower-case
(#419) Short array syntax must be used to define arrays
(#425) Variable "modulePage" must be all lower-case
(#425) Short array syntax must be used to define arrays
(#425) Line exceeds 132 characters; contains 165 characters
(#426) Variable "modulePage" must be all lower-case
(#441) Variable "listName" must be all lower-case
(#453) Short array syntax must be used to define arrays
(#457) Variable "contentType" must be all lower-case
(#458) Variable "contentType" must be all lower-case
(#461) Variable "pCount" must be all lower-case
(#461) Expected 1 space before "+"; 0 found
(#461) Expected 1 space after "+"; 0 found
(#462) Variable "newElements" must be all lower-case
(#462) Short array syntax must be used to define arrays
(#463) Variable "biblioRecords" must be all lower-case
(#463) Short array syntax must be used to define arrays
(#465) Variable "biblioRecords" must be all lower-case
(#467) Variable "biblioRecords" must be all lower-case
(#467) Variable "biblioRecords" must be all lower-case
(#468) Variable "biblioRecords" must be all lower-case
(#468) Variable "biblioRecord" must be all lower-case
(#472) Variable "biblioRecord" must be all lower-case
(#472) Variable "biblioRecord" must be all lower-case
(#473) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#478) Variable "biblioRecord" must be all lower-case
(#479) Line exceeds 132 characters; contains 166 characters
(#479) Inline comments must start with a capital letter, digit or 3-dots sequence
(#479) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Variable "newElements" must be all lower-case
(#480) Variable "pCount" must be all lower-case
(#486) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#492) Variable "newElements" must be all lower-case
(#492) Variable "pCount" must be all lower-case
(#495) Variable "newElements" must be all lower-case
(#505) Missing docblock for function check_module_exist
(#505) Variable "moduleObj" must be all lower-case
(#505) Variable "moduleName" must be all lower-case
(#506) Opening brace should be on the same line as the declaration
(#508) Variable "courseSection" must be all lower-case
(#508) Short array syntax must be used to define arrays
(#509) Short array syntax must be used to define arrays
(#509) Variable "courseSection" must be all lower-case
(#509) Variable "moduleObj" must be all lower-case
(#509) Line exceeds 132 characters; contains 170 characters
(#511) Variable "moduleObj" must be all lower-case
(#511) Short array syntax must be used to define arrays
(#512) Variable "moduleName" must be all lower-case
(#512) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#517) File must end with a newline character
mod/lanebs/mod_form.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#38) Opening brace should be on the same line as the declaration for class mod_lanebs_mod_form
(#40) Missing docblock for function definition
(#41) Opening brace should be on the same line as the declaration
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "baseUrl" must be all lower-case
(#61) Short array syntax must be used to define arrays
(#61) Variable "baseUrl" must be all lower-case
(#66) Short array syntax must be used to define arrays
(#66) Variable "baseUrl" must be all lower-case
(#69) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#75) Short array syntax must be used to define arrays
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 163 characters
(#101) Short array syntax must be used to define arrays
(#101) Line exceeds maximum limit of 180 characters; contains 268 characters
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) This comment is 73% valid code; is this commented out code?
(#105) No space found before comment text; expected "// $mform->addElement('button', 'modal_show_button', get_string('button_desc', 'mod_lanebs'));" but found "//$mform->addElement('button', 'modal_show_button', get_string('button_desc', 'mod_lanebs'));"
(#106) No space found before comment text; expected "// $mform->addHelpButton('modal_show_button', 'lanebsbutton', 'mod_lanebs');" but found "//$mform->addHelpButton('modal_show_button', 'lanebsbutton', 'mod_lanebs');"
(#108) Line exceeds 132 characters; contains 168 characters
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) This comment is 71% valid code; is this commented out code?
(#108) No space found before comment text; expected "// $mform->addElement('button', 'modal_video_button', get_string('video_button_desc', 'mod_lanebs'), array('data-action' => 'video_modal', 'class' => 'hidden'));" but found "//$mform->addElement('button', 'modal_video_button', get_string('video_button_desc', 'mod_lanebs'), array('data-action' => 'video_modal', 'class' => 'hidden'));"
(#109) No space found before comment text; expected "// $mform->addElement('html', '<div class="video_preview_container row"></div>');" but found "//$mform->addElement('html', '<div class="video_preview_container row"></div>');"
(#112) Short array syntax must be used to define arrays
(#112) Commas (,) must be followed by white space.
(#142) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#152) Possible useless method overriding detected
(#152) Missing docblock for function validation
(#153) Opening brace should be on the same line as the declaration
mod/lanebs/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#28) "require_once" must be immediately followed by an open parenthesis
(#30) Inline doc block comments are not allowed; use "// Comment." instead
(#50) Line indented incorrectly; expected at least 4 spaces, found 3
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 4 spaces, found 3
(#58) Short array syntax must be used to define arrays
(#59) There should be a comma after the last array item in a multi-line array.
(#71) There should be a comma after the last array item in a multi-line array.
mod/lanebs/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#40) Variable "oldVersion" must be all lower-case
(#41) Variable "oldVersion" must be all lower-case
mod/lanebs/view.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#28) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Docblock tag "@global" is not recommended.
(#30) Docblock tag "@global" is not recommended.
(#31) Docblock tag "@global" is not recommended.
(#32) Docblock tag "@global" is not recommended.
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#46) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#71) Variable "jsParams" must be all lower-case
(#71) Short array syntax must be used to define arrays
(#74) There should be a comma after the last array item in a multi-line array.
(#78) Variable "jsParams" must be all lower-case
(#82) Variable "jsParams" must be all lower-case
(#89) Short array syntax must be used to define arrays
(#96) There should be a comma after the last array item in a multi-line array.
(#101) Short array syntax must be used to define arrays
(#108) Variable "videosBlock" must be all lower-case
(#110) Variable "videosBlock" must be all lower-case
(#112) Variable "videosBlock" must be all lower-case
(#112) Line exceeds maximum limit of 180 characters; contains 288 characters
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "cssHidden" must be all lower-case
(#121) Variable "cssHidden" must be all lower-case
(#127) Line exceeds 132 characters; contains 138 characters
(#129) Variable "cssHidden" must be all lower-case
(#130) Line exceeds maximum limit of 180 characters; contains 290 characters
(#133) Line exceeds maximum limit of 180 characters; contains 243 characters
(#136) Line exceeds 132 characters; contains 147 characters
(#139) Variable "videosBlock" must be all lower-case

Javascript coding style problems

(1450 errors, 358 warnings)

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

mod/lanebs/amd/src/copy_paste.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) 'title' is defined but never used. (no-unused-vars)
(#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) 'e' is defined but never used. (no-unused-vars)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#37) 'e' is defined but never used. (no-unused-vars)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Unexpected console statement. (no-console)
(#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)
mod/lanebs/amd/src/log.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#4) Identifier 'course_date' is not in camel case. (camelcase)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Identifier 'course_date' is not in camel case. (camelcase)
(#21) Identifier 'course_date' is not in camel case. (camelcase)
(#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)
mod/lanebs/amd/src/modal_book.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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Missing JSDoc @param "root" declaration. (jsdoc/require-param)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected catch,fail() or return (promise/catch-or-return)
(#59) Each then() should return a value or throw (promise/always-return)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) This line has a length of 177. Maximum allowed is 132. (max-len)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["body"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#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)
mod/lanebs/amd/src/modal_book_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail() or return (promise/catch-or-return)
(#10) Each then() should return a value or throw (promise/always-return)
(#10) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
mod/lanebs/amd/src/modal_constructor.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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Missing JSDoc @param "root" declaration. (jsdoc/require-param)
(#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) 'SELECTORS' is assigned a value but never used. (no-unused-vars)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["body"] is better written in dot notation. (dot-notation)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Unexpected console statement. (no-console)
(#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)
mod/lanebs/amd/src/modal_constructor_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#10) Identifier 'base_url' is not in camel case. (camelcase)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) ["subscriber_token"] is better written in dot notation. (dot-notation)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) ["subscriber_token"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) ["service_token"] is better written in dot notation. (dot-notation)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) ["service_token"] is better written in dot notation. (dot-notation)
(#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) 'event' is defined but never used. (no-unused-vars)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Unexpected console statement. (no-console)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected catch,fail() or return (promise/catch-or-return)
(#25) Each then() should return a value or throw (promise/always-return)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Identifier 'base_url' is not in camel case. (camelcase)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) This line has a length of 134. Maximum allowed is 132. (max-len)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) A space is required after ','. (comma-spacing)
(#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)
(#44) Missing semicolon. (@babel/semi)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Missing semicolon. (@babel/semi)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Missing semicolon. (@babel/semi)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Missing semicolon. (@babel/semi)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Missing semicolon. (@babel/semi)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#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)
mod/lanebs/amd/src/modal_player.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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Missing JSDoc @param "root" declaration. (jsdoc/require-param)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#58) Missing semicolon. (@babel/semi)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#66) Missing semicolon. (@babel/semi)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) This line has a length of 177. Maximum allowed is 132. (max-len)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) 'mobile' is assigned a value but never used. (no-unused-vars)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) This line has a length of 284. Maximum allowed is 132. (max-len)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#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)
mod/lanebs/amd/src/modal_player_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail() or return (promise/catch-or-return)
(#9) Each then() should return a value or throw (promise/always-return)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
mod/lanebs/amd/src/modal_search.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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) There should be no space after this paren. (space-in-parens)
(#32) There should be no space after this paren. (space-in-parens)
(#32) There should be no space before this paren. (space-in-parens)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Opening curly brace does not appear on the same line as controlling statement. (brace-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 space(s) after "if". (keyword-spacing)
(#39) There should be no space after this paren. (space-in-parens)
(#39) There should be no space before this paren. (space-in-parens)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) There should be no space after '['. (array-bracket-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#47) There should be no space after this paren. (space-in-parens)
(#47) There should be no space before this paren. (space-in-parens)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) There should be no space after this paren. (space-in-parens)
(#48) There should be no space after this paren. (space-in-parens)
(#48) There should be no space before this paren. (space-in-parens)
(#48) There should be no space before this paren. (space-in-parens)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) There should be no space after this paren. (space-in-parens)
(#49) There should be no space before this paren. (space-in-parens)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) There should be no space after '['. (array-bracket-spacing)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) There should be no space after this paren. (space-in-parens)
(#52) There should be no space before this paren. (space-in-parens)
(#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 space(s) after "if". (keyword-spacing)
(#58) There should be no space after this paren. (space-in-parens)
(#58) There should be no space before this paren. (space-in-parens)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) There should be no space after this paren. (space-in-parens)
(#59) There should be no space after this paren. (space-in-parens)
(#59) There should be no space before this paren. (space-in-parens)
(#59) There should be no space before this paren. (space-in-parens)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) There should be no space after this paren. (space-in-parens)
(#60) There should be no space before this paren. (space-in-parens)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) There should be no space after '['. (array-bracket-spacing)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) There should be no space after this paren. (space-in-parens)
(#63) There should be no space before this paren. (space-in-parens)
(#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) Missing JSDoc @param "root" declaration. (jsdoc/require-param)
(#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 catch,fail() or return (promise/catch-or-return)
(#110) Each then() should return a value or throw (promise/always-return)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail() or return (promise/catch-or-return)
(#115) Each then() should return a value or throw (promise/always-return)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected to return a value at the end of function. (consistent-return)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#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 to return a value at the end of function. (consistent-return)
(#134) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected catch,fail() or return (promise/catch-or-return)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Each then() should return a value or throw (promise/always-return)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected to return a value at the end of function. (consistent-return)
(#168) Unexpected space before function parentheses. (space-before-function-paren)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Operator '+' must be spaced. (space-infix-ops)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#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 catch,fail() or return (promise/catch-or-return)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Each then() should return a value or throw (promise/always-return)
(#223) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["lanebs_error_book"] is better written in dot notation. (dot-notation)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Unexpected console statement. (no-console)
(#255) ["lanebs_error_book"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["lanebs_read_pg"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#276) Missing semicolon. (@babel/semi)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#284) Missing semicolon. (@babel/semi)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) ["lanebs_show_desc"] is better written in dot notation. (dot-notation)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#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) This line has a length of 133. Maximum allowed is 132. (max-len)
(#303) Operator '+' must be spaced. (space-infix-ops)
(#303) Operator '+' must be spaced. (space-infix-ops)
(#303) Operator '+' must be spaced. (space-infix-ops)
(#303) ["lanebs_cover"] is better written in dot notation. (dot-notation)
(#303) Operator '+' must be spaced. (space-infix-ops)
(#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) This line has a length of 168. Maximum allowed is 132. (max-len)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) This line has a length of 144. Maximum allowed is 132. (max-len)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) ["lanebs_add"] is better written in dot notation. (dot-notation)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) This line has a length of 182. Maximum allowed is 132. (max-len)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) ["lanebs_preshow"] is better written in dot notation. (dot-notation)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) This line has a length of 136. Maximum allowed is 132. (max-len)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) ["lanebs_error_empty_search"] is better written in dot notation. (dot-notation)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#340) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Unexpected space before function parentheses. (space-before-function-paren)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected to return a value at the end of function. (consistent-return)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#362) Operator '+' must be spaced. (space-infix-ops)
(#362) Operator '+' must be spaced. (space-infix-ops)
(#362) Operator '+' must be spaced. (space-infix-ops)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Operator '+' must be spaced. (space-infix-ops)
(#364) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Identifier 'parent_id' is not in camel case. (camelcase)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#403) Identifier 'parent_id' is not in camel case. (camelcase)
(#403) Operator '+' must be spaced. (space-infix-ops)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) ["lanebs_BACK"] is better written in dot notation. (dot-notation)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Unexpected space before function parentheses. (space-before-function-paren)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Identifier 'parent_id' is not in camel case. (camelcase)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#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 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) ["body"] is better written in dot notation. (dot-notation)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Unexpected space before function parentheses. (space-before-function-paren)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#463) Operator '+' must be spaced. (space-infix-ops)
(#463) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#463) Operator '+' must be spaced. (space-infix-ops)
(#463) Operator '+' must be spaced. (space-infix-ops)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) This line has a length of 133. Maximum allowed is 132. (max-len)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Unexpected space before function parentheses. (space-before-function-paren)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Unexpected space before function parentheses. (space-before-function-paren)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Operator '-' must be spaced. (space-infix-ops)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Unexpected space before function parentheses. (space-before-function-paren)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Unexpected space before function parentheses. (space-before-function-paren)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/lanebs/amd/src/modal_search_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#21) 'index' is defined but never used. (no-unused-vars)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail() or return (promise/catch-or-return)
(#33) Each then() should return a value or throw (promise/always-return)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Unexpected console statement. (no-console)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) ["code"] is better written in dot notation. (dot-notation)
(#41) ["code"] is better written in dot notation. (dot-notation)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected catch,fail() or return (promise/catch-or-return)
(#42) Avoid nesting promises. (promise/no-nesting)
(#42) Each then() should return a value or throw (promise/always-return)
(#42) Unexpected space before function parentheses. (space-before-function-paren)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Unexpected console statement. (no-console)
(#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)
mod/lanebs/amd/src/modal_video.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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) 'Str' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc @param "root" declaration. (jsdoc/require-param)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#66) Operator '+' must be spaced. (space-infix-ops)
(#66) Unexpected space before function parentheses. (space-before-function-paren)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected catch,fail() or return (promise/catch-or-return)
(#68) Each then() should return a value or throw (promise/always-return)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) ["page"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#100) 'videoIndex' is defined but never used. (no-unused-vars)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) ["start_page"] is better written in dot notation. (dot-notation)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) ["unique_id"] is better written in dot notation. (dot-notation)
(#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) This line has a length of 195. Maximum allowed is 132. (max-len)
(#108) ["link_url"] is better written in dot notation. (dot-notation)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) ["link_name"] is better written in dot notation. (dot-notation)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) This line has a length of 251. Maximum allowed is 132. (max-len)
(#111) ["link_url"] is better written in dot notation. (dot-notation)
(#111) ["link_name"] is better written in dot notation. (dot-notation)
(#111) ["link_url"] is better written in dot notation. (dot-notation)
(#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) ["start_page"] is better written in dot notation. (dot-notation)
(#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 { after 'if' condition. (curly)
(#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) This line has a length of 158. Maximum allowed is 132. (max-len)
(#128) ["title"] is better written in dot notation. (dot-notation)
(#128) ["lanebs_read_pg"] is better written in dot notation. (dot-notation)
(#128) ["page"] is better written in dot notation. (dot-notation)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) This line has a length of 151. Maximum allowed is 132. (max-len)
(#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) This line has a length of 145. Maximum allowed is 132. (max-len)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Unexpected space before function parentheses. (space-before-function-paren)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) ["body"] is better written in dot notation. (dot-notation)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Unexpected space before function parentheses. (space-before-function-paren)
(#179) 'index' is defined but never used. (no-unused-vars)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) ["unique"] is better written in dot notation. (dot-notation)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) This line has a length of 255. Maximum allowed is 132. (max-len)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) ["link"] is better written in dot notation. (dot-notation)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) ["name"] is better written in dot notation. (dot-notation)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) ["link"] is better written in dot notation. (dot-notation)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#186) ["name"] is better written in dot notation. (dot-notation)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected console statement. (no-console)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Unexpected space before function parentheses. (space-before-function-paren)
(#215) 'index' is defined but never used. (no-unused-vars)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) ["unique"] is better written in dot notation. (dot-notation)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Unexpected space before function parentheses. (space-before-function-paren)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Identifier 'video_id' is not in camel case. (camelcase)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Missing semicolon. (@babel/semi)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#258) Missing semicolon. (@babel/semi)
(#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)
mod/lanebs/amd/src/modal_video_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Unexpected space before function parentheses. (space-before-function-paren)
(#11) 'index' is defined but never used. (no-unused-vars)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail() or return (promise/catch-or-return)
(#23) Each then() should return a value or throw (promise/always-return)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Unexpected console statement. (no-console)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-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)
(#34) Missing semicolon. (@babel/semi)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/lanebs/amd/src/player_button.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) 'e' is defined but never used. (no-unused-vars)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Unexpected console statement. (no-console)
(#22) ["body"] is better written in dot notation. (dot-notation)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Unexpected console statement. (no-console)
(#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)
mod/lanebs/amd/src/view_button.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#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)

CSS problems

(17 errors, 0 warnings)

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

mod/lanebs/css/lanebs_modal.css
(#47) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#62) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#34) Unexpected unknown animation name "spinner-border" (no-unknown-animations)
mod/lanebs/css/modal_book.css
(#2) Expected single space before "!" (declaration-bang-space-before)
(#3) Expected single space before "!" (declaration-bang-space-before)
(#6) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#2) Unexpected !important (declaration-no-important)
(#3) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#9) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(6 errors, 0 warnings)

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

mod/lanebs/backup/moodle2/restore_lanebs_activity_task.class.php
(#79) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#81) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#95) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#97) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/lanebs/externallib.php
(#65) Phpdocs for function mod_lanebs_external::search_books has incomplete parameters list
mod/lanebs/lib.php
(#112) Inline phpdocs tag {@link get_array_of_activities()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}

Update savepoints problems

(2 errors, 1 warnings)

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

mod/lanebs/db/upgrade.php
Detected fewer 'if' blocks (2) than 'savepoint' calls (3). Repeated savepoints?
version 2021102128 has wrong savepoint call with version 2021102129
version 2022090535 has wrong savepoint call with version 2022090534

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
ENOENT: no such file or directory, stat 'mod/lanebs/fonts' Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 6 warnings)

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

mod/lanebs/templates/modal_book.mustache
(#1) Example context missing (@template section not found.)
mod/lanebs/templates/modal_constructor.mustache
(#1) Example context missing (@template section not found.)
mod/lanebs/templates/modal_player.mustache
(#1) Example context missing (@template section not found.)
mod/lanebs/templates/modal_search.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 22: Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.) (> <style>.bg-pr)
mod/lanebs/templates/modal_video.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

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