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

(1428 errors, 355 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/AuthService/Auth.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 "AuthService".
(#32) Missing docblock for class Auth
(#33) Opening brace should be on the same line as the declaration for class Auth
(#34) Missing member variable doc comment
(#34) Member variable "authToken" must be all lower-case
(#36) Missing docblock for function __construct
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#41) Opening brace should be on the same line as the declaration
(#47) Missing docblock for function raw
(#48) Opening brace should be on the same line as the declaration
(#50) Line exceeds 132 characters; contains 142 characters
(#53) There should be a comma after the last array item in a multi-line array.
(#54) There should be a comma after the last array item in a multi-line array.
(#64) No one-line description found in phpdocs for docblock of function auth
(#65) Opening brace should be on the same line as the declaration
(#86) Missing docblock for function get
(#87) Opening brace should be on the same line as the declaration
(#94) File must end with a newline character
mod/lanebs/classes/AuthService/AuthFactory.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 "AuthService".
(#34) Missing docblock for class AuthFactory
(#35) Opening brace should be on the same line as the declaration for class AuthFactory
(#36) Missing member variable doc comment
(#36) Member variable "authUrl" must be all lower-case
(#38) Missing docblock for function create
(#39) Opening brace should be on the same line as the declaration
(#42) Variable "authUrl" must be all lower-case
(#52) File must end with a newline character
mod/lanebs/classes/AuthService/AuthInterface.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 "AuthService".
(#29) Missing docblock for interface AuthInterface
(#30) Opening brace should be on the same line as the declaration for interface AuthInterface
(#31) Missing docblock for function raw
(#33) Missing docblock for function auth
(#35) Missing docblock for function get
(#36) File must end with a newline character
mod/lanebs/classes/Content/ContentFactory.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 "Content".
(#32) Missing docblock for class ContentFactory
(#33) Opening brace should be on the same line as the declaration for class ContentFactory
(#34) Missing docblock for function create
(#35) Opening brace should be on the same line as the declaration
(#46) File must end with a newline character
mod/lanebs/classes/Content/ContentInterface.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 "Content".
(#29) Missing docblock for interface ContentInterface
(#30) Opening brace should be on the same line as the declaration for interface ContentInterface
(#31) Missing docblock for function search
(#31) Variable "searchParam" must be all lower-case
(#31) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $catId.
(#31) Variable "catId" must be all lower-case
(#33) Missing docblock for function getCategories
(#33) Public method name "ContentInterface::getCategories" must be in lower-case letters only
(#35) Missing docblock for function getCategory
(#35) Public method name "ContentInterface::getCategory" must be in lower-case letters only
(#35) Variable "categoryId" must be all lower-case
(#37) Missing docblock for function getToc
(#37) Public method name "ContentInterface::getToc" must be in lower-case letters only
(#38) File must end with a newline character
mod/lanebs/classes/Content/ContentService.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 "Content".
(#31) Missing docblock for class ContentService
(#32) Opening brace should be on the same line as the declaration for class ContentService
(#33) Missing docblock for constant ContentService::SORT_CREATE_DESC
(#35) Missing docblock for function __construct
(#36) Missing member variable doc comment
(#36) Variable "apiUrl" must be all lower-case
(#37) Missing member variable doc comment
(#39) Opening brace should be on the same line as the declaration
(#41) Line exceeds 132 characters; contains 141 characters
(#41) There should be a comma after the last array item in a multi-line array.
(#45) Missing docblock for function get
(#46) Opening brace should be on the same line as the declaration
(#51) Missing docblock for function search
(#51) Variable "searchParam" must be all lower-case
(#51) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $catId.
(#51) Variable "catId" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#56) There should be a comma after the last array item in a multi-line array.
(#59) Variable "searchParam" must be all lower-case
(#60) Variable "searchParam" must be all lower-case
(#63) Variable "searchParam" must be all lower-case
(#64) Variable "searchParam" must be all lower-case
(#67) Variable "catId" must be all lower-case
(#68) Variable "catId" must be all lower-case
(#71) Variable "searchParam" must be all lower-case
(#72) Variable "searchParam" must be all lower-case
(#81) Missing docblock for function getCategories
(#81) Public method name "ContentService::getCategories" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#87) Missing docblock for function getCategory
(#87) Public method name "ContentService::getCategory" must be in lower-case letters only
(#87) Variable "categoryId" must be all lower-case
(#88) Opening brace should be on the same line as the declaration
(#89) Variable "categoryId" must be all lower-case
(#93) Missing docblock for function getToc
(#93) Public method name "ContentService::getToc" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#113) There should be a comma after the last array item in a multi-line array.
(#119) File must end with a newline character
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".
(#20) Missing docblock for class HealthCheck
(#21) Opening brace should be on the same line as the declaration for class HealthCheck
(#22) Missing docblock for function __construct
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#27) Opening brace should be on the same line as the declaration
(#30) Missing docblock for function getPluginVersion
(#30) Public method name "HealthCheck::getPluginVersion" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#32) Variable "allPlugins" must be all lower-case
(#34) Variable "allPlugins" must be all lower-case
(#39) Missing docblock for function checkAllSystem
(#39) Public method name "HealthCheck::checkAllSystem" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#54) Missing docblock for function getOsType
(#54) Public method name "HealthCheck::getOsType" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#60) Missing docblock for function getMoodleVersion
(#60) Public method name "HealthCheck::getMoodleVersion" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#66) Missing docblock for function checkHostList
(#66) Public method name "HealthCheck::checkHostList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#76) Missing docblock for function checkServer
(#76) Protected method name "HealthCheck::checkServer" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "hasConfig" must be all lower-case
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) This comment is 67% valid code; is this commented out code?
(#81) Line indented incorrectly; expected at least 8 spaces, found 0
(#81) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#86) Variable "hasConfig" must be all lower-case
(#88) There should be a comma after the last array item in a multi-line array.
(#92) Missing docblock for function getToken
(#92) Public method name "HealthCheck::getToken" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#97) Missing docblock for function rawAuth
(#97) Public method name "HealthCheck::rawAuth" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#101) 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
(#31) Missing docblock for function __construct
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#33) Variable "phpVersion" must be all lower-case
(#34) Missing member variable doc comment
(#34) Variable "moodleVersion" must be all lower-case
(#35) Missing member variable doc comment
(#35) Variable "osType" must be all lower-case
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#40) Opening brace should be on the same line as the declaration
(#42) 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".
(#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
(#29) 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 getPluginVersion
(#16) Public method name "HealthCheckInterface::getPluginVersion" must be in lower-case letters only
(#18) Missing docblock for function checkAllSystem
(#18) Public method name "HealthCheckInterface::checkAllSystem" must be in lower-case letters only
(#20) Missing docblock for function getOsType
(#20) Public method name "HealthCheckInterface::getOsType" must be in lower-case letters only
(#22) Missing docblock for function getMoodleVersion
(#22) Public method name "HealthCheckInterface::getMoodleVersion" must be in lower-case letters only
(#24) Missing docblock for function checkHostList
(#24) Public method name "HealthCheckInterface::checkHostList" must be in lower-case letters only
(#26) Missing docblock for function getToken
(#26) Public method name "HealthCheckInterface::getToken" must be in lower-case letters only
(#28) Missing docblock for function rawAuth
(#28) Public method name "HealthCheckInterface::rawAuth" must be in lower-case letters only
(#29) File must end with a newline character
mod/lanebs/classes/Logger/Logger.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 "Logger".
(#33) Missing docblock for class Logger
(#34) Opening brace should be on the same line as the declaration for class Logger
(#35) Missing docblock for function __construct
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#41) Opening brace should be on the same line as the declaration
(#43) There should be a comma after the last array item in a multi-line array.
(#47) Missing docblock for function send
(#48) Opening brace should be on the same line as the declaration
(#53) Missing docblock for function log
(#54) Opening brace should be on the same line as the declaration
(#61) Missing docblock for function statistic
(#62) Opening brace should be on the same line as the declaration
(#69) Missing docblock for function install
(#70) Opening brace should be on the same line as the declaration
(#88) Missing docblock for function uninstall
(#89) Opening brace should be on the same line as the declaration
(#97) File must end with a newline character
mod/lanebs/classes/Logger/LoggerFactory.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 "Logger".
(#34) Missing docblock for class LoggerFactory
(#35) Opening brace should be on the same line as the declaration for class LoggerFactory
(#36) Missing docblock for function create
(#37) Opening brace should be on the same line as the declaration
(#50) File must end with a newline character
mod/lanebs/classes/Logger/LoggerInterface.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 "Logger".
(#29) Missing docblock for interface LoggerInterface
(#30) Opening brace should be on the same line as the declaration for interface LoggerInterface
(#31) Missing docblock for function log
(#33) Missing docblock for function statistic
(#35) Missing docblock for function install
(#37) Missing docblock for function uninstall
(#38) File must end with a newline character
mod/lanebs/classes/Support/Client/BaseClientService.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 "Client".
(#31) Docblock tag "@global" is not recommended.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#34) Missing docblock for class BaseClientService
(#35) Opening brace should be on the same line as the declaration for class BaseClientService
(#36) Missing member variable doc comment
(#38) Missing member variable doc comment
(#40) Missing docblock for function __construct
(#40) Missing member variable doc comment
(#41) Opening brace should be on the same line as the declaration
(#49) Missing docblock for function setOptional
(#49) Public method name "BaseClientService::setOptional" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#56) Missing docblock for function get
(#57) Opening brace should be on the same line as the declaration
(#70) Missing docblock for function post
(#71) Opening brace should be on the same line as the declaration
(#84) Missing docblock for function getCode
(#84) Public method name "BaseClientService::getCode" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientLogger.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 "Client".
(#29) Missing docblock for class ClientLogger
(#30) Opening brace should be on the same line as the declaration for class ClientLogger
(#31) Missing docblock for function log
(#32) Opening brace should be on the same line as the declaration
(#35) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientLoggerFactory.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 "Client".
(#29) Missing docblock for class ClientLoggerFactory
(#30) Opening brace should be on the same line as the declaration for class ClientLoggerFactory
(#31) Missing docblock for function create
(#32) Opening brace should be on the same line as the declaration
(#35) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientLoggerInterface.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 "Client".
(#29) Missing docblock for interface ClientLoggerInterface
(#30) Opening brace should be on the same line as the declaration for interface ClientLoggerInterface
(#31) Missing docblock for function log
(#32) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientService.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 "Client".
(#32) Missing docblock for class ClientService
(#33) Opening brace should be on the same line as the declaration for class ClientService
(#34) Missing docblock for function __construct
(#35) Opening brace should be on the same line as the declaration
(#41) There should be a comma after the last array item in a multi-line array.
(#42) There should be a comma after the last array item in a multi-line array.
(#45) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientServiceFactory.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 "Client".
(#32) Missing docblock for class ClientServiceFactory
(#33) Opening brace should be on the same line as the declaration for class ClientServiceFactory
(#34) Missing docblock for function create
(#35) Opening brace should be on the same line as the declaration
(#43) File must end with a newline character
mod/lanebs/classes/Support/Client/ClientServiceInterface.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 "Client".
(#30) Missing docblock for interface ClientServiceInterface
(#31) Opening brace should be on the same line as the declaration for interface ClientServiceInterface
(#32) Missing docblock for function setOptional
(#32) Public method name "ClientServiceInterface::setOptional" must be in lower-case letters only
(#34) Missing docblock for function get
(#36) Missing docblock for function post
(#38) Missing docblock for function getCode
(#38) Public method name "ClientServiceInterface::getCode" must be in lower-case letters only
(#39) File must end with a newline character
mod/lanebs/classes/Support/Client/NullClientLogger.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 "Client".
(#29) Missing docblock for class NullClientLogger
(#30) Opening brace should be on the same line as the declaration for class NullClientLogger
(#31) Missing docblock for function log
(#32) Opening brace should be on the same line as the declaration
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) File must end with a newline character
mod/lanebs/classes/Support/Config.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 "Support".
(#29) Missing docblock for class Config
(#30) Opening brace should be on the same line as the declaration for class Config
(#31) Missing docblock for constant Config::DEFAULT
(#43) No one-line description found in phpdocs for docblock of function installConfig
(#43) Public method name "Config::installConfig" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#55) No one-line description found in phpdocs for docblock of function set
(#56) Opening brace should be on the same line as the declaration
(#63) Invalid docblock tag "@noinspection".
(#65) No one-line description found in phpdocs for docblock of function get
(#66) Opening brace should be on the same line as the declaration
(#67) Inline doc block comments are not allowed; use "// Comment." instead
(#67) Invalid docblock tag "@noinspection".
(#71) Missing docblock for function version
(#72) Opening brace should be on the same line as the declaration
(#76) Missing docblock for function baseUrl
(#76) Public method name "Config::baseUrl" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#81) Missing docblock for function authUrl
(#81) Public method name "Config::authUrl" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#86) Missing docblock for function moodleApi
(#86) Public method name "Config::moodleApi" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#90) File must end with a newline character
mod/lanebs/classes/Token/Token.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 "Token".
(#29) Missing docblock for class Token
(#30) Opening brace should be on the same line as the declaration for class Token
(#38) Opening brace should be on the same line as the declaration
(#63) File must end with a newline character
mod/lanebs/classes/Token/TokenFactory.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 "Token".
(#29) Missing docblock for class TokenFactory
(#30) Opening brace should be on the same line as the declaration for class TokenFactory
(#31) Missing docblock for function create
(#32) Opening brace should be on the same line as the declaration
(#35) File must end with a newline character
mod/lanebs/classes/Token/TokenInterface.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 "Token".
(#29) Missing docblock for interface TokenInterface
(#30) Opening brace should be on the same line as the declaration for interface TokenInterface
(#31) Missing docblock for function get
(#32) 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".
(#20) Missing docblock for class health_check_renderer
(#21) Opening brace should be on the same line as the declaration for class health_check_renderer
(#22) Missing member variable doc comment
(#22) Member variable "titleTag" must be all lower-case
(#24) Missing docblock for function head
(#25) Opening brace should be on the same line as the declaration
(#29) Missing docblock for function index
(#30) Opening brace should be on the same line as the declaration
(#40) Missing docblock for function info
(#41) Opening brace should be on the same line as the declaration
(#52) Missing docblock for function getHostTable
(#52) Public method name "health_check_renderer::getHostTable" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#61) Variable "hasConfig" must be all lower-case
(#66) Variable "hasConfig" must be all lower-case
(#68) There should be a comma after the last array item in a multi-line array.
(#75) Missing docblock for function displayAuth
(#75) Public method name "health_check_renderer::displayAuth" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#80) There should be a comma after the last array item in a multi-line array.
(#87) There should be a comma after the last array item in a multi-line array.
(#96) 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.
(#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
(#56) Missing docblock for constant mod_lanebs_constructor_external::ALLOWED_TYPES
(#56) 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.
(#62) Missing docblock for function create_mod_lanebs_parameters
(#63) Opening brace should be on the same line as the declaration
(#65) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#71) Line exceeds 132 characters; contains 133 characters
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#83) Line exceeds 132 characters; contains 142 characters
(#85) Line exceeds 132 characters; contains 135 characters
(#91) Short array syntax must be used to define arrays
(#96) Line exceeds 132 characters; contains 142 characters
(#98) Line exceeds 132 characters; contains 135 characters
(#103) Short array syntax must be used to define arrays
(#108) Line exceeds 132 characters; contains 138 characters
(#113) Short array syntax must be used to define arrays
(#129) Missing docblock for function create_mod_lanebs
(#129) Variable "courseData" must be all lower-case
(#129) Variable "resourceData" must be all lower-case
(#130) Opening brace should be on the same line as the declaration
(#132) Variable "modId" must be all lower-case
(#133) Short array syntax must be used to define arrays
(#133) Variable "modId" must be all lower-case
(#134) Short array syntax must be used to define arrays
(#134) Variable "courseData" must be all lower-case
(#135) Variable "unityList" must be all lower-case
(#135) Variable "courseData" must be all lower-case
(#137) Short array syntax must be used to define arrays
(#138) Short array syntax must be used to define arrays
(#139) There should be a comma after the last array item in a multi-line array.
(#142) Variable "lanModule" must be all lower-case
(#142) Short array syntax must be used to define arrays
(#143) Variable "dirModule" must be all lower-case
(#143) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#145) Short array syntax must be used to define arrays
(#147) Variable "lanebsFolder" must be all lower-case
(#147) Variable "courseData" must be all lower-case
(#147) Variable "dirModule" must be all lower-case
(#148) Variable "lanebsFolder" must be all lower-case
(#149) Variable "dirModule" must be all lower-case
(#149) Variable "courseData" must be all lower-case
(#152) Variable "courseData" must be all lower-case
(#152) Variable "dirModule" must be all lower-case
(#152) Variable "courseData" must be all lower-case
(#155) Short array syntax must be used to define arrays
(#156) Short array syntax must be used to define arrays
(#160) Variable "resourceData" must be all lower-case
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Variable "resourceData" must be all lower-case
(#165) Variable "courseData" must be all lower-case
(#165) Variable "lanModule" must be all lower-case
(#184) Short array syntax must be used to define arrays
(#185) Short array syntax must be used to define arrays
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Variable "resourceData" must be all lower-case
(#194) Variable "resourceData" must be all lower-case
(#197) Variable "courseData" must be all lower-case
(#197) Variable "lanModule" must be all lower-case
(#213) Short array syntax must be used to define arrays
(#214) Short array syntax must be used to define arrays
(#221) Variable "unityList" must be all lower-case
(#222) Variable "unityList" must be all lower-case
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Variable "resourceData" must be all lower-case
(#226) Variable "resourceData" must be all lower-case
(#227) Variable "courseData" must be all lower-case
(#227) Variable "lanModule" must be all lower-case
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Variable "videoFolder" must be all lower-case
(#231) Variable "courseData" must be all lower-case
(#236) Variable "lanVideo" must be all lower-case
(#236) Short array syntax must be used to define arrays
(#238) Variable "videoId" must be all lower-case
(#239) Variable "videoId" must be all lower-case
(#239) Variable "videoId" must be all lower-case
(#241) Variable "lanVideo" must be all lower-case
(#241) Short array syntax must be used to define arrays
(#245) Variable "videoId" must be all lower-case
(#246) There should be a comma after the last array item in a multi-line array.
(#249) Variable "lanVideo" must be all lower-case
(#253) Short array syntax must be used to define arrays
(#254) Short array syntax must be used to define arrays
(#259) This comment is 63% valid code; is this commented out code?
(#267) Short array syntax must be used to define arrays
(#268) Variable "unityList" must be all lower-case
(#268) There should be a comma after the last array item in a multi-line array.
(#272) Missing docblock for function create_mod_quiz_returns
(#273) Opening brace should be on the same line as the declaration
(#275) Short array syntax must be used to define arrays
(#276) There should be a comma after the last array item in a multi-line array.
(#281) Missing docblock for function create_mod_quiz_parameters
(#282) Opening brace should be on the same line as the declaration
(#283) Short array syntax must be used to define arrays
(#285) Short array syntax must be used to define arrays
(#288) There should be a comma after the last array item in a multi-line array.
(#293) Short array syntax must be used to define arrays
(#303) There should be a comma after the last array item in a multi-line array.
(#307) Missing docblock for function create_mod_quiz
(#307) Variable "courseData" must be all lower-case
(#307) Variable "testData" must be all lower-case
(#308) Opening brace should be on the same line as the declaration
(#310) Short array syntax must be used to define arrays
(#310) Variable "courseData" must be all lower-case
(#312) Short array syntax must be used to define arrays
(#313) Short array syntax must be used to define arrays
(#314) There should be a comma after the last array item in a multi-line array.
(#317) Short array syntax must be used to define arrays
(#318) Short array syntax must be used to define arrays
(#319) Variable "dirModule" must be all lower-case
(#319) Short array syntax must be used to define arrays
(#320) Variable "courseData" must be all lower-case
(#321) Variable "testingFolder" must be all lower-case
(#321) Variable "courseData" must be all lower-case
(#323) Variable "testingFolder" must be all lower-case
(#323) Variable "dirModule" must be all lower-case
(#323) Variable "courseData" must be all lower-case
(#327) Short array syntax must be used to define arrays
(#328) Short array syntax must be used to define arrays
(#332) Variable "testData" must be all lower-case
(#334) Variable "courseData" must be all lower-case
(#336) Variable "newQuiz" must be all lower-case
(#337) Variable "quizContext" must be all lower-case
(#337) Short array syntax must be used to define arrays
(#337) Variable "newQuiz" must be all lower-case
(#338) Variable "quizContext" must be all lower-case
(#338) Variable "quizContext" must be all lower-case
(#339) Variable "quizContext" must be all lower-case
(#340) Variable "newQuiz" must be all lower-case
(#343) Variable "qIds" must be all lower-case
(#345) Variable "qIds" must be all lower-case
(#346) Variable "newQuiz" must be all lower-case
(#349) Variable "randomCount" must be all lower-case
(#350) Variable "newQuiz" must be all lower-case
(#350) Variable "randomCount" must be all lower-case
(#353) Short array syntax must be used to define arrays
(#354) Short array syntax must be used to define arrays
(#360) Short array syntax must be used to define arrays
(#365) Missing docblock for function create_mod_lanebs_returns
(#366) Opening brace should be on the same line as the declaration
(#368) Short array syntax must be used to define arrays
(#369) There should be a comma after the last array item in a multi-line array.
(#374) Missing docblock for function get_service_token_parameters
(#375) Opening brace should be on the same line as the declaration
(#376) Short array syntax must be used to define arrays
(#379) Missing docblock for function get_service_token
(#380) Opening brace should be on the same line as the declaration
(#382) Short array syntax must be used to define arrays
(#383) Short array syntax must be used to define arrays
(#385) Variable "tokenUser" must be all lower-case
(#385) Short array syntax must be used to define arrays
(#386) Variable "tokenUser" must be all lower-case
(#389) Short array syntax must be used to define arrays
(#389) Variable "tokenUser" must be all lower-case
(#389) Line exceeds 132 characters; contains 134 characters
(#409) Short array syntax must be used to define arrays
(#412) Missing docblock for function get_service_token_returns
(#413) Opening brace should be on the same line as the declaration
(#415) Short array syntax must be used to define arrays
(#416) There should be a comma after the last array item in a multi-line array.
(#421) Missing docblock for function get_subscriber_token_parameters
(#422) Opening brace should be on the same line as the declaration
(#423) Short array syntax must be used to define arrays
(#426) Missing docblock for function get_subscriber_token
(#427) Opening brace should be on the same line as the declaration
(#430) Short array syntax must be used to define arrays
(#431) Short array syntax must be used to define arrays
(#433) Short array syntax must be used to define arrays
(#434) Short array syntax must be used to define arrays
(#437) Missing docblock for function get_subscriber_token_returns
(#438) Opening brace should be on the same line as the declaration
(#440) Short array syntax must be used to define arrays
(#441) There should be a comma after the last array item in a multi-line array.
(#446) Missing docblock for function get_reader_token_parameters
(#447) Opening brace should be on the same line as the declaration
(#449) Short array syntax must be used to define arrays
(#455) Missing docblock for function get_reader_token
(#455) Variable "subscriberToken" must be all lower-case
(#456) Opening brace should be on the same line as the declaration
(#457) Variable "reader_token" must not contain underscores.
(#458) Variable "reader_token" must not contain underscores.
(#461) There should be a comma after the last array item in a multi-line array.
(#464) Variable "reader_token" must not contain underscores.
(#467) Inline comments must start with a capital letter, digit or 3-dots sequence
(#467) This comment is 60% valid code; is this commented out code?
(#467) Line indented incorrectly; expected at least 8 spaces, found 0
(#467) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#468) Line indented incorrectly; expected at least 8 spaces, found 0
(#468) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#469) Line indented incorrectly; expected at least 8 spaces, found 0
(#469) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#470) Line indented incorrectly; expected at least 8 spaces, found 0
(#470) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#471) Line indented incorrectly; expected at least 8 spaces, found 0
(#471) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#472) Line exceeds 132 characters; contains 145 characters
(#472) Line indented incorrectly; expected at least 8 spaces, found 0
(#472) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#473) Line indented incorrectly; expected at least 8 spaces, found 0
(#473) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#474) Line indented incorrectly; expected at least 8 spaces, found 0
(#474) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#475) Line indented incorrectly; expected at least 8 spaces, found 0
(#475) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#476) Line indented incorrectly; expected at least 8 spaces, found 0
(#476) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#477) Line indented incorrectly; expected at least 8 spaces, found 0
(#477) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#478) Line indented incorrectly; expected at least 8 spaces, found 0
(#478) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#479) Line indented incorrectly; expected at least 8 spaces, found 0
(#479) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#480) Line indented incorrectly; expected at least 8 spaces, found 0
(#480) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#481) Line indented incorrectly; expected at least 8 spaces, found 0
(#481) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#482) Line indented incorrectly; expected at least 8 spaces, found 0
(#482) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#483) Line indented incorrectly; expected at least 8 spaces, found 0
(#483) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#486) Missing docblock for function get_reader_token_returns
(#487) Opening brace should be on the same line as the declaration
(#489) Short array syntax must be used to define arrays
(#490) There should be a comma after the last array item in a multi-line array.
(#495) Missing docblock for function get_script_names_parameters
(#496) Opening brace should be on the same line as the declaration
(#497) Short array syntax must be used to define arrays
(#500) Missing docblock for function get_script_names
(#501) Opening brace should be on the same line as the declaration
(#503) Short array syntax must be used to define arrays
(#507) Line exceeds 132 characters; contains 143 characters
(#509) Variable "scriptUrl" must be all lower-case
(#510) Short array syntax must be used to define arrays
(#512) There should be a comma after the last array item in a multi-line array.
(#514) Variable "scriptUrl" must be all lower-case
(#517) Short array syntax must be used to define arrays
(#519) Short array syntax must be used to define arrays
(#521) Short array syntax must be used to define arrays
(#524) Missing docblock for function get_script_names_returns
(#525) Opening brace should be on the same line as the declaration
(#527) Short array syntax must be used to define arrays
(#528) There should be a comma after the last array item in a multi-line array.
(#533) Missing docblock for function send_log_parameters
(#534) Opening brace should be on the same line as the declaration
(#535) Short array syntax must be used to define arrays
(#537) Short array syntax must be used to define arrays
(#544) There should be a comma after the last array item in a multi-line array.
(#546) There should be a comma after the last array item in a multi-line array.
(#550) Missing docblock for function send_log
(#551) Opening brace should be on the same line as the declaration
(#553) Short array syntax must be used to define arrays
(#556) Missing docblock for function send_log_returns
(#557) Opening brace should be on the same line as the declaration
(#559) Short array syntax must be used to define arrays
(#560) There should be a comma after the last array item in a multi-line array.
(#564) 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 "//".
(#21) Invalid @category tag value "install".
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#34) Opening brace should be on the same line as the declaration
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 "//".
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace should be on the same line as the declaration
(#79) Variable "wsName" must be all lower-case
(#80) Variable "wsroleId" must be all lower-case
(#80) Short array syntax must be used to define arrays
(#80) Variable "wsName" must be all lower-case
(#81) Variable "wsroleId" must be all lower-case
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) This comment is 64% valid code; is this commented out code?
(#82) No space found before comment text; expected "// $webserviceUser = core_user::get_user_by_email('lan@lanbook.com');" but found "//$webserviceUser = core_user::get_user_by_email('lan@lanbook.com');"
(#83) Variable "systemContext" must be all lower-case
(#84) Variable "wsroleId" must be all lower-case
(#84) Variable "systemContext" must be all lower-case
(#85) Variable "wsroleId" must be all lower-case
(#85) Variable "systemContext" must be all lower-case
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) This comment is 65% valid code; is this commented out code?
(#86) No space found before comment text; expected "// role_assign($wsroleId->id, $webserviceUser->id, $systemContext->id);" but found "//role_assign($wsroleId->id, $webserviceUser->id, $systemContext->id);"
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 "//".
(#34) Missing docblock for class mod_lanebs_external
(#35) Opening brace should be on the same line as the declaration for class mod_lanebs_external
(#36) Missing docblock for constant mod_lanebs_external::SORT_CREATE_DESC
(#44) Opening brace should be on the same line as the declaration
(#46) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#69) No one-line description found in phpdocs for docblock of function search_books
(#69) Variable "searchParam" must be all lower-case
(#69) Variable "catId" must be all lower-case
(#70) Opening brace should be on the same line as the declaration
(#71) Short array syntax must be used to define arrays
(#72) Variable "baseUrl" must be all lower-case
(#73) Variable "baseUrl" must be all lower-case
(#74) Variable "searchParam" must be all lower-case
(#74) Variable "searchParam" must be all lower-case
(#75) Variable "searchParam" must be all lower-case
(#77) Variable "baseUrl" must be all lower-case
(#79) Variable "searchParam" must be all lower-case
(#79) Variable "searchParam" must be all lower-case
(#80) Variable "searchParam" must be all lower-case
(#82) Variable "searchParam" must be all lower-case
(#83) Variable "searchParam" must be all lower-case
(#85) Variable "catId" must be all lower-case
(#85) Variable "catId" must be all lower-case
(#86) Variable "catId" must be all lower-case
(#90) Short array syntax must be used to define arrays
(#97) 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
(#102) There should be a comma after the last array item in a multi-line array.
(#112) Short array syntax must be used to define arrays
(#118) Missing docblock for function book_content
(#119) Opening brace should be on the same line as the declaration
(#121) Short array syntax must be used to define arrays
(#125) Line exceeds 132 characters; contains 151 characters
(#129) There should be a comma after the last array item in a multi-line array.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) This comment is 48% valid code; is this commented out code?
(#132) 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';"
(#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.
(#138) Missing docblock for function book_content_parameters
(#139) Opening brace should be on the same line as the declaration
(#141) Short array syntax must be used to define arrays
(#143) There should be a comma after the last array item in a multi-line array.
(#148) Missing docblock for function book_content_returns
(#149) Opening brace should be on the same line as the declaration
(#151) Short array syntax must be used to define arrays
(#157) Missing docblock for function category_tree_parameters
(#158) Opening brace should be on the same line as the declaration
(#160) Short array syntax must be used to define arrays
(#161) Short array syntax must be used to define arrays
(#161) Line exceeds 132 characters; contains 140 characters
(#162) There should be a comma after the last array item in a multi-line array.
(#167) Missing docblock for function category_tree
(#167) Variable "categoryId" must be all lower-case
(#168) Opening brace should be on the same line as the declaration
(#172) Short array syntax must be used to define arrays
(#176) Line exceeds 132 characters; contains 151 characters
(#180) There should be a comma after the last array item in a multi-line array.
(#183) Variable "categoryId" must be all lower-case
(#183) Variable "categoryId" must be all lower-case
(#184) Variable "baseUrl" must be all lower-case
(#185) Variable "categoryId" must be all lower-case
(#185) Variable "categoryId" must be all lower-case
(#185) Variable "categoryId" must be all lower-case
(#186) Variable "baseUrl" must be all lower-case
(#188) Expected "} else {\n"; found "}\n else {\n"
(#189) Variable "baseUrl" must be all lower-case
(#189) Variable "categoryId" must be all lower-case
(#192) Short array syntax must be used to define arrays
(#193) There should be a comma after the last array item in a multi-line array.
(#197) Missing docblock for function category_tree_returns
(#198) Opening brace should be on the same line as the declaration
(#200) Short array syntax must be used to define arrays
(#206) Missing docblock for function auth_parameters
(#207) Opening brace should be on the same line as the declaration
(#211) Missing docblock for function auth
(#212) Opening brace should be on the same line as the declaration
(#214) Short array syntax must be used to define arrays
(#217) Missing docblock for function auth_returns
(#218) Opening brace should be on the same line as the declaration
(#220) Short array syntax must be used to define arrays
(#221) There should be a comma after the last array item in a multi-line array.
(#226) Missing docblock for function lanebs_info_parameters
(#227) Opening brace should be on the same line as the declaration
(#229) Short array syntax must be used to define arrays
(#230) There should be a comma after the last array item in a multi-line array.
(#235) Missing docblock for function lanebs_info
(#236) Opening brace should be on the same line as the declaration
(#238) Short array syntax must be used to define arrays
(#244) Short array syntax must be used to define arrays
(#246) Short array syntax must be used to define arrays
(#253) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#260) Missing docblock for function lanebs_info_returns
(#261) Opening brace should be on the same line as the declaration
(#263) Short array syntax must be used to define arrays
(#269) Missing docblock for function toc_name_parameters
(#270) Opening brace should be on the same line as the declaration
(#272) Short array syntax must be used to define arrays
(#279) Missing docblock for function toc_name
(#280) Opening brace should be on the same line as the declaration
(#282) Short array syntax must be used to define arrays
(#286) Line exceeds 132 characters; contains 151 characters
(#290) There should be a comma after the last array item in a multi-line array.
(#293) Variable "readerUrl" must be all lower-case
(#294) Variable "readerUrl" must be all lower-case
(#296) Variable "tocName" must be all lower-case
(#296) Short array syntax must be used to define arrays
(#302) Variable "tocId" must be all lower-case
(#304) Variable "tocName" must be all lower-case
(#308) Variable "tocId" must be all lower-case
(#308) Expected 1 space before "+"; 0 found
(#308) Expected 1 space after "+"; 0 found
(#308) Variable "tocId" must be all lower-case
(#308) Expected 1 space before "+"; 0 found
(#308) Expected 1 space after "+"; 0 found
(#309) Variable "tocName" must be all lower-case
(#313) Variable "tocId" must be all lower-case
(#313) Expected 1 space before "+"; 0 found
(#313) Expected 1 space after "+"; 0 found
(#314) Variable "tocName" must be all lower-case
(#319) Variable "tocName" must be all lower-case
(#321) Short array syntax must be used to define arrays
(#322) Variable "tocName" must be all lower-case
(#322) There should be a comma after the last array item in a multi-line array.
(#326) Missing docblock for function toc_name_returns
(#327) Opening brace should be on the same line as the declaration
(#329) Short array syntax must be used to define arrays
(#330) There should be a comma after the last array item in a multi-line array.
(#335) Missing docblock for function toc_videos_parameters
(#336) Opening brace should be on the same line as the declaration
(#338) Short array syntax must be used to define arrays
(#344) Missing docblock for function toc_videos
(#345) Opening brace should be on the same line as the declaration
(#347) Short array syntax must be used to define arrays
(#351) Line exceeds 132 characters; contains 151 characters
(#355) There should be a comma after the last array item in a multi-line array.
(#358) Variable "readerUrl" must be all lower-case
(#359) Variable "readerUrl" must be all lower-case
(#361) Variable "formatItems" must be all lower-case
(#361) Short array syntax must be used to define arrays
(#364) Variable "formatItems" must be all lower-case
(#364) Short array syntax must be used to define arrays
(#369) There should be a comma after the last array item in a multi-line array.
(#373) Short array syntax must be used to define arrays
(#374) Variable "formatItems" must be all lower-case
(#374) There should be a comma after the last array item in a multi-line array.
(#378) Missing docblock for function toc_videos_returns
(#379) Opening brace should be on the same line as the declaration
(#381) Short array syntax must be used to define arrays
(#382) There should be a comma after the last array item in a multi-line array.
(#387) Missing docblock for function video_stat_returns
(#388) Opening brace should be on the same line as the declaration
(#390) Short array syntax must be used to define arrays
(#391) There should be a comma after the last array item in a multi-line array.
(#396) Missing docblock for function video_stat
(#396) Variable "bookId" must be all lower-case
(#396) Variable "videoId" must be all lower-case
(#397) Opening brace should be on the same line as the declaration
(#400) Short array syntax must be used to define arrays
(#404) Line exceeds 132 characters; contains 150 characters
(#409) Variable "profileUrl" must be all lower-case
(#410) Variable "profileUrl" must be all lower-case
(#410) Short array syntax must be used to define arrays
(#410) Variable "bookId" must be all lower-case
(#410) Variable "videoId" must be all lower-case
(#411) Short array syntax must be used to define arrays
(#412) There should be a comma after the last array item in a multi-line array.
(#416) Missing docblock for function video_stat_parameters
(#417) Opening brace should be on the same line as the declaration
(#419) Short array syntax must be used to define arrays
(#426) Missing docblock for function regexReplace
(#426) Public method name "mod_lanebs_external::regexReplace" must be in lower-case letters only
(#427) Opening brace should be on the same line as the declaration
(#428) Variable "readerUrl" must be all lower-case
(#429) Variable "patternHref" must be all lower-case
(#430) Variable "replaceHref" must be all lower-case
(#430) Variable "readerUrl" must be all lower-case
(#431) Variable "patternSrc" must be all lower-case
(#432) Variable "replaceSrc" must be all lower-case
(#432) Variable "readerUrl" must be all lower-case
(#433) Variable "patternImg" must be all lower-case
(#434) Variable "replaceImg" must be all lower-case
(#435) Variable "patternImg" must be all lower-case
(#435) Variable "replaceImg" must be all lower-case
(#436) Variable "patternHref" must be all lower-case
(#436) Variable "replaceHref" must be all lower-case
(#437) Variable "patternSrc" must be all lower-case
(#437) Variable "replaceSrc" must be all lower-case
(#440) 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 "//".
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#36) Unexpected string end, it should be a line feed after a semicolon
(#37) Unexpected string end, it should be a line feed after a semicolon
(#38) Unexpected string end, it should be a line feed after a semicolon
(#39) Unexpected string end, it should be a line feed after a semicolon
(#40) Unexpected string end, it should be a line feed after a semicolon
(#41) Unexpected string end, it should be a line feed after a semicolon
(#42) Unexpected string end, it should be a line feed after a semicolon
(#43) Unexpected string end, it should be a line feed after a semicolon
(#44) Unexpected string end, it should be a line feed after a semicolon
(#45) Unexpected string end, it should be a line feed after a semicolon
(#46) Unexpected string end, it should be a line feed after a semicolon
(#47) Unexpected string end, it should be a line feed after a semicolon
(#48) Unexpected string end, it should be a line feed after a semicolon
(#49) Unexpected string end, it should be a line feed after a semicolon
(#50) Unexpected string end, it should be a line feed after a semicolon
(#51) Unexpected string end, it should be a line feed after a semicolon
(#52) Unexpected string end, it should be a line feed after a semicolon
(#53) Unexpected string end, it should be a line feed after a semicolon
(#54) Unexpected string end, it should be a line feed after a semicolon
(#55) Unexpected string end, it should be a line feed after a semicolon
(#56) Unexpected string end, it should be a line feed after a semicolon
(#57) Unexpected string end, it should be a line feed after a semicolon
(#58) Unexpected string end, it should be a line feed after a semicolon
(#59) Unexpected string end, it should be a line feed after a semicolon
(#60) Unexpected string end, it should be a line feed after a semicolon
(#61) Unexpected string end, it should be a line feed after a semicolon
(#62) Unexpected string end, it should be a line feed after a semicolon
(#63) Unexpected string end, it should be a line feed after a semicolon
(#64) Unexpected string end, it should be a line feed after a semicolon
(#65) Unexpected string end, it should be a line feed after a semicolon
(#66) Unexpected string end, it should be a line feed after a semicolon
(#67) Unexpected string end, it should be a line feed after a semicolon
(#68) Unexpected string end, it should be a line feed after a semicolon
(#69) Unexpected string end, it should be a line feed after a semicolon
(#70) Unexpected string end, it should be a line feed after a semicolon
(#71) Unexpected string end, it should be a line feed after a semicolon
(#72) Unexpected string end, it should be a line feed after a semicolon
(#73) Unexpected string end, it should be a line feed after a semicolon
(#74) Unexpected string end, it should be a line feed after a semicolon
(#75) Unexpected string end, it should be a line feed after a semicolon
(#76) Unexpected string end, it should be a line feed after a semicolon
(#77) Unexpected string end, it should be a line feed after a semicolon
(#78) Unexpected string end, it should be a line feed after a semicolon
(#79) Unexpected string end, it should be a line feed after a semicolon
(#80) Unexpected string end, it should be a line feed after a semicolon
(#81) Unexpected string end, it should be a line feed after a semicolon
(#82) Unexpected string end, it should be a line feed after a semicolon
(#83) Unexpected string end, it should be a line feed after a semicolon
(#84) Unexpected string end, it should be a line feed after a semicolon
(#85) Unexpected string end, it should be a line feed after a semicolon
(#86) Unexpected string end, it should be a line feed after a semicolon
(#87) Unexpected string end, it should be a line feed after a semicolon
(#88) Unexpected string end, it should be a line feed after a semicolon
(#89) Unexpected string end, it should be a line feed after a semicolon
(#90) Unexpected string end, it should be a line feed after a semicolon
(#91) Unexpected string end, it should be a line feed after a semicolon
(#92) Unexpected string end, it should be a line feed after a semicolon
(#93) Unexpected string end, it should be a line feed after a semicolon
(#94) Unexpected string end, it should be a line feed after a semicolon
(#95) Unexpected string end, it should be a line feed after a semicolon
(#96) Unexpected string end, it should be a line feed after a semicolon
(#97) Unexpected string end, it should be a line feed after a semicolon
(#98) Unexpected string end, it should be a line feed after a semicolon
(#99) Unexpected string end, it should be a line feed after a semicolon
(#100) Unexpected string end, it should be a line feed after a semicolon
(#101) Unexpected string end, it should be a line feed after a semicolon
(#102) Unexpected string end, it should be a line feed after a semicolon
(#103) Unexpected string end, it should be a line feed after a semicolon
(#104) Unexpected string end, it should be a line feed after a semicolon
(#105) Unexpected string end, it should be a line feed after a semicolon
(#107) Unexpected string end, it should be a line feed after a semicolon
(#108) Unexpected string end, it should be a line feed after a semicolon
(#109) Unexpected string end, it should be a line feed after a semicolon
(#111) Unexpected string end, it should be a line feed after a semicolon
(#112) Unexpected string end, it should be a line feed after a semicolon
(#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 "//".
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#36) Unexpected string end, it should be a line feed after a semicolon
(#37) Unexpected string end, it should be a line feed after a semicolon
(#38) Unexpected string end, it should be a line feed after a semicolon
(#39) Unexpected string end, it should be a line feed after a semicolon
(#40) Unexpected string end, it should be a line feed after a semicolon
(#41) Unexpected string end, it should be a line feed after a semicolon
(#42) Unexpected string end, it should be a line feed after a semicolon
(#43) Unexpected string end, it should be a line feed after a semicolon
(#44) Unexpected string end, it should be a line feed after a semicolon
(#45) Unexpected string end, it should be a line feed after a semicolon
(#46) Unexpected string end, it should be a line feed after a semicolon
(#47) Unexpected string end, it should be a line feed after a semicolon
(#48) Unexpected string end, it should be a line feed after a semicolon
(#49) Unexpected string end, it should be a line feed after a semicolon
(#50) Unexpected string end, it should be a line feed after a semicolon
(#51) Unexpected string end, it should be a line feed after a semicolon
(#52) Unexpected string end, it should be a line feed after a semicolon
(#53) Unexpected string end, it should be a line feed after a semicolon
(#54) Unexpected string end, it should be a line feed after a semicolon
(#55) Unexpected string end, it should be a line feed after a semicolon
(#56) Unexpected string end, it should be a line feed after a semicolon
(#57) Unexpected string end, it should be a line feed after a semicolon
(#58) Unexpected string end, it should be a line feed after a semicolon
(#59) Unexpected string end, it should be a line feed after a semicolon
(#60) Unexpected string end, it should be a line feed after a semicolon
(#61) Unexpected string end, it should be a line feed after a semicolon
(#62) Unexpected string end, it should be a line feed after a semicolon
(#63) Unexpected string end, it should be a line feed after a semicolon
(#64) Unexpected string end, it should be a line feed after a semicolon
(#65) Unexpected string end, it should be a line feed after a semicolon
(#66) Unexpected string end, it should be a line feed after a semicolon
(#67) Unexpected string end, it should be a line feed after a semicolon
(#68) Unexpected string end, it should be a line feed after a semicolon
(#69) Unexpected string end, it should be a line feed after a semicolon
(#70) Unexpected string end, it should be a line feed after a semicolon
(#71) Unexpected string end, it should be a line feed after a semicolon
(#72) Unexpected string end, it should be a line feed after a semicolon
(#73) Unexpected string end, it should be a line feed after a semicolon
(#74) Unexpected string end, it should be a line feed after a semicolon
(#75) Unexpected string end, it should be a line feed after a semicolon
(#76) Unexpected string end, it should be a line feed after a semicolon
(#77) Unexpected string end, it should be a line feed after a semicolon
(#78) Unexpected string end, it should be a line feed after a semicolon
(#79) Unexpected string end, it should be a line feed after a semicolon
(#80) Unexpected string end, it should be a line feed after a semicolon
(#81) Unexpected string end, it should be a line feed after a semicolon
(#82) Unexpected string end, it should be a line feed after a semicolon
(#83) Unexpected string end, it should be a line feed after a semicolon
(#84) Unexpected string end, it should be a line feed after a semicolon
(#85) Unexpected string end, it should be a line feed after a semicolon
(#86) Unexpected string end, it should be a line feed after a semicolon
(#87) Unexpected string end, it should be a line feed after a semicolon
(#88) Unexpected string end, it should be a line feed after a semicolon
(#89) Unexpected string end, it should be a line feed after a semicolon
(#90) Unexpected string end, it should be a line feed after a semicolon
(#91) Unexpected string end, it should be a line feed after a semicolon
(#92) Unexpected string end, it should be a line feed after a semicolon
(#93) Unexpected string end, it should be a line feed after a semicolon
(#94) Unexpected string end, it should be a line feed after a semicolon
(#95) Unexpected string end, it should be a line feed after a semicolon
(#96) Unexpected string end, it should be a line feed after a semicolon
(#97) Unexpected string end, it should be a line feed after a semicolon
(#98) Unexpected string end, it should be a line feed after a semicolon
(#99) Unexpected string end, it should be a line feed after a semicolon
(#100) Unexpected string end, it should be a line feed after a semicolon
(#101) Unexpected string end, it should be a line feed after a semicolon
(#102) Unexpected string end, it should be a line feed after a semicolon
(#103) Unexpected string end, it should be a line feed after a semicolon
(#104) Unexpected string end, it should be a line feed after a semicolon
(#106) Unexpected string end, it should be a line feed after a semicolon
(#107) Unexpected string end, it should be a line feed after a semicolon
(#108) Unexpected string end, it should be a line feed after a semicolon
(#110) Unexpected string end, it should be a line feed after a semicolon
(#111) Unexpected string end, it should be a line feed after a semicolon
(#111) 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 "//".
(#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 "systemContext" must be all lower-case
(#150) Variable "systemContext" must be all lower-case
(#155) Variable "webserviceUser" must be all lower-case
(#156) Variable "webserviceUser" must be all lower-case
(#157) Short array syntax must be used to define arrays
(#164) Variable "webserviceUser" must be all lower-case
(#164) Short array syntax must be used to define arrays
(#166) Variable "wsName" must be all lower-case
(#167) Variable "wsroleId" must be all lower-case
(#167) Short array syntax must be used to define arrays
(#167) Variable "wsName" must be all lower-case
(#168) Variable "wsroleId" must be all lower-case
(#169) Variable "wsroleId" must be all lower-case
(#169) Variable "wsroleId" must be all lower-case
(#171) Variable "wsroleId" must be all lower-case
(#171) Variable "wsName" must be all lower-case
(#173) Variable "wsroleId" must be all lower-case
(#174) Variable "wsroleId" must be all lower-case
(#174) Variable "systemContext" must be all lower-case
(#175) Variable "wsroleId" must be all lower-case
(#175) Variable "systemContext" must be all lower-case
(#176) Variable "wsroleId" must be all lower-case
(#176) Variable "systemContext" must be all lower-case
(#177) Variable "wsroleId" must be all lower-case
(#177) Variable "systemContext" must be all lower-case
(#178) Variable "wsroleId" must be all lower-case
(#178) Variable "systemContext" must be all lower-case
(#179) Variable "wsroleId" must be all lower-case
(#179) Variable "webserviceUser" must be all lower-case
(#179) Variable "systemContext" must be all lower-case
(#181) Variable "webserviceManager" must be all lower-case
(#182) Variable "webserviceManager" must be all lower-case
(#184) Variable "webserviceManager" must be all lower-case
(#189) Variable "webserviceManager" must be all lower-case
(#190) Variable "authUser" must be all lower-case
(#190) Variable "webserviceManager" must be all lower-case
(#190) Variable "webserviceUser" must be all lower-case
(#191) Variable "authUser" must be all lower-case
(#192) Variable "webserviceManager" must be all lower-case
(#192) Variable "webserviceUser" must be all lower-case
(#194) Variable "webserviceManager" must be all lower-case
(#194) Variable "webserviceUser" must be all lower-case
(#197) Variable "webserviceUser" must be all lower-case
(#197) Variable "systemContext" must be all lower-case
(#199) Expected "} else {\n"; found "}\n else {\n"
(#200) Variable "webserviceUser" must be all lower-case
(#200) Variable "systemContext" must be all lower-case
(#206) Missing docblock for function install_permissions
(#207) Opening brace should be on the same line as the declaration
(#209) Variable "systemContext" must be all lower-case
(#210) Variable "systemContext" must be all lower-case
(#211) Variable "webserviceUser" must be all lower-case
(#212) Variable "systemContext" must be all lower-case
(#212) Variable "webserviceUser" must be all lower-case
(#213) Variable "wsName" must be all lower-case
(#214) Variable "wsroleId" must be all lower-case
(#214) Short array syntax must be used to define arrays
(#214) Variable "wsName" must be all lower-case
(#215) Variable "wsroleId" must be all lower-case
(#216) Variable "wsroleId" must be all lower-case
(#216) Variable "systemContext" must be all lower-case
(#217) Variable "wsroleId" must be all lower-case
(#217) Variable "systemContext" must be all lower-case
(#218) Variable "wsroleId" must be all lower-case
(#218) Variable "systemContext" must be all lower-case
(#219) Variable "wsroleId" must be all lower-case
(#219) Variable "systemContext" must be all lower-case
(#220) Variable "wsroleId" must be all lower-case
(#220) Variable "systemContext" must be all lower-case
(#224) Missing docblock for function getLanebs
(#224) function name "getLanebs" must be lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#230) Short array syntax must be used to define arrays
(#248) Short array syntax must be used to define arrays
(#254) Missing docblock for function getQuiz
(#254) function name "getQuiz" must be lower-case letters only
(#254) Variable "quizData" must be all lower-case
(#255) Opening brace should be on the same line as the declaration
(#260) Variable "quizData" must be all lower-case
(#262) Variable "quizData" must be all lower-case
(#268) Expected 1 space after "="; 2 found
(#268) Variable "quizData" must be all lower-case
(#269) Expected 1 space after "="; 2 found
(#269) Variable "quizData" must be all lower-case
(#270) Variable "quizData" must be all lower-case
(#289) Missing docblock for function importQuestions
(#289) function name "importQuestions" must be lower-case letters only
(#290) Opening brace should be on the same line as the declaration
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) This comment is 80% valid code; is this commented out code?
(#293) No space found before comment text; expected "// $qformat->setCatfromfile(false);" but found "//$qformat->setCatfromfile(false);"
(#294) No space found before comment text; expected "// $qformat->setContexts($contexts);" but found "//$qformat->setContexts($contexts);"
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) This comment is 86% valid code; is this commented out code?
(#296) No space found before comment text; expected "// $qformat->setContextfromfile(true);" but found "//$qformat->setContextfromfile(true);"
(#303) Missing docblock for function createFolder
(#303) function name "createFolder" must be lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#337) Missing docblock for function send_logs
(#338) Opening brace should be on the same line as the declaration
(#344) Short array syntax must be used to define arrays
(#348) Line exceeds 132 characters; contains 146 characters
(#355) Missing docblock for function send_stat
(#356) Opening brace should be on the same line as the declaration
(#362) Short array syntax must be used to define arrays
(#366) Line exceeds 132 characters; contains 146 characters
(#373) Missing docblock for function get_course_creator
(#374) Opening brace should be on the same line as the declaration
(#376) Short array syntax must be used to define arrays
(#377) Short array syntax must be used to define arrays
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) Opening brace should be on the same line as the declaration
(#406) "require" must be immediately followed by an open parenthesis
(#419) No one-line description found in phpdocs for docblock of function create_unity_list
(#420) Opening brace should be on the same line as the declaration
(#422) Variable "listName" must be all lower-case
(#423) Short array syntax must be used to define arrays
(#423) Variable "listName" must be all lower-case
(#425) Short array syntax must be used to define arrays
(#427) Short array syntax must be used to define arrays
(#430) Variable "modulePage" must be all lower-case
(#430) Short array syntax must be used to define arrays
(#430) Line exceeds 132 characters; contains 165 characters
(#431) Variable "modulePage" must be all lower-case
(#445) Variable "listName" must be all lower-case
(#454) Short array syntax must be used to define arrays
(#458) Variable "contentType" must be all lower-case
(#459) Variable "contentType" must be all lower-case
(#462) Variable "pCount" must be all lower-case
(#462) Expected 1 space before "+"; 0 found
(#462) Expected 1 space after "+"; 0 found
(#463) Variable "newElements" must be all lower-case
(#463) Short array syntax must be used to define arrays
(#464) Variable "biblioRecords" must be all lower-case
(#464) Short array syntax must be used to define arrays
(#466) Variable "biblioRecords" must be all lower-case
(#468) Variable "biblioRecords" must be all lower-case
(#468) Variable "biblioRecords" must be all lower-case
(#469) Variable "biblioRecords" must be all lower-case
(#469) Variable "biblioRecord" must be all lower-case
(#473) Variable "biblioRecord" must be all lower-case
(#473) Variable "biblioRecord" must be all lower-case
(#474) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#479) Variable "biblioRecord" must be all lower-case
(#480) Line exceeds 132 characters; contains 166 characters
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Variable "newElements" must be all lower-case
(#481) Variable "pCount" must be all lower-case
(#487) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#493) Variable "newElements" must be all lower-case
(#493) Variable "pCount" must be all lower-case
(#496) Variable "newElements" must be all lower-case
(#505) Missing docblock for function sorting_section_modules
(#506) Opening brace should be on the same line as the declaration
(#508) Variable "sectionModules" must be all lower-case
(#508) Short array syntax must be used to define arrays
(#509) Variable "sectionModules" must be all lower-case
(#510) Variable "seqModules" must be all lower-case
(#511) Short array syntax must be used to define arrays
(#512) Short array syntax must be used to define arrays
(#513) Short array syntax must be used to define arrays
(#514) Short array syntax must be used to define arrays
(#516) Variable "seqModules" must be all lower-case
(#521) Short array syntax must be used to define arrays
(#523) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#528) Short array syntax must be used to define arrays
(#529) Short array syntax must be used to define arrays
(#530) Short array syntax must be used to define arrays
(#540) Short array syntax must be used to define arrays
(#545) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#545) Expected "if (...) {\n"; found "if(...) {\n"
(#555) Variable "sectionModules" must be all lower-case
(#556) Variable "sectionModules" must be all lower-case
(#560) Missing docblock for function check_module_exist
(#560) Variable "moduleObj" must be all lower-case
(#560) Variable "moduleName" must be all lower-case
(#561) Opening brace should be on the same line as the declaration
(#563) Variable "courseSection" must be all lower-case
(#563) Short array syntax must be used to define arrays
(#564) Short array syntax must be used to define arrays
(#564) Variable "courseSection" must be all lower-case
(#564) Variable "moduleObj" must be all lower-case
(#564) Line exceeds 132 characters; contains 170 characters
(#566) Variable "moduleObj" must be all lower-case
(#566) Short array syntax must be used to define arrays
(#567) Variable "moduleName" must be all lower-case
(#567) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#572) 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 "//".
(#39) Missing docblock for function definition
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Variable "baseUrl" must be all lower-case
(#53) Short array syntax must be used to define arrays
(#53) Variable "baseUrl" must be all lower-case
(#59) Short array syntax must be used to define arrays
(#59) Commas (,) must be followed by white space.
(#59) Line exceeds 132 characters; contains 163 characters
(#84) Short array syntax must be used to define arrays
(#84) Line exceeds maximum limit of 180 characters; contains 364 characters
(#87) Short array syntax must be used to define arrays
(#87) Commas (,) must be followed by white space.
(#87) Line exceeds 132 characters; contains 180 characters
(#116) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#126) Possible useless method overriding detected
(#126) Missing docblock for function validation
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
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) There should be a comma after the last array item in a multi-line array.
(#112) Whitespace found at end of line
(#115) Short array syntax must be used to define arrays
(#116) There should be a comma after the last array item in a multi-line array.
mod/lanebs/tests/AuthService/Auth_test.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 "AuthService".
(#27) PHPUnit class "mod_lanebs\tests\authservice\auth_test", with namespace "mod_lanebs\tests\authservice", currently located at "tests/AuthService" directory, does not match its expected location at "tests/tests/authservice"
(#35) PHPUnit testcase name "auth_test" does not match file name "Auth_test"
(#35) Missing docblock for class Auth_test
(#36) Opening brace should be on the same line as the declaration for class Auth_test
(#38) Opening brace should be on the same line as the declaration
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Missing docblock for function getService in testcase
(#51) Protected method name "Auth_test::getService" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#54) Missing docblock for function get in testcase
(#55) Opening brace should be on the same line as the declaration
(#61) Missing docblock for function log in testcase
(#62) Opening brace should be on the same line as the declaration
(#73) Test method test_raw() is missing any coverage information, own or at class level
(#74) Opening brace should be on the same line as the declaration
(#79) Test method test_auth_or_get() is missing any coverage information, own or at class level
(#80) Opening brace should be on the same line as the declaration
(#86) File must end with a newline character
mod/lanebs/tests/Content/ContentService_test.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 "Content".
(#27) PHPUnit class "mod_lanebs\tests\content\contentservice_test", with namespace "mod_lanebs\tests\content", currently located at "tests/Content" directory, does not match its expected location at "tests/tests/content"
(#34) PHPUnit testcase name "contentservice_test" does not match file name "ContentService_test"
(#34) Missing docblock for class ContentService_test
(#35) Opening brace should be on the same line as the declaration for class ContentService_test
(#36) Missing member variable doc comment
(#39) Opening brace should be on the same line as the declaration
(#50) Test method test_getCategories() is missing any coverage information, own or at class level
(#50) Public method name "ContentService_test::test_getCategories" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#56) File must end with a newline character
mod/lanebs/tests/Logger/Logger_test.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 "Logger".
(#27) PHPUnit class "mod_lanebs\tests\logger\logger_test", with namespace "mod_lanebs\tests\logger", currently located at "tests/Logger" directory, does not match its expected location at "tests/tests/logger"
(#38) PHPUnit testcase name "logger_test" does not match file name "Logger_test"
(#38) Missing docblock for class Logger_test
(#39) Opening brace should be on the same line as the declaration for class Logger_test
(#40) Missing member variable doc comment
(#43) Opening brace should be on the same line as the declaration
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No one-line description found in phpdocs for docblock of function loggerProvider
(#66) Public method name "Logger_test::loggerProvider" must be in lower-case letters only
(#66) Data provider method "loggerProvider" must return an array, a Generator or an Iterable.
(#66) Data provider method "loggerProvider" must return an array, a Generator or an Iterable.
(#66) Data provider method "loggerProvider" must return an array, a Generator or an Iterable.
(#66) Data provider method "loggerProvider" must return an array, a Generator or an Iterable.
(#67) Opening brace should be on the same line as the declaration
(#70) Missing member variable doc comment
(#72) Missing docblock for function get in testcase
(#73) Opening brace should be on the same line as the declaration
(#78) Missing docblock for function log in testcase
(#79) Opening brace should be on the same line as the declaration
(#84) Missing docblock for function post in testcase
(#85) Opening brace should be on the same line as the declaration
(#99) Test method test_factory() is missing any coverage information, own or at class level
(#100) Opening brace should be on the same line as the declaration
(#111) Test method test_log() is missing any coverage information, own or at class level
(#111) No one-line description found in phpdocs for docblock of function test_log
(#111) Variable "hasToken" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#126) Test method test_statistic() is missing any coverage information, own or at class level
(#126) No one-line description found in phpdocs for docblock of function test_statistic
(#126) Variable "hasToken" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#136) Variable "hasToken" must be all lower-case
(#149) Test method test_install() is missing any coverage information, own or at class level
(#149) No one-line description found in phpdocs for docblock of function test_install
(#149) Variable "hasToken" must be all lower-case
(#150) Opening brace should be on the same line as the declaration
(#151) Variable "hasToken" must be all lower-case
(#152) Variable "hasToken" must be all lower-case
(#164) Test method test_uninstall() is missing any coverage information, own or at class level
(#164) No one-line description found in phpdocs for docblock of function test_uninstall
(#164) Variable "hasToken" must be all lower-case
(#165) Opening brace should be on the same line as the declaration
(#166) Variable "hasToken" must be all lower-case
(#168) File must end with a newline character
mod/lanebs/tests/Support/Client/BaseClientService_test.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 "Client".
(#27) PHPUnit class "mod_lanebs\tests\support\client\baseclientservice_test", with namespace "mod_lanebs\tests\support\client", currently located at "tests/Support/Client" directory, does not match its expected location at "tests/tests/support/client"
(#33) PHPUnit testcase name "baseclientservice_test" does not match file name "BaseClientService_test"
(#33) Missing docblock for class BaseClientService_test
(#34) Opening brace should be on the same line as the declaration for class BaseClientService_test
(#35) Missing member variable doc comment
(#37) Missing member variable doc comment
(#40) Opening brace should be on the same line as the declaration
(#48) Missing docblock for function log in testcase
(#49) Opening brace should be on the same line as the declaration
(#56) Test method test_get() is missing any coverage information, own or at class level
(#57) Opening brace should be on the same line as the declaration
(#60) Variable "assertParam" must be all lower-case
(#61) Variable "assertHeadName" must be all lower-case
(#62) Variable "assertHeadValue" must be all lower-case
(#65) Variable "assertHeadName" must be all lower-case
(#65) There should be a comma after the last array item in a multi-line array.
(#65) Variable "assertHeadValue" must be all lower-case
(#66) There should be a comma after the last array item in a multi-line array.
(#68) Variable "assertParam" must be all lower-case
(#72) Variable "assertParam" must be all lower-case
(#74) Variable "assertHeadName" must be all lower-case
(#75) Variable "assertHeadValue" must be all lower-case
(#75) Variable "assertHeadName" must be all lower-case
(#78) Test method test_post() is missing any coverage information, own or at class level
(#79) Opening brace should be on the same line as the declaration
(#82) Variable "assertParam" must be all lower-case
(#83) Variable "assertHeadName" must be all lower-case
(#84) Variable "assertHeadValue" must be all lower-case
(#87) Variable "assertHeadName" must be all lower-case
(#87) There should be a comma after the last array item in a multi-line array.
(#87) Variable "assertHeadValue" must be all lower-case
(#88) There should be a comma after the last array item in a multi-line array.
(#90) Variable "assertParam" must be all lower-case
(#94) Variable "assertParam" must be all lower-case
(#96) Variable "assertHeadName" must be all lower-case
(#97) Variable "assertHeadValue" must be all lower-case
(#97) Variable "assertHeadName" must be all lower-case
(#100) Test method test_setOptional() is missing any coverage information, own or at class level
(#100) Public method name "BaseClientService_test::test_setOptional" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#103) Variable "assertParam" must be all lower-case
(#104) Variable "assertHeadName" must be all lower-case
(#105) Variable "assertHeadValue" must be all lower-case
(#108) Variable "assertHeadName" must be all lower-case
(#108) There should be a comma after the last array item in a multi-line array.
(#108) Variable "assertHeadValue" must be all lower-case
(#109) There should be a comma after the last array item in a multi-line array.
(#113) Variable "assertParam" must be all lower-case
(#116) Variable "assertHeadName" must be all lower-case
(#117) Variable "assertHeadValue" must be all lower-case
(#117) Variable "assertHeadName" must be all lower-case
(#119) File must end with a newline character
mod/lanebs/tests/Support/Client/ClientService_test.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 "Client".
(#27) PHPUnit class "mod_lanebs\tests\support\client\clientservice_test", with namespace "mod_lanebs\tests\support\client", currently located at "tests/Support/Client" directory, does not match its expected location at "tests/tests/support/client"
(#33) PHPUnit testcase name "clientservice_test" does not match file name "ClientService_test"
(#33) Missing docblock for class ClientService_test
(#34) Opening brace should be on the same line as the declaration for class ClientService_test
(#36) Opening brace should be on the same line as the declaration
(#45) Test method test_factory() is missing any coverage information, own or at class level
(#46) Opening brace should be on the same line as the declaration
(#50) File must end with a newline character
mod/lanebs/tests/Support/Config_test.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 "Support".
(#27) PHPUnit class "mod_lanebs\tests\support\config_test", with namespace "mod_lanebs\tests\support", currently located at "tests/Support" directory, does not match its expected location at "tests/tests/support"
(#32) PHPUnit testcase name "config_test" does not match file name "Config_test"
(#32) Missing docblock for class Config_test
(#33) Opening brace should be on the same line as the declaration for class Config_test
(#35) Opening brace should be on the same line as the declaration
(#39) Test method test_CRU_Config() is missing any coverage information, own or at class level
(#39) Public method name "Config_test::test_CRU_Config" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#57) Test method test_install() is missing any coverage information, own or at class level
(#58) Opening brace should be on the same line as the declaration
(#66) Test method test_version() is missing any coverage information, own or at class level
(#67) Opening brace should be on the same line as the declaration
(#71) File must end with a newline character
mod/lanebs/tests/Token/Token_test.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 "Token".
(#27) PHPUnit class "mod_lanebs\tests\token\token_test", with namespace "mod_lanebs\tests\token", currently located at "tests/Token" directory, does not match its expected location at "tests/tests/token"
(#32) PHPUnit testcase name "token_test" does not match file name "Token_test"
(#32) Missing docblock for class Token_test
(#33) Opening brace should be on the same line as the declaration for class Token_test
(#34) Missing docblock for constant Token_test::ASSERT_TOKEN
(#37) Opening brace should be on the same line as the declaration
(#42) Test method test_nullable() is missing any coverage information, own or at class level
(#43) Opening brace should be on the same line as the declaration
(#47) Test method test_userToken() is missing any coverage information, own or at class level
(#47) Public method name "Token_test::test_userToken" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#59) Test method test_configToken() is missing any coverage information, own or at class level
(#59) Public method name "Token_test::test_configToken" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) Test method test_priority() is missing any coverage information, own or at class level
(#69) Opening brace should be on the same line as the declaration
(#80) File must end with a newline character
mod/lanebs/tests/assert/base_server.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file base_server.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) File must end with a newline character
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 "//".
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Inline doc block comments are not allowed; use "// Comment." instead
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#41) Inline doc block comments are not allowed; use "// Comment." instead
(#43) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Inline doc block comments are not allowed; use "// Comment." instead
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 comments must end in full-stops, exclamation marks, or question marks
(#36) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#59) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#68) Short array syntax must be used to define arrays
(#68) Line exceeds 132 characters; contains 177 characters
(#74) Short array syntax must be used to define arrays
(#81) There should be a comma after the last array item in a multi-line array.
(#86) Short array syntax must be used to define arrays
(#109) Commas (,) must be followed by white space.
(#111) Short array syntax must be used to define arrays

Javascript coding style problems

(1251 errors, 290 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected catch,fail,always() or return (promise/catch-or-return)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Each then() should return a value or throw (promise/always-return)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Unexpected alert. (no-alert)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Unexpected alert. (no-alert)
(#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/log.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) Identifier 'course_date' is not in camel case. (camelcase)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Identifier 'course_date' is not in camel case. (camelcase)
(#23) Identifier 'course_date' is not in camel case. (camelcase)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unnecessary escape character: \.. (no-useless-escape)
(#38) Unnecessary escape character: \.. (no-useless-escape)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Each then() should return a value or throw (promise/always-return)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["body"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#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)
mod/lanebs/amd/src/modal_book_handle.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 catch,fail,always() or return (promise/catch-or-return)
(#12) Each then() should return a value or throw (promise/always-return)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#22) Each then() should return a value or throw (promise/always-return)
(#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)
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) 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) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Avoid calling back inside of a promise. (promise/no-callback-in-promise)
(#37) ["body"] is better written in dot notation. (dot-notation)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/lanebs/amd/src/modal_constructor_handle.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) Identifier 'base_url' is not in camel case. (camelcase)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) ["subscriber_token"] is better written in dot notation. (dot-notation)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) ["subscriber_token"] is better written in dot notation. (dot-notation)
(#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) ["service_token"] is better written in dot notation. (dot-notation)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) ["service_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) 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 catch,fail,always() or return (promise/catch-or-return)
(#20) Each then() should return a value or throw (promise/always-return)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#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) 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) Identifier 'base_url' is not in camel case. (camelcase)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#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)
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) 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) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#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)
mod/lanebs/amd/src/modal_player_handle.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 catch,fail,always() or return (promise/catch-or-return)
(#11) Each then() should return a value or throw (promise/always-return)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#20) Each then() should return a value or throw (promise/always-return)
(#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)
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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected to return a value at the end of arrow function. (consistent-return)
(#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 to return a value at the end of arrow function. (consistent-return)
(#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) There should be no space after this paren. (space-in-parens)
(#67) There should be no space after this paren. (space-in-parens)
(#67) There should be no space before this paren. (space-in-parens)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Opening curly brace does not appear on the same line as controlling statement. (brace-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 space(s) after "if". (keyword-spacing)
(#74) There should be no space after this paren. (space-in-parens)
(#74) There should be no space before this paren. (space-in-parens)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) There should be no space after '['. (array-bracket-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#82) There should be no space after this paren. (space-in-parens)
(#82) There should be no space before this paren. (space-in-parens)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) There should be no space after this paren. (space-in-parens)
(#83) There should be no space after this paren. (space-in-parens)
(#83) There should be no space before this paren. (space-in-parens)
(#83) There should be no space before this paren. (space-in-parens)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) There should be no space after this paren. (space-in-parens)
(#84) There should be no space before this paren. (space-in-parens)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) There should be no space after '['. (array-bracket-spacing)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) There should be no space after this paren. (space-in-parens)
(#87) There should be no space before this paren. (space-in-parens)
(#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 space(s) after "if". (keyword-spacing)
(#93) There should be no space after this paren. (space-in-parens)
(#93) There should be no space before this paren. (space-in-parens)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) There should be no space after this paren. (space-in-parens)
(#94) There should be no space after this paren. (space-in-parens)
(#94) There should be no space before this paren. (space-in-parens)
(#94) There should be no space before this paren. (space-in-parens)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) There should be no space after this paren. (space-in-parens)
(#95) There should be no space before this paren. (space-in-parens)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) There should be no space after '['. (array-bracket-spacing)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) There should be no space after this paren. (space-in-parens)
(#98) There should be no space before this paren. (space-in-parens)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected catch,fail,always() or return (promise/catch-or-return)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Each then() should return a value or throw (promise/always-return)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected to return a value at the end of arrow function. (consistent-return)
(#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) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#183) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected catch,fail,always() or return (promise/catch-or-return)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Each then() should return a value or throw (promise/always-return)
(#187) Unexpected space before function parentheses. (space-before-function-paren)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Operator '+' must be spaced. (space-infix-ops)
(#207) Operator '+' must be spaced. (space-infix-ops)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Unexpected space before function parentheses. (space-before-function-paren)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) ["lanebs_error_book"] is better written in dot notation. (dot-notation)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Unexpected space before function parentheses. (space-before-function-paren)
(#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) ["lanebs_read_pg"] is better written in dot notation. (dot-notation)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Operator '+' must be spaced. (space-infix-ops)
(#259) Operator '+' must be spaced. (space-infix-ops)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) ["lanebs_show_desc"] is better written in dot notation. (dot-notation)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) Operator '+' must be spaced. (space-infix-ops)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) ["lanebs_cover"] is better written in dot notation. (dot-notation)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Operator '+' must be spaced. (space-infix-ops)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) ["lanebs_add"] is better written in dot notation. (dot-notation)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) ["lanebs_preshow"] is better written in dot notation. (dot-notation)
(#285) Operator '+' must be spaced. (space-infix-ops)
(#285) Operator '+' must be spaced. (space-infix-ops)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) ["lanebs_error_empty_search"] is better written in dot notation. (dot-notation)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Unexpected space before function parentheses. (space-before-function-paren)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Unexpected space before function parentheses. (space-before-function-paren)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Comments should not begin with a lowercase character. (capitalized-comments)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected to return a value at the end of function. (consistent-return)
(#327) Unexpected space before function parentheses. (space-before-function-paren)
(#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) 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) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Operator '+' must be spaced. (space-infix-ops)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Unexpected space before function parentheses. (space-before-function-paren)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Identifier 'parent_id' is not in camel case. (camelcase)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#374) Identifier 'parent_id' is not in camel case. (camelcase)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Operator '+' must be spaced. (space-infix-ops)
(#375) ["lanebs_BACK"] is better written in dot notation. (dot-notation)
(#375) Operator '+' must be spaced. (space-infix-ops)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Identifier 'parent_id' is not in camel case. (camelcase)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Unexpected space before function parentheses. (space-before-function-paren)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) ["body"] is better written in dot notation. (dot-notation)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) Unexpected space before function parentheses. (space-before-function-paren)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) 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) Operator '+' must be spaced. (space-infix-ops)
(#439) Operator '+' must be spaced. (space-infix-ops)
(#439) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#439) Operator '+' must be spaced. (space-infix-ops)
(#439) Operator '+' must be spaced. (space-infix-ops)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Closing curly brace does not appear on the same line as the subsequent block. (brace-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) Operator '+' must be spaced. (space-infix-ops)
(#444) Operator '+' must be spaced. (space-infix-ops)
(#444) ["lanebs_from"] is better written in dot notation. (dot-notation)
(#444) Operator '+' must be spaced. (space-infix-ops)
(#444) Operator '+' must be spaced. (space-infix-ops)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Unexpected space before function parentheses. (space-before-function-paren)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Operator '-' must be spaced. (space-infix-ops)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Unexpected space before function parentheses. (space-before-function-paren)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/lanebs/amd/src/modal_search_handle.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#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) 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 catch,fail,always() or return (promise/catch-or-return)
(#38) Each then() should return a value or throw (promise/always-return)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected catch,fail,always() or return (promise/catch-or-return)
(#40) Avoid nesting promises. (promise/no-nesting)
(#40) Each then() should return a value or throw (promise/always-return)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) ["code"] is better written in dot notation. (dot-notation)
(#48) ["code"] is better written in dot notation. (dot-notation)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected catch,fail,always() or return (promise/catch-or-return)
(#49) Avoid nesting promises. (promise/no-nesting)
(#49) Each then() should return a value or throw (promise/always-return)
(#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) A space is required after ','. (comma-spacing)
(#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)
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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) ["page"] is better written in dot notation. (dot-notation)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) ["start_page"] is better written in dot notation. (dot-notation)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) ["unique_id"] is better written in dot notation. (dot-notation)
(#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) ["link_url"] is better written in dot notation. (dot-notation)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) ["link_name"] is better written in dot notation. (dot-notation)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) ["link_url"] is better written in dot notation. (dot-notation)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) ["link_name"] is better written in dot notation. (dot-notation)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) ["link_url"] is better written in dot notation. (dot-notation)
(#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) ["start_page"] is better written in dot notation. (dot-notation)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) ["title"] is better written in dot notation. (dot-notation)
(#104) ["lanebs_read_pg"] is better written in dot notation. (dot-notation)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) ["page"] is better written in dot notation. (dot-notation)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Avoid calling back inside of a promise. (promise/no-callback-in-promise)
(#146) ["body"] is better written in dot notation. (dot-notation)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#160) ["unique"] is better written in dot notation. (dot-notation)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Operator '+' must be spaced. (space-infix-ops)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) ["link"] is better written in dot notation. (dot-notation)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) ["name"] is better written in dot notation. (dot-notation)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) ["link"] is better written in dot notation. (dot-notation)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) ["name"] is better written in dot notation. (dot-notation)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) 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) Operator '+' must be spaced. (space-infix-ops)
(#195) ["unique"] is better written in dot notation. (dot-notation)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Unexpected space before function parentheses. (space-before-function-paren)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Identifier 'video_id' is not in camel case. (camelcase)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/lanebs/amd/src/modal_video_handle.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) Comments should not begin with a lowercase character. (capitalized-comments)
(#5) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#27) Each then() should return a value or throw (promise/always-return)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected catch,fail,always() or return (promise/catch-or-return)
(#29) Avoid nesting promises. (promise/no-nesting)
(#29) Each then() should return a value or throw (promise/always-return)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#41) Each then() should return a value or throw (promise/always-return)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected catch,fail,always() 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) 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)
mod/lanebs/amd/src/player_button.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Unexpected console statement. (no-console)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Unexpected console statement. (no-console)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) Each then() should return a value or throw (promise/always-return)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) ["body"] is better written in dot notation. (dot-notation)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) 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

(8 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
(#62) Phpdocs for function mod_lanebs_external::search_books has incomplete parameters list
mod/lanebs/lib.php
(#400) Phpdocs for function get_lanebs_config has incomplete parameters list
(#411) Phpdocs for function create_unity_list has incomplete parameters list
(#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 (3) than 'savepoint' calls (4). 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, 8 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.)
mod/lanebs/templates/view_block.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Bad value “” for attribute “src” on element “img”: Must be non-empty. ( <img src="" alt="" style="width:70%"> )

Gherkin .feature problems

(0 errors, 0 warnings)

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