Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(1 errors, 4 warnings)

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

report/lpmonitoring/classes/event/observer.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/classes/output/report.php
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/classes/output/user_report_page.php
(#42) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/db/events.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/lpmonitoring/tests/behat/behat_report_lpmonitoring.php
(#100) Line exceeds 132 characters; contains 134 characters

Javascript coding style problems

(665 errors, 1245 warnings)

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

report/lpmonitoring/amd/src/colorcontrast.js
(#57) Expected JSDoc for 'r' but found 'red'. (valid-jsdoc)
(#57) Expected JSDoc for 'g' but found 'green'. (valid-jsdoc)
(#57) Expected JSDoc for 'b' but found 'blue'. (valid-jsdoc)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#75) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#75) Missing JSDoc for parameter 'colorContrastSelector'. (valid-jsdoc)
(#88) Expected to return a value at the end of this function. (consistent-return)
(#92) Expected space(s) after "if". (keyword-spacing)
(#94) Expected to return a value at the end of this function. (consistent-return)
(#101) Expected space(s) after "if". (keyword-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
report/lpmonitoring/amd/src/jquery.dataTables.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#24) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) '$' is defined but never used. (no-unused-vars)
(#25) '_selector_run' is defined but never used. (no-unused-vars)
(#25) '_selector_opts' is defined but never used. (no-unused-vars)
(#25) '_selector_first' is defined but never used. (no-unused-vars)
(#25) '_selector_row_indexes' is defined but never used. (no-unused-vars)
(#25) '_ext' is defined but never used. (no-unused-vars)
(#25) '_Api' is defined but never used. (no-unused-vars)
(#25) '_api_register' is defined but never used. (no-unused-vars)
(#25) '_api_registerPlural' is defined but never used. (no-unused-vars)
(#25) '_re_new_lines' is defined but never used. (no-unused-vars)
(#25) '_re_html' is defined but never used. (no-unused-vars)
(#25) '_re_formatted_numeric' is defined but never used. (no-unused-vars)
(#25) '_re_escape_regex' is defined but never used. (no-unused-vars)
(#25) '_empty' is defined but never used. (no-unused-vars)
(#25) '_intVal' is defined but never used. (no-unused-vars)
(#25) '_numToDecimal' is defined but never used. (no-unused-vars)
(#25) '_isNumber' is defined but never used. (no-unused-vars)
(#25) '_isHtml' is defined but never used. (no-unused-vars)
(#25) '_htmlNumeric' is defined but never used. (no-unused-vars)
(#25) '_pluck' is defined but never used. (no-unused-vars)
(#25) '_pluck_order' is defined but never used. (no-unused-vars)
(#25) '_range' is defined but never used. (no-unused-vars)
(#25) '_stripHtml' is defined but never used. (no-unused-vars)
(#25) '_unique' is defined but never used. (no-unused-vars)
(#25) '_fnBuildAjax' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxUpdate' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxParameters' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxUpdateDraw' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxDataSrc' is defined but never used. (no-unused-vars)
(#25) '_fnAddColumn' is defined but never used. (no-unused-vars)
(#25) '_fnColumnOptions' is defined but never used. (no-unused-vars)
(#25) '_fnAdjustColumnSizing' is defined but never used. (no-unused-vars)
(#25) '_fnVisibleToColumnIndex' is defined but never used. (no-unused-vars)
(#25) '_fnColumnIndexToVisible' is defined but never used. (no-unused-vars)
(#25) '_fnVisbleColumns' is defined but never used. (no-unused-vars)
(#25) '_fnGetColumns' is defined but never used. (no-unused-vars)
(#25) '_fnColumnTypes' is defined but never used. (no-unused-vars)
(#25) '_fnApplyColumnDefs' is defined but never used. (no-unused-vars)
(#25) '_fnHungarianMap' is defined but never used. (no-unused-vars)
(#25) '_fnCamelToHungarian' is defined but never used. (no-unused-vars)
(#25) '_fnLanguageCompat' is defined but never used. (no-unused-vars)
(#25) '_fnBrowserDetect' is defined but never used. (no-unused-vars)
(#25) '_fnAddData' is defined but never used. (no-unused-vars)
(#25) '_fnAddTr' is defined but never used. (no-unused-vars)
(#25) '_fnNodeToDataIndex' is defined but never used. (no-unused-vars)
(#25) '_fnNodeToColumnIndex' is defined but never used. (no-unused-vars)
(#25) '_fnGetCellData' is defined but never used. (no-unused-vars)
(#25) '_fnSetCellData' is defined but never used. (no-unused-vars)
(#25) '_fnSplitObjNotation' is defined but never used. (no-unused-vars)
(#25) '_fnGetObjectDataFn' is defined but never used. (no-unused-vars)
(#25) '_fnSetObjectDataFn' is defined but never used. (no-unused-vars)
(#25) '_fnGetDataMaster' is defined but never used. (no-unused-vars)
(#25) '_fnClearTable' is defined but never used. (no-unused-vars)
(#25) '_fnDeleteIndex' is defined but never used. (no-unused-vars)
(#25) '_fnInvalidate' is defined but never used. (no-unused-vars)
(#25) '_fnGetRowElements' is defined but never used. (no-unused-vars)
(#25) '_fnCreateTr' is defined but never used. (no-unused-vars)
(#25) '_fnBuildHead' is defined but never used. (no-unused-vars)
(#25) '_fnDrawHead' is defined but never used. (no-unused-vars)
(#25) '_fnDraw' is defined but never used. (no-unused-vars)
(#25) '_fnReDraw' is defined but never used. (no-unused-vars)
(#25) '_fnAddOptionsHtml' is defined but never used. (no-unused-vars)
(#25) '_fnDetectHeader' is defined but never used. (no-unused-vars)
(#25) '_fnGetUniqueThs' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlFilter' is defined but never used. (no-unused-vars)
(#25) '_fnFilterComplete' is defined but never used. (no-unused-vars)
(#25) '_fnFilterCustom' is defined but never used. (no-unused-vars)
(#25) '_fnFilterColumn' is defined but never used. (no-unused-vars)
(#25) '_fnFilter' is defined but never used. (no-unused-vars)
(#25) '_fnFilterCreateSearch' is defined but never used. (no-unused-vars)
(#25) '_fnEscapeRegex' is defined but never used. (no-unused-vars)
(#25) '_fnFilterData' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlInfo' is defined but never used. (no-unused-vars)
(#25) '_fnUpdateInfo' is defined but never used. (no-unused-vars)
(#25) '_fnInfoMacros' is defined but never used. (no-unused-vars)
(#25) '_fnInitialise' is defined but never used. (no-unused-vars)
(#25) '_fnInitComplete' is defined but never used. (no-unused-vars)
(#25) '_fnLengthChange' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlLength' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlPaginate' is defined but never used. (no-unused-vars)
(#25) '_fnPageChange' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlProcessing' is defined but never used. (no-unused-vars)
(#25) '_fnProcessingDisplay' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlTable' is defined but never used. (no-unused-vars)
(#25) '_fnScrollDraw' is defined but never used. (no-unused-vars)
(#25) '_fnApplyToChildren' is defined but never used. (no-unused-vars)
(#25) '_fnCalculateColumnWidths' is defined but never used. (no-unused-vars)
(#25) '_fnThrottle' is defined but never used. (no-unused-vars)
(#25) '_fnConvertToWidth' is defined but never used. (no-unused-vars)
(#25) '_fnGetWidestNode' is defined but never used. (no-unused-vars)
(#25) '_fnGetMaxLenString' is defined but never used. (no-unused-vars)
(#25) '_fnStringToCss' is defined but never used. (no-unused-vars)
(#25) '_fnSortFlatten' is defined but never used. (no-unused-vars)
(#25) '_fnSort' is defined but never used. (no-unused-vars)
(#25) '_fnSortAria' is defined but never used. (no-unused-vars)
(#25) '_fnSortListener' is defined but never used. (no-unused-vars)
(#25) '_fnSortAttachListener' is defined but never used. (no-unused-vars)
(#25) '_fnSortingClasses' is defined but never used. (no-unused-vars)
(#25) '_fnSortData' is defined but never used. (no-unused-vars)
(#25) '_fnSaveState' is defined but never used. (no-unused-vars)
(#25) '_fnLoadState' is defined but never used. (no-unused-vars)
(#25) '_fnSettingsFromNode' is defined but never used. (no-unused-vars)
(#25) '_fnLog' is defined but never used. (no-unused-vars)
(#25) '_fnMap' is defined but never used. (no-unused-vars)
(#25) '_fnBindAction' is defined but never used. (no-unused-vars)
(#25) '_fnCallbackReg' is defined but never used. (no-unused-vars)
(#25) '_fnCallbackFire' is defined but never used. (no-unused-vars)
(#25) '_fnLengthOverflow' is defined but never used. (no-unused-vars)
(#25) '_fnRenderer' is defined but never used. (no-unused-vars)
(#25) '_fnDataSource' is defined but never used. (no-unused-vars)
(#25) '_fnRowAttributes' is defined but never used. (no-unused-vars)
(#27) Unexpected space before function parentheses. (space-before-function-paren)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#38) 'module' is not defined. (no-undef)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#58) Unexpected space between function name and paren. (func-call-spacing)
(#59) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#62) JSDoc syntax error. (valid-jsdoc)
(#94) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#132) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#132) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#185) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#203) There should be no space after '['. (computed-property-spacing)
(#203) There should be no space before ']'. (computed-property-spacing)
(#246) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#246) Unexpected space before function parentheses. (space-before-function-paren)
(#283) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#283) Unexpected space before function parentheses. (space-before-function-paren)
(#292) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#312) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#312) Unexpected space before function parentheses. (space-before-function-paren)
(#321) Unexpected @returns tag; function has no return statement. (valid-jsdoc)
(#345) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#345) Unexpected space before function parentheses. (space-before-function-paren)
(#350) Expected JSDoc for 'callback' but found 'callBack'. (valid-jsdoc)
(#368) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#368) Unexpected space before function parentheses. (space-before-function-paren)
(#373) There should be no space after '['. (computed-property-spacing)
(#373) There should be no space before ']'. (computed-property-spacing)
(#402) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#402) Unexpected space before function parentheses. (space-before-function-paren)
(#421) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#421) Unexpected space before function parentheses. (space-before-function-paren)
(#447) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#447) Unexpected space before function parentheses. (space-before-function-paren)
(#454) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#498) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#498) Unexpected space before function parentheses. (space-before-function-paren)
(#531) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#531) Unexpected space before function parentheses. (space-before-function-paren)
(#568) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#568) Unexpected space before function parentheses. (space-before-function-paren)
(#576) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#611) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#611) Unexpected space before function parentheses. (space-before-function-paren)
(#646) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#646) Unexpected space before function parentheses. (space-before-function-paren)
(#671) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#671) Unexpected space before function parentheses. (space-before-function-paren)
(#696) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#696) Unexpected space before function parentheses. (space-before-function-paren)
(#721) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#721) Unexpected space before function parentheses. (space-before-function-paren)
(#726) Expected JSDoc for 'aaSort' but found 'iCol'. (valid-jsdoc)
(#741) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#741) Unexpected space before function parentheses. (space-before-function-paren)
(#762) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#762) Unexpected space before function parentheses. (space-before-function-paren)
(#789) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#789) Unexpected space before function parentheses. (space-before-function-paren)
(#796) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#846) Function 'anonymous' has a complexity of 37. (complexity)
(#846) Unexpected space before function parentheses. (space-before-function-paren)
(#854) Expected space or tab after '/*' in comment. (spaced-comment)
(#854) 'oInit' is defined but never used. (no-unused-vars)
(#854) '_that' is defined but never used. (no-unused-vars)
(#854) 'emptyInit' is defined but never used. (no-unused-vars)
(#855) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#855) 'j' is defined but never used. (no-unused-vars)
(#855) 'jLen' is defined but never used. (no-unused-vars)
(#855) 'k' is defined but never used. (no-unused-vars)
(#855) 'kLen' is defined but never used. (no-unused-vars)
(#856) Unexpected 'this'. (no-invalid-this)
(#859) Unexpected 'this'. (no-invalid-this)
(#862) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#862) Unexpected 'this'. (no-invalid-this)
(#864) Unexpected 'this'. (no-invalid-this)
(#881) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#886) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#886) Unexpected 'this'. (no-invalid-this)
(#886) Unexpected 'this'. (no-invalid-this)
(#886) Unexpected 'this'. (no-invalid-this)
(#891) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#893) Expected no return value. (consistent-return)
(#895) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#895) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#895) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#901) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#912) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#912) Unexpected 'this'. (no-invalid-this)
(#920) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#923) Unexpected 'this'. (no-invalid-this)
(#932) Unexpected 'this'. (no-invalid-this)
(#945) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#951) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1031) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1031) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1038) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1047) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1052) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1057) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1064) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1076) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1085) Unexpected space before function parentheses. (space-before-function-paren)
(#1091) Unexpected space before function parentheses. (space-before-function-paren)
(#1102) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1113) Unexpected space before function parentheses. (space-before-function-paren)
(#1113) 'i' is defined but never used. (no-unused-vars)
(#1116) Unexpected 'this'. (no-invalid-this)
(#1126) Unexpected 'this'. (no-invalid-this)
(#1127) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1134) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1134) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1137) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1143) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1148) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1154) Unexpected space before function parentheses. (space-before-function-paren)
(#1162) Unexpected space before function parentheses. (space-before-function-paren)
(#1166) Unexpected space before function parentheses. (space-before-function-paren)
(#1188) Unexpected space before function parentheses. (space-before-function-paren)
(#1199) There should be no space after '['. (computed-property-spacing)
(#1199) There should be no space before ']'. (computed-property-spacing)
(#1209) Unexpected space before function parentheses. (space-before-function-paren)
(#1214) Unexpected space before function parentheses. (space-before-function-paren)
(#1215) There should be no space after '['. (computed-property-spacing)
(#1215) There should be no space before ']'. (computed-property-spacing)
(#1224) Unexpected space before function parentheses. (space-before-function-paren)
(#1236) Unexpected space before function parentheses. (space-before-function-paren)
(#1237) Unexpected 'this'. (no-invalid-this)
(#1237) Unexpected 'this'. (no-invalid-this)
(#1262) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1270) There should be no space after '['. (computed-property-spacing)
(#1270) There should be no space before ']'. (computed-property-spacing)
(#1273) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1296) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1302) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1328) Identifier '_api_register' is not in camel case. (camelcase)
(#1329) Identifier '_api_registerPlural' is not in camel case. (camelcase)
(#1331) Identifier '_re_dic' is not in camel case. (camelcase)
(#1332) Identifier '_re_new_lines' is not in camel case. (camelcase)
(#1333) Identifier '_re_html' is not in camel case. (camelcase)
(#1334) Identifier '_re_date_start' is not in camel case. (camelcase)
(#1335) Identifier '_re_date_end' is not in camel case. (camelcase)
(#1338) Line 1338 exceeds the maximum line length of 132. (max-len)
(#1338) Identifier '_re_escape_regex' is not in camel case. (camelcase)
(#1350) Identifier '_re_formatted_numeric' is not in camel case. (camelcase)
(#1352) Unexpected space before function parentheses. (space-before-function-paren)
(#1356) Unexpected space before function parentheses. (space-before-function-paren)
(#1363) Unexpected space before function parentheses. (space-before-function-paren)
(#1365) Identifier '_re_dic' is not in camel case. (camelcase)
(#1365) There should be no space after '['. (computed-property-spacing)
(#1365) There should be no space before ']'. (computed-property-spacing)
(#1366) Identifier '_re_dic' is not in camel case. (camelcase)
(#1366) There should be no space after '['. (computed-property-spacing)
(#1366) There should be no space before ']'. (computed-property-spacing)
(#1369) Identifier '_re_dic' is not in camel case. (camelcase)
(#1369) There should be no space after '['. (computed-property-spacing)
(#1369) There should be no space before ']'. (computed-property-spacing)
(#1373) Unexpected space before function parentheses. (space-before-function-paren)
(#1395) Unexpected space before function parentheses. (space-before-function-paren)
(#1399) Unexpected space before function parentheses. (space-before-function-paren)
(#1405) Do not nest ternary expressions. (no-nested-ternary)
(#1412) Unexpected space before function parentheses. (space-before-function-paren)
(#1414) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1420) There should be no space after '['. (computed-property-spacing)
(#1420) There should be no space before ']'. (computed-property-spacing)
(#1421) There should be no space after '['. (computed-property-spacing)
(#1421) There should be no space before ']'. (computed-property-spacing)
(#1421) There should be no space after '['. (computed-property-spacing)
(#1421) There should be no space before ']'. (computed-property-spacing)
(#1425) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1428) There should be no space after '['. (computed-property-spacing)
(#1428) There should be no space before ']'. (computed-property-spacing)
(#1438) Identifier '_pluck_order' is not in camel case. (camelcase)
(#1438) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1438) Unexpected space before function parentheses. (space-before-function-paren)
(#1441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1447) There should be no space after '['. (computed-property-spacing)
(#1447) There should be no space before ']'. (computed-property-spacing)
(#1447) There should be no space after '['. (computed-property-spacing)
(#1447) There should be no space before ']'. (computed-property-spacing)
(#1448) There should be no space after '['. (computed-property-spacing)
(#1448) There should be no space before ']'. (computed-property-spacing)
(#1448) There should be no space after '['. (computed-property-spacing)
(#1448) There should be no space before ']'. (computed-property-spacing)
(#1448) There should be no space after '['. (computed-property-spacing)
(#1448) There should be no space before ']'. (computed-property-spacing)
(#1452) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1454) There should be no space after '['. (computed-property-spacing)
(#1454) There should be no space before ']'. (computed-property-spacing)
(#1454) There should be no space after '['. (computed-property-spacing)
(#1454) There should be no space before ']'. (computed-property-spacing)
(#1461) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1461) Unexpected space before function parentheses. (space-before-function-paren)
(#1470) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1482) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1482) Unexpected space before function parentheses. (space-before-function-paren)
(#1495) Unexpected space before function parentheses. (space-before-function-paren)
(#1506) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1506) Unexpected space before function parentheses. (space-before-function-paren)
(#1515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1518) Unexpected labeled statement. (no-labels)
(#1523) Unexpected label in continue statement. (no-labels)
(#1536) Trailing spaces not allowed. (no-trailing-spaces)
(#1553) Unexpected space before function parentheses. (space-before-function-paren)
(#1559) Unexpected space before function parentheses. (space-before-function-paren)
(#1561) Unexpected 'this'. (no-invalid-this)
(#1568) Unexpected space before function parentheses. (space-before-function-paren)
(#1573) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1585) Unexpected space before function parentheses. (space-before-function-paren)
(#1597) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1605) Unexpected space before function parentheses. (space-before-function-paren)
(#1605) 'val' is defined but never used. (no-unused-vars)
(#1608) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1611) There should be no space after '['. (computed-property-spacing)
(#1611) There should be no space before ']'. (computed-property-spacing)
(#1613) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1634) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1642) Unexpected space before function parentheses. (space-before-function-paren)
(#1642) 'val' is defined but never used. (no-unused-vars)
(#1643) There should be no space after '['. (computed-property-spacing)
(#1643) There should be no space before ']'. (computed-property-spacing)
(#1645) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1648) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1651) There should be no space after '['. (computed-property-spacing)
(#1651) There should be no space before ']'. (computed-property-spacing)
(#1652) There should be no space after '['. (computed-property-spacing)
(#1652) There should be no space before ']'. (computed-property-spacing)
(#1658) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1659) There should be no space after '['. (computed-property-spacing)
(#1659) There should be no space before ']'. (computed-property-spacing)
(#1665) Expected JSDoc for 'lang' but found 'oSettings'. (valid-jsdoc)
(#1672) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1680) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1687) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1710) Unexpected space before function parentheses. (space-before-function-paren)
(#1711) There should be no space after '['. (computed-property-spacing)
(#1711) There should be no space before ']'. (computed-property-spacing)
(#1712) There should be no space after '['. (computed-property-spacing)
(#1712) There should be no space before ']'. (computed-property-spacing)
(#1712) There should be no space after '['. (computed-property-spacing)
(#1712) There should be no space before ']'. (computed-property-spacing)
(#1722) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1762) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1781) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1854) Missing JSDoc for parameter 'inc'. (valid-jsdoc)
(#1854) Missing JSDoc @returns for function. (valid-jsdoc)
(#1854) Expected JSDoc for 'that' but found 'settings'. (valid-jsdoc)
(#1854) Missing JSDoc for parameter 'fn'. (valid-jsdoc)
(#1854) Missing JSDoc for parameter 'init'. (valid-jsdoc)
(#1854) Missing JSDoc for parameter 'start'. (valid-jsdoc)
(#1854) Missing JSDoc for parameter 'end'. (valid-jsdoc)
(#1860) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1894) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1901) Do not nest ternary expressions. (no-nested-ternary)
(#1912) There should be no space after '['. (computed-property-spacing)
(#1912) There should be no space before ']'. (computed-property-spacing)
(#1912) There should be no space after '['. (computed-property-spacing)
(#1912) There should be no space before ']'. (computed-property-spacing)
(#1925) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1927) There should be no space after '['. (computed-property-spacing)
(#1927) There should be no space before ']'. (computed-property-spacing)
(#1945) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1954) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1959) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1966) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1977) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1989) Unexpected space before function parentheses. (space-before-function-paren)
(#1997) Unexpected space before function parentheses. (space-before-function-paren)
(#2004) Unexpected space before function parentheses. (space-before-function-paren)
(#2015) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2024) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2029) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2029) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2034) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2034) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2034) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2040) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2052) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2055) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2060) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2067) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2083) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2092) Expected JSDoc for 'oSettings' but found 'iMatch'. (valid-jsdoc)
(#2092) Expected JSDoc for 'iMatch' but found 'oSettings'. (valid-jsdoc)
(#2100) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2114) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2119) Unexpected space before function parentheses. (space-before-function-paren)
(#2136) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2140) Unexpected space before function parentheses. (space-before-function-paren)
(#2154) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2160) 'cell' is defined but never used. (no-unused-vars)
(#2162) Trailing spaces not allowed. (no-trailing-spaces)
(#2170) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2175) Blocks are nested too deeply (5). (max-depth)
(#2186) Blocks are nested too deeply (5). (max-depth)
(#2192) Blocks are nested too deeply (5). (max-depth)
(#2224) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2230) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2233) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2242) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2247) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2249) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2252) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2252) Blocks are nested too deeply (5). (max-depth)
(#2260) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2260) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2265) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2265) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2268) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2268) Blocks are nested too deeply (5). (max-depth)
(#2270) Blocks are nested too deeply (6). (max-depth)
(#2270) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2282) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2284) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2291) Expected JSDoc for 'aDataIn' but found 'aData'. (valid-jsdoc)
(#2304) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2317) 'nTd' is defined but never used. (no-unused-vars)
(#2317) 'sThisType' is defined but never used. (no-unused-vars)
(#2321) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2331) There should be no space after '['. (computed-property-spacing)
(#2331) There should be no space before ']'. (computed-property-spacing)
(#2335) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2353) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2362) Unexpected space before function parentheses. (space-before-function-paren)
(#2375) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2388) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2390) There should be no space after '['. (computed-property-spacing)
(#2390) There should be no space before ']'. (computed-property-spacing)
(#2402) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2429) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2449) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2470) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2472) Unexpected space before function parentheses. (space-before-function-paren)
(#2484) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2486) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2490) Unexpected space before function parentheses. (space-before-function-paren)
(#2496) Unexpected space before function parentheses. (space-before-function-paren)
(#2503) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2503) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2506) Unexpected space before function parentheses. (space-before-function-paren)
(#2510) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2510) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2512) Unexpected space before function parentheses. (space-before-function-paren)
(#2516) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2516) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2516) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2525) Unexpected space before function parentheses. (space-before-function-paren)
(#2528) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2532) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2538) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2545) There should be no space after '['. (computed-property-spacing)
(#2545) There should be no space before ']'. (computed-property-spacing)
(#2555) Blocks are nested too deeply (5). (max-depth)
(#2569) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2569) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2573) There should be no space after '['. (computed-property-spacing)
(#2573) There should be no space before ']'. (computed-property-spacing)
(#2577) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2577) There should be no space after '['. (computed-property-spacing)
(#2577) There should be no space before ']'. (computed-property-spacing)
(#2581) There should be no space after '['. (computed-property-spacing)
(#2581) There should be no space before ']'. (computed-property-spacing)
(#2588) Unexpected space before function parentheses. (space-before-function-paren)
(#2593) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2595) Unexpected space before function parentheses. (space-before-function-paren)
(#2595) 'type' is defined but never used. (no-unused-vars)
(#2608) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2610) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2619) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2619) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2622) Unexpected space before function parentheses. (space-before-function-paren)
(#2622) Unexpected empty function. (no-empty-function)
(#2625) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2625) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2627) Unexpected space before function parentheses. (space-before-function-paren)
(#2631) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2631) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2631) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2635) Unexpected space before function parentheses. (space-before-function-paren)
(#2636) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2640) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2646) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2649) There should be no space after '['. (computed-property-spacing)
(#2649) There should be no space before ']'. (computed-property-spacing)
(#2657) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2657) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2659) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2663) There should be no space after '['. (computed-property-spacing)
(#2663) There should be no space before ']'. (computed-property-spacing)
(#2667) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2671) There should be no space after '['. (computed-property-spacing)
(#2671) There should be no space before ']'. (computed-property-spacing)
(#2678) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2678) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2682) There should be no space after '['. (computed-property-spacing)
(#2682) There should be no space before ']'. (computed-property-spacing)
(#2687) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2687) There should be no space after '['. (computed-property-spacing)
(#2687) There should be no space before ']'. (computed-property-spacing)
(#2687) There should be no space after '['. (computed-property-spacing)
(#2687) There should be no space before ']'. (computed-property-spacing)
(#2689) There should be no space after '['. (computed-property-spacing)
(#2689) There should be no space before ']'. (computed-property-spacing)
(#2691) There should be no space after '['. (computed-property-spacing)
(#2691) There should be no space before ']'. (computed-property-spacing)
(#2695) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2695) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2698) There should be no space after '['. (computed-property-spacing)
(#2698) There should be no space before ']'. (computed-property-spacing)
(#2701) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2704) There should be no space after '['. (computed-property-spacing)
(#2704) There should be no space before ']'. (computed-property-spacing)
(#2708) Unexpected space before function parentheses. (space-before-function-paren)
(#2713) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2715) Unexpected space before function parentheses. (space-before-function-paren)
(#2721) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#2721) Missing JSDoc return type. (valid-jsdoc)
(#2727) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2732) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#2737) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2745) Missing JSDoc for parameter 'splice'. (valid-jsdoc)
(#2752) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2756) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2758) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2762) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2762) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2768) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2790) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2792) There should be no space after '['. (computed-property-spacing)
(#2792) There should be no space before ']'. (computed-property-spacing)
(#2794) Unexpected space before function parentheses. (space-before-function-paren)
(#2813) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2821) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2838) There should be no space after '['. (computed-property-spacing)
(#2838) There should be no space before ']'. (computed-property-spacing)
(#2840) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2850) Expected JSDoc for 'row' but found 'TR'. (valid-jsdoc)
(#2867) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2872) 'o' is defined but never used. (no-unused-vars)
(#2872) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2872) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2877) Do not nest ternary expressions. (no-nested-ternary)
(#2883) Unexpected space before function parentheses. (space-before-function-paren)
(#2896) Unexpected space before function parentheses. (space-before-function-paren)
(#2909) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2919) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2941) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2976) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2985) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2995) Identifier '_DT_RowIndex' is not in camel case. (camelcase)
(#3001) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3006) Identifier '_DT_CellIndex' is not in camel case. (camelcase)
(#3021) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3027) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3031) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3031) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3036) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3052) Expected JSDoc for 'row' but found 'DataTables'. (valid-jsdoc)
(#3059) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3098) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3170) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#3170) Expected JSDoc for 'aoSource' but found 'array'. (valid-jsdoc)
(#3183) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3185) 'kLen' is defined but never used. (no-unused-vars)
(#3191) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3196) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3202) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3208) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3210) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3220) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3225) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3227) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3233) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3241) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3247) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3255) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3259) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3259) Blocks are nested too deeply (5). (max-depth)
(#3280) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3284) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3290) 'i' is defined but never used. (no-unused-vars)
(#3290) 'iLen' is defined but never used. (no-unused-vars)
(#3290) 'n' is defined but never used. (no-unused-vars)
(#3295) 'iOpenRows' is defined but never used. (no-unused-vars)
(#3304) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3306) Do not nest ternary expressions. (no-nested-ternary)
(#3319) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3325) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3325) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3329) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3329) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3334) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3334) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3339) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3342) There should be no space after '['. (computed-property-spacing)
(#3342) There should be no space before ']'. (computed-property-spacing)
(#3343) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3351) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3353) There should be no space after '['. (computed-property-spacing)
(#3353) There should be no space before ']'. (computed-property-spacing)
(#3354) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3372) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3375) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3379) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3379) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3384) There should be no space after '['. (computed-property-spacing)
(#3384) There should be no space before ']'. (computed-property-spacing)
(#3413) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#3420) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3434) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3457) Function '_fnAddOptionsHtml' has a complexity of 23. (complexity)
(#3457) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3477) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3482) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3489) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3493) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3500) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3504) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3504) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3512) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3518) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3518) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3518) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3523) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3533) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3533) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3539) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3539) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3544) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3544) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3549) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3549) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3554) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3554) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3559) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3559) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3564) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3564) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3569) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3569) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3573) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3575) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3584) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3588) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3603) Expected JSDoc for 'aLayout' but found 'array'. (valid-jsdoc)
(#3603) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#3612) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3616) 'jLen' is defined but never used. (no-unused-vars)
(#3618) Unexpected space before function parentheses. (space-before-function-paren)
(#3629) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3635) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3661) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3663) Blocks are nested too deeply (5). (max-depth)
(#3663) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3678) Missing JSDoc return type. (valid-jsdoc)
(#3686) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3689) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3692) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3699) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3701) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3703) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3723) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3734) Unexpected space before function parentheses. (space-before-function-paren)
(#3741) There should be no space after '['. (computed-property-spacing)
(#3741) There should be no space before ']'. (computed-property-spacing)
(#3742) There should be no space after '['. (computed-property-spacing)
(#3742) There should be no space before ']'. (computed-property-spacing)
(#3744) There should be no space after '['. (computed-property-spacing)
(#3744) There should be no space before ']'. (computed-property-spacing)
(#3746) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3756) Unexpected space before function parentheses. (space-before-function-paren)
(#3761) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3781) Unexpected space before function parentheses. (space-before-function-paren)
(#3793) Unexpected space before function parentheses. (space-before-function-paren)
(#3793) 'thrown' is defined but never used. (no-unused-vars)
(#3800) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3815) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3820) Unexpected space before function parentheses. (space-before-function-paren)
(#3827) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3827) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3834) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3834) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3834) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3840) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3855) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3864) Unexpected space before function parentheses. (space-before-function-paren)
(#3874) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#3885) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3893) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3893) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3900) Unexpected space before function parentheses. (space-before-function-paren)
(#3959) Unexpected space before function parentheses. (space-before-function-paren)
(#3981) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#3992) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3996) Unexpected space before function parentheses. (space-before-function-paren)
(#4041) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4058) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4064) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4084) Unexpected space before function parentheses. (space-before-function-paren)
(#4086) 'n' is defined but never used. (no-unused-vars)
(#4087) Unexpected 'this'. (no-invalid-this)
(#4087) Unexpected 'this'. (no-invalid-this)
(#4104) Do not nest ternary expressions. (no-nested-ternary)
(#4119) Expected to return a value at the end of this function. (consistent-return)
(#4119) Unexpected space before function parentheses. (space-before-function-paren)
(#4128) Unexpected space before function parentheses. (space-before-function-paren)
(#4137) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4137) Empty block statement. (no-empty)
(#4145) Expected JSDoc for 'oInput' but found 'oSearch'. (valid-jsdoc)
(#4152) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4156) Unexpected space before function parentheses. (space-before-function-paren)
(#4163) Unexpected space before function parentheses. (space-before-function-paren)
(#4173) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4173) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4180) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4190) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4199) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4204) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4215) There should be no space after '['. (computed-property-spacing)
(#4215) There should be no space before ']'. (computed-property-spacing)
(#4216) There should be no space after '['. (computed-property-spacing)
(#4216) There should be no space before ']'. (computed-property-spacing)
(#4230) Expected JSDoc for 'smart' but found 'bSmart'. (valid-jsdoc)
(#4230) Expected JSDoc for 'regex' but found 'bRegex'. (valid-jsdoc)
(#4230) Expected JSDoc for 'colIdx' but found 'iColumn'. (valid-jsdoc)
(#4230) Expected JSDoc for 'searchStr' but found 'sInput'. (valid-jsdoc)
(#4230) Expected JSDoc for 'caseInsensitive' but found 'bCaseInsensitive'. (valid-jsdoc)
(#4230) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4240) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4251) There should be no space after '['. (computed-property-spacing)
(#4251) There should be no space before ']'. (computed-property-spacing)
(#4251) There should be no space after '['. (computed-property-spacing)
(#4251) There should be no space before ']'. (computed-property-spacing)
(#4269) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4288) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4304) There should be no space after '['. (computed-property-spacing)
(#4304) There should be no space before ']'. (computed-property-spacing)
(#4311) Expected JSDoc for 'caseInsensitive' but found 'bCaseInsensitive'. (valid-jsdoc)
(#4311) Expected JSDoc for 'smart' but found 'bSmart'. (valid-jsdoc)
(#4311) Expected JSDoc for 'search' but found 'sSearch'. (valid-jsdoc)
(#4311) Expected JSDoc for 'regex' but found 'bRegex'. (valid-jsdoc)
(#4320) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4331) Trailing spaces not allowed. (no-trailing-spaces)
(#4334) Unexpected space before function parentheses. (space-before-function-paren)
(#4357) Identifier '__filter_div' is not in camel case. (camelcase)
(#4358) Identifier '__filter_div_textContent' is not in camel case. (camelcase)
(#4358) Identifier '__filter_div' is not in camel case. (camelcase)
(#4361) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4361) Missing JSDoc comment. (require-jsdoc)
(#4381) Blocks are nested too deeply (5). (max-depth)
(#4381) There should be no space after '['. (computed-property-spacing)
(#4381) There should be no space before ']'. (computed-property-spacing)
(#4382) There should be no space after '['. (computed-property-spacing)
(#4382) There should be no space before ']'. (computed-property-spacing)
(#4387) Blocks are nested too deeply (5). (max-depth)
(#4391) Blocks are nested too deeply (5). (max-depth)
(#4395) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4404) Identifier '__filter_div' is not in camel case. (camelcase)
(#4405) Identifier '__filter_div_textContent' is not in camel case. (camelcase)
(#4406) Identifier '__filter_div' is not in camel case. (camelcase)
(#4407) Identifier '__filter_div' is not in camel case. (camelcase)
(#4433) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4450) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4460) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4466) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4499) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4536) Missing JSDoc comment. (require-jsdoc)
(#4536) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4561) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4564) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4570) Unexpected space before function parentheses. (space-before-function-paren)
(#4613) Unexpected space before function parentheses. (space-before-function-paren)
(#4632) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4639) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4646) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4660) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4660) Missing JSDoc comment. (require-jsdoc)
(#4677) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4694) There should be no space after '['. (computed-property-spacing)
(#4694) There should be no space before ']'. (computed-property-spacing)
(#4710) Unexpected space before function parentheses. (space-before-function-paren)
(#4710) 'e' is defined but never used. (no-unused-vars)
(#4711) Unexpected 'this'. (no-invalid-this)
(#4716) Unexpected space before function parentheses. (space-before-function-paren)
(#4730) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#4736) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4740) There should be no space after '['. (computed-property-spacing)
(#4740) There should be no space before ']'. (computed-property-spacing)
(#4742) Unexpected space before function parentheses. (space-before-function-paren)
(#4753) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4758) Unexpected space before function parentheses. (space-before-function-paren)
(#4776) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4787) Missing JSDoc parameter type for 'bool'. (valid-jsdoc)
(#4787) Expected JSDoc for 'redraw' but found 'bool'. (valid-jsdoc)
(#4796) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4803) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4807) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4807) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4811) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4816) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4816) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4820) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4820) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4826) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4831) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4831) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4833) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4838) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4838) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4838) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4843) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4867) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4883) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4898) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4921) Unexpected space before function parentheses. (space-before-function-paren)
(#5011) Unexpected space before function parentheses. (space-before-function-paren)
(#5011) 'e' is defined but never used. (no-unused-vars)
(#5012) Unexpected 'this'. (no-invalid-this)
(#5054) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5054) Function '_fnScrollDraw' has a complexity of 29. (complexity)
(#5086) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5087) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5089) Unexpected space before function parentheses. (space-before-function-paren)
(#5108) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5138) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5144) Unexpected space before function parentheses. (space-before-function-paren)
(#5150) Unexpected space before function parentheses. (space-before-function-paren)
(#5173) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5188) Unexpected space before function parentheses. (space-before-function-paren)
(#5194) Unexpected space before function parentheses. (space-before-function-paren)
(#5205) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5209) Unexpected space before function parentheses. (space-before-function-paren)
(#5214) Unexpected space before function parentheses. (space-before-function-paren)
(#5229) Unexpected space before function parentheses. (space-before-function-paren)
(#5234) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5236) Unexpected space before function parentheses. (space-before-function-paren)
(#5237) Line 5237 exceeds the maximum line length of 132. (max-len)
(#5244) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5244) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5265) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5299) There should be no space after '['. (computed-property-spacing)
(#5299) There should be no space before ']'. (computed-property-spacing)
(#5320) Missing JSDoc for parameter 'an2'. (valid-jsdoc)
(#5320) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#5320) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#5320) Duplicate JSDoc parameter 'array'. (valid-jsdoc)
(#5320) Expected JSDoc for 'an1' but found 'array'. (valid-jsdoc)
(#5328) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5330) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5330) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5342) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5357) Identifier '__re_html_remove' is not in camel case. (camelcase)
(#5364) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5364) Function '_fnCalculateColumnWidths' has a complexity of 26. (complexity)
(#5379) 'width' is defined but never used. (no-unused-vars)
(#5379) 'outerWidth' is defined but never used. (no-unused-vars)
(#5390) There should be no space after '['. (computed-property-spacing)
(#5390) There should be no space before ']'. (computed-property-spacing)
(#5404) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5412) There should be no space after '['. (computed-property-spacing)
(#5412) There should be no space before ']'. (computed-property-spacing)
(#5417) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5445) There should be no space after '['. (computed-property-spacing)
(#5445) There should be no space before ']'. (computed-property-spacing)
(#5469) There should be no space after '['. (computed-property-spacing)
(#5469) There should be no space before ']'. (computed-property-spacing)
(#5501) Trailing spaces not allowed. (no-trailing-spaces)
(#5507) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5517) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5520) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5546) There should be no space after '['. (computed-property-spacing)
(#5546) There should be no space before ']'. (computed-property-spacing)
(#5564) Unexpected space before function parentheses. (space-before-function-paren)
(#5565) Unexpected space before function parentheses. (space-before-function-paren)
(#5575) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5600) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5623) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5630) There should be no space after '['. (computed-property-spacing)
(#5630) There should be no space before ']'. (computed-property-spacing)
(#5633) There should be no space after '['. (computed-property-spacing)
(#5633) There should be no space before ']'. (computed-property-spacing)
(#5643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5645) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5645) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5661) Expected JSDoc for 's' but found 'value'. (valid-jsdoc)
(#5667) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5685) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5685) Missing JSDoc comment. (require-jsdoc)
(#5688) 'iLen' is defined but never used. (no-unused-vars)
(#5690) 'aiOrig' is defined but never used. (no-unused-vars)
(#5696) Unexpected space before function parentheses. (space-before-function-paren)
(#5701) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5723) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5726) There should be no space after '['. (computed-property-spacing)
(#5726) There should be no space before ']'. (computed-property-spacing)
(#5728) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5731) There should be no space after '['. (computed-property-spacing)
(#5731) There should be no space before ']'. (computed-property-spacing)
(#5743) There should be no space after '['. (computed-property-spacing)
(#5743) There should be no space before ']'. (computed-property-spacing)
(#5757) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5760) 'j' is defined but never used. (no-unused-vars)
(#5760) 'jLen' is defined but never used. (no-unused-vars)
(#5760) 'k' is defined but never used. (no-unused-vars)
(#5760) 'kLen' is defined but never used. (no-unused-vars)
(#5761) 'sDataType' is defined but never used. (no-unused-vars)
(#5761) 'nTh' is defined but never used. (no-unused-vars)
(#5765) 'aoColumns' is defined but never used. (no-unused-vars)
(#5766) 'aDataSort' is defined but never used. (no-unused-vars)
(#5766) 'data' is defined but never used. (no-unused-vars)
(#5766) 'iCol' is defined but never used. (no-unused-vars)
(#5766) 'sType' is defined but never used. (no-unused-vars)
(#5766) 'oSort' is defined but never used. (no-unused-vars)
(#5792) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5797) There should be no space after '['. (computed-property-spacing)
(#5797) There should be no space before ']'. (computed-property-spacing)
(#5823) Unexpected space before function parentheses. (space-before-function-paren)
(#5833) There should be no space after '['. (computed-property-spacing)
(#5833) There should be no space before ']'. (computed-property-spacing)
(#5834) There should be no space after '['. (computed-property-spacing)
(#5834) There should be no space before ']'. (computed-property-spacing)
(#5836) Do not nest ternary expressions. (no-nested-ternary)
(#5844) Do not nest ternary expressions. (no-nested-ternary)
(#5847) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5851) Unexpected space before function parentheses. (space-before-function-paren)
(#5853) 'l' is defined but never used. (no-unused-vars)
(#5861) There should be no space after '['. (computed-property-spacing)
(#5861) There should be no space before ']'. (computed-property-spacing)
(#5862) There should be no space after '['. (computed-property-spacing)
(#5862) There should be no space before ']'. (computed-property-spacing)
(#5864) There should be no space after '['. (computed-property-spacing)
(#5864) There should be no space before ']'. (computed-property-spacing)
(#5864) There should be no space after '['. (computed-property-spacing)
(#5864) There should be no space before ']'. (computed-property-spacing)
(#5873) Do not nest ternary expressions. (no-nested-ternary)
(#5882) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5882) Missing JSDoc comment. (require-jsdoc)
(#5892) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5907) There should be no space after '['. (computed-property-spacing)
(#5907) There should be no space before ']'. (computed-property-spacing)
(#5909) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5918) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5926) Expected JSDoc for 'colIdx' but found 'attachTo'. (valid-jsdoc)
(#5926) Expected JSDoc for 'append' but found 'colIdx'. (valid-jsdoc)
(#5926) Expected JSDoc for 'callback' but found 'append'. (valid-jsdoc)
(#5936) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5938) There should be no space after '['. (computed-property-spacing)
(#5938) There should be no space before ']'. (computed-property-spacing)
(#5942) Unexpected space before function parentheses. (space-before-function-paren)
(#5948) Do not nest ternary expressions. (no-nested-ternary)
(#5976) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5977) There should be no space after '['. (computed-property-spacing)
(#5977) There should be no space before ']'. (computed-property-spacing)
(#5981) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5987) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5992) There should be no space after '['. (computed-property-spacing)
(#5992) There should be no space before ']'. (computed-property-spacing)
(#5995) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6019) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6021) There should be no space after '['. (computed-property-spacing)
(#6021) There should be no space before ']'. (computed-property-spacing)
(#6023) Unexpected space before function parentheses. (space-before-function-paren)
(#6034) Unexpected space before function parentheses. (space-before-function-paren)
(#6044) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6050) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#6056) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6088) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6088) Missing JSDoc comment. (require-jsdoc)
(#6091) There should be no space after '['. (computed-property-spacing)
(#6091) There should be no space before ']'. (computed-property-spacing)
(#6092) There should be no space after '['. (computed-property-spacing)
(#6092) There should be no space before ']'. (computed-property-spacing)
(#6103) There should be no space after '['. (computed-property-spacing)
(#6103) There should be no space before ']'. (computed-property-spacing)
(#6117) There should be no space after '['. (computed-property-spacing)
(#6117) There should be no space before ']'. (computed-property-spacing)
(#6124) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#6129) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6131) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6143) Unexpected space before function parentheses. (space-before-function-paren)
(#6157) Expected JSDoc for 'settings' but found 'oSettings'. (valid-jsdoc)
(#6164) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6168) Unexpected space before function parentheses. (space-before-function-paren)
(#6211) Unexpected space before function parentheses. (space-before-function-paren)
(#6225) Trailing spaces not allowed. (no-trailing-spaces)
(#6244) Missing semicolon. (semi)
(#6265) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6271) There should be no space after '['. (computed-property-spacing)
(#6271) There should be no space before ']'. (computed-property-spacing)
(#6283) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6303) Unexpected alert. (no-alert)
(#6305) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6308) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6312) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6312) Unexpected console statement. (no-console)
(#6313) Unexpected console statement. (no-console)
(#6325) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6328) Unexpected space before function parentheses. (space-before-function-paren)
(#6332) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6366) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6380) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6383) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6401) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6404) Unexpected space before function parentheses. (space-before-function-paren)
(#6408) Unexpected space before function parentheses. (space-before-function-paren)
(#6414) Unexpected space before function parentheses. (space-before-function-paren)
(#6429) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6431) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6440) Missing JSDoc @returns for function. (valid-jsdoc)
(#6454) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6459) Unexpected space before function parentheses. (space-before-function-paren)
(#6459) 'i' is defined but never used. (no-unused-vars)
(#6475) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6475) Missing JSDoc comment. (require-jsdoc)
(#6483) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6491) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6499) Missing JSDoc comment. (require-jsdoc)
(#6499) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6509) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6527) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6532) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6604) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6604) Expected to return a value at the end of this function. (consistent-return)
(#6604) Unexpected space before function parentheses. (space-before-function-paren)
(#6608) Unexpected space before function parentheses. (space-before-function-paren)
(#6608) 'i' is defined but never used. (no-unused-vars)
(#6615) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6619) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6624) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6627) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6631) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6637) Unexpected space before function parentheses. (space-before-function-paren)
(#6637) 'i' is defined but never used. (no-unused-vars)
(#6638) Unexpected 'this'. (no-invalid-this)
(#6698) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6698) Expected to return a value at the end of this function. (consistent-return)
(#6698) Unexpected space before function parentheses. (space-before-function-paren)
(#6700) Unexpected 'this'. (no-invalid-this)
(#6705) Unexpected space before function parentheses. (space-before-function-paren)
(#6717) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6722) Unexpected 'this'. (no-invalid-this)
(#6726) Unexpected 'this'. (no-invalid-this)
(#6730) Unexpected 'this'. (no-invalid-this)
(#6736) Unexpected 'this'. (no-invalid-this)
(#6736) Unexpected 'this'. (no-invalid-this)
(#6744) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6744) Unexpected space before function parentheses. (space-before-function-paren)
(#6751) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6751) Unexpected space before function parentheses. (space-before-function-paren)
(#6755) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6755) Unexpected space before function parentheses. (space-before-function-paren)
(#6763) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6763) Unexpected space before function parentheses. (space-before-function-paren)
(#6771) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6771) Unexpected space before function parentheses. (space-before-function-paren)
(#6778) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6789) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6789) Unexpected space before function parentheses. (space-before-function-paren)
(#6795) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6795) Unexpected space before function parentheses. (space-before-function-paren)
(#6804) Unexpected space before function parentheses. (space-before-function-paren)
(#6806) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6830) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6838) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6853) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6874) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6874) Unexpected space before function parentheses. (space-before-function-paren)
(#6874) 'start' is defined but never used. (no-unused-vars)
(#6879) Missing space before value for key 'length'. (key-spacing)
(#6880) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6880) Unexpected space before function parentheses. (space-before-function-paren)
(#6887) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6896) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6896) Unexpected space before function parentheses. (space-before-function-paren)
(#6898) Unexpected space before function parentheses. (space-before-function-paren)
(#6899) There should be no space after '['. (computed-property-spacing)
(#6899) There should be no space before ']'. (computed-property-spacing)
(#6905) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6905) Unexpected space before function parentheses. (space-before-function-paren)
(#6909) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6909) Unexpected space before function parentheses. (space-before-function-paren)
(#6920) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6920) Unexpected space before function parentheses. (space-before-function-paren)
(#6924) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6924) Unexpected space before function parentheses. (space-before-function-paren)
(#6928) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6928) Unexpected space before function parentheses. (space-before-function-paren)
(#6932) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6932) Unexpected space before function parentheses. (space-before-function-paren)
(#6939) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6939) Unexpected space before function parentheses. (space-before-function-paren)
(#6948) 'j' is defined but never used. (no-unused-vars)
(#6948) 'jen' is defined but never used. (no-unused-vars)
(#6949) 'inner' is defined but never used. (no-unused-vars)
(#6950) Unexpected space before function parentheses. (space-before-function-paren)
(#6951) Unexpected space before function parentheses. (space-before-function-paren)
(#6964) There should be no space after '['. (computed-property-spacing)
(#6964) There should be no space before ']'. (computed-property-spacing)
(#6964) Do not nest ternary expressions. (no-nested-ternary)
(#6970) There should be no space after '['. (computed-property-spacing)
(#6970) There should be no space before ']'. (computed-property-spacing)
(#6970) Identifier '__dt_wrapper' is not in camel case. (camelcase)
(#6973) There should be no space after '['. (computed-property-spacing)
(#6973) There should be no space before ']'. (computed-property-spacing)
(#6980) Unexpected tab character. (no-tabs)
(#6981) Unexpected tab character. (no-tabs)
(#6983) Unexpected tab character. (no-tabs)
(#7009) Identifier '_api_register' is not in camel case. (camelcase)
(#7009) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7009) Unexpected space before function parentheses. (space-before-function-paren)
(#7024) Unexpected space before function parentheses. (space-before-function-paren)
(#7053) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7061) Identifier '_api_registerPlural' is not in camel case. (camelcase)
(#7061) Unexpected space before function parentheses. (space-before-function-paren)
(#7064) Unexpected space before function parentheses. (space-before-function-paren)
(#7065) Unexpected 'this'. (no-invalid-this)
(#7067) Unexpected 'this'. (no-invalid-this)
(#7069) Unexpected 'this'. (no-invalid-this)
(#7071) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7074) Do not nest ternary expressions. (no-nested-ternary)
(#7086) Expected JSDoc for 'a' but found 'Array'. (valid-jsdoc)
(#7095) Identifier '__table_selector' is not in camel case. (camelcase)
(#7095) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7095) Unexpected space before function parentheses. (space-before-function-paren)
(#7099) There should be no space after '['. (computed-property-spacing)
(#7099) There should be no space before ']'. (computed-property-spacing)
(#7103) Unexpected space before function parentheses. (space-before-function-paren)
(#7103) 'i' is defined but never used. (no-unused-vars)
(#7109) Unexpected space before function parentheses. (space-before-function-paren)
(#7109) 'i' is defined but never used. (no-unused-vars)
(#7111) Unexpected 'this'. (no-invalid-this)
(#7112) There should be no space after '['. (computed-property-spacing)
(#7112) There should be no space before ']'. (computed-property-spacing)
(#7128) Unexpected space before function parentheses. (space-before-function-paren)
(#7131) Unexpected 'this'. (no-invalid-this)
(#7132) Unexpected 'this'. (no-invalid-this)
(#7135) Unexpected space before function parentheses. (space-before-function-paren)
(#7136) Unexpected 'this'. (no-invalid-this)
(#7145) Unexpected space before function parentheses. (space-before-function-paren)
(#7146) Unexpected 'this'. (no-invalid-this)
(#7146) Unexpected space before function parentheses. (space-before-function-paren)
(#7151) Unexpected space before function parentheses. (space-before-function-paren)
(#7152) Unexpected 'this'. (no-invalid-this)
(#7152) Unexpected space before function parentheses. (space-before-function-paren)
(#7157) Unexpected space before function parentheses. (space-before-function-paren)
(#7158) Unexpected 'this'. (no-invalid-this)
(#7158) Unexpected space before function parentheses. (space-before-function-paren)
(#7163) Unexpected space before function parentheses. (space-before-function-paren)
(#7164) Unexpected 'this'. (no-invalid-this)
(#7164) Unexpected space before function parentheses. (space-before-function-paren)
(#7169) Unexpected space before function parentheses. (space-before-function-paren)
(#7170) Unexpected 'this'. (no-invalid-this)
(#7170) Unexpected space before function parentheses. (space-before-function-paren)
(#7178) Unexpected space before function parentheses. (space-before-function-paren)
(#7179) Unexpected 'this'. (no-invalid-this)
(#7179) Unexpected space before function parentheses. (space-before-function-paren)
(#7183) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7214) Unexpected space before function parentheses. (space-before-function-paren)
(#7216) Unexpected 'this'. (no-invalid-this)
(#7220) Unexpected 'this'. (no-invalid-this)
(#7220) Unexpected space before function parentheses. (space-before-function-paren)
(#7243) Unexpected space before function parentheses. (space-before-function-paren)
(#7243) 'action' is defined but never used. (no-unused-vars)
(#7244) Unexpected 'this'. (no-invalid-this)
(#7249) Unexpected 'this'. (no-invalid-this)
(#7278) Unexpected space before function parentheses. (space-before-function-paren)
(#7283) Unexpected 'this'. (no-invalid-this)
(#7284) Unexpected 'this'. (no-invalid-this)
(#7289) Unexpected 'this'. (no-invalid-this)
(#7289) Unexpected space before function parentheses. (space-before-function-paren)
(#7294) Unexpected space before function parentheses. (space-before-function-paren)
(#7299) Unexpected space before function parentheses. (space-before-function-paren)
(#7307) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7317) Unexpected space before function parentheses. (space-before-function-paren)
(#7338) Expected to return a value at the end of this function. (consistent-return)
(#7338) Unexpected space before function parentheses. (space-before-function-paren)
(#7339) Unexpected 'this'. (no-invalid-this)
(#7351) Expected to return a value at the end of this function. (consistent-return)
(#7351) Unexpected space before function parentheses. (space-before-function-paren)
(#7352) Unexpected 'this'. (no-invalid-this)
(#7370) Unexpected space before function parentheses. (space-before-function-paren)
(#7371) Unexpected 'this'. (no-invalid-this)
(#7371) Unexpected space before function parentheses. (space-before-function-paren)
(#7388) Unexpected space before function parentheses. (space-before-function-paren)
(#7389) Unexpected 'this'. (no-invalid-this)
(#7398) Do not nest ternary expressions. (no-nested-ternary)
(#7406) Unexpected 'this'. (no-invalid-this)
(#7406) Unexpected space before function parentheses. (space-before-function-paren)
(#7410) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7428) Unexpected space before function parentheses. (space-before-function-paren)
(#7431) Unexpected 'this'. (no-invalid-this)
(#7431) Unexpected space before function parentheses. (space-before-function-paren)
(#7436) Identifier '_selector_run' is not in camel case. (camelcase)
(#7436) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7436) Unexpected space before function parentheses. (space-before-function-paren)
(#7439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7465) There should be no space after '['. (computed-property-spacing)
(#7465) There should be no space before ']'. (computed-property-spacing)
(#7475) Identifier '_selector_opts' is not in camel case. (camelcase)
(#7475) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7475) Unexpected space before function parentheses. (space-before-function-paren)
(#7494) Identifier '_selector_first' is not in camel case. (camelcase)
(#7494) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7494) Unexpected space before function parentheses. (space-before-function-paren)
(#7515) Identifier '_selector_row_indexes' is not in camel case. (camelcase)
(#7515) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7515) Unexpected space before function parentheses. (space-before-function-paren)
(#7518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7536) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7544) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7545) Do not nest ternary expressions. (no-nested-ternary)
(#7549) Unexpected space before function parentheses. (space-before-function-paren)
(#7549) 'i' is defined but never used. (no-unused-vars)
(#7553) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7558) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7561) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7584) Identifier '__row_selector' is not in camel case. (camelcase)
(#7584) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7584) Unexpected space before function parentheses. (space-before-function-paren)
(#7587) Unexpected space before function parentheses. (space-before-function-paren)
(#7589) 'i' is defined but never used. (no-unused-vars)
(#7589) 'ien' is defined but never used. (no-unused-vars)
(#7606) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7613) Unexpected space before function parentheses. (space-before-function-paren)
(#7614) There should be no space after '['. (computed-property-spacing)
(#7614) There should be no space before ']'. (computed-property-spacing)
(#7629) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7632) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7651) There should be no space after '['. (computed-property-spacing)
(#7651) There should be no space before ']'. (computed-property-spacing)
(#7665) Unexpected space before function parentheses. (space-before-function-paren)
(#7666) Unexpected 'this'. (no-invalid-this)
(#7674) Unexpected space before function parentheses. (space-before-function-paren)
(#7679) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7686) Unexpected 'this'. (no-invalid-this)
(#7686) Unexpected space before function parentheses. (space-before-function-paren)
(#7697) Unexpected space before function parentheses. (space-before-function-paren)
(#7698) Unexpected 'this'. (no-invalid-this)
(#7698) Unexpected space before function parentheses. (space-before-function-paren)
(#7699) There should be no space after '['. (computed-property-spacing)
(#7699) There should be no space before ']'. (computed-property-spacing)
(#7703) Unexpected space before function parentheses. (space-before-function-paren)
(#7704) Unexpected 'this'. (no-invalid-this)
(#7704) Unexpected space before function parentheses. (space-before-function-paren)
(#7709) Unexpected space before function parentheses. (space-before-function-paren)
(#7710) Unexpected 'this'. (no-invalid-this)
(#7710) Unexpected space before function parentheses. (space-before-function-paren)
(#7711) There should be no space after '['. (computed-property-spacing)
(#7711) There should be no space before ']'. (computed-property-spacing)
(#7716) Unexpected space before function parentheses. (space-before-function-paren)
(#7717) Unexpected 'this'. (no-invalid-this)
(#7717) Unexpected space before function parentheses. (space-before-function-paren)
(#7722) Unexpected space before function parentheses. (space-before-function-paren)
(#7723) Unexpected 'this'. (no-invalid-this)
(#7723) Unexpected space before function parentheses. (space-before-function-paren)
(#7728) Unexpected space before function parentheses. (space-before-function-paren)
(#7730) Unexpected 'this'. (no-invalid-this)
(#7734) Unexpected 'this'. (no-invalid-this)
(#7735) There should be no space after '['. (computed-property-spacing)
(#7735) Unexpected 'this'. (no-invalid-this)
(#7735) There should be no space before ']'. (computed-property-spacing)
(#7743) Unexpected space before function parentheses. (space-before-function-paren)
(#7744) Unexpected 'this'. (no-invalid-this)
(#7746) Unexpected 'this'. (no-invalid-this)
(#7746) Unexpected space before function parentheses. (space-before-function-paren)
(#7748) There should be no space after '['. (computed-property-spacing)
(#7748) There should be no space before ']'. (computed-property-spacing)
(#7761) Identifier '_DT_RowIndex' is not in camel case. (camelcase)
(#7775) There should be no space after '['. (computed-property-spacing)
(#7775) There should be no space before ']'. (computed-property-spacing)
(#7783) There should be no space after '['. (computed-property-spacing)
(#7783) There should be no space before ']'. (computed-property-spacing)
(#7787) Unexpected 'this'. (no-invalid-this)
(#7787) Unexpected space before function parentheses. (space-before-function-paren)
(#7793) Unexpected 'this'. (no-invalid-this)
(#7796) Unexpected space before function parentheses. (space-before-function-paren)
(#7797) Unexpected 'this'. (no-invalid-this)
(#7797) Unexpected space before function parentheses. (space-before-function-paren)
(#7807) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7816) Unexpected 'this'. (no-invalid-this)
(#7826) Unexpected space before function parentheses. (space-before-function-paren)
(#7827) Unexpected 'this'. (no-invalid-this)
(#7830) Unexpected space before function parentheses. (space-before-function-paren)
(#7831) Unexpected 'this'. (no-invalid-this)
(#7835) Unexpected 'this'. (no-invalid-this)
(#7836) There should be no space after '['. (computed-property-spacing)
(#7836) Unexpected 'this'. (no-invalid-this)
(#7836) There should be no space before ']'. (computed-property-spacing)
(#7841) There should be no space after '['. (computed-property-spacing)
(#7841) Unexpected 'this'. (no-invalid-this)
(#7841) There should be no space before ']'. (computed-property-spacing)
(#7844) Unexpected 'this'. (no-invalid-this)
(#7846) Unexpected 'this'. (no-invalid-this)
(#7849) Unexpected space before function parentheses. (space-before-function-paren)
(#7850) Unexpected 'this'. (no-invalid-this)
(#7852) Unexpected 'this'. (no-invalid-this)
(#7853) There should be no space after '['. (computed-property-spacing)
(#7853) Unexpected 'this'. (no-invalid-this)
(#7853) There should be no space before ']'. (computed-property-spacing)
(#7857) Unexpected space before function parentheses. (space-before-function-paren)
(#7864) Unexpected 'this'. (no-invalid-this)
(#7864) Unexpected space before function parentheses. (space-before-function-paren)
(#7872) Unexpected 'this'. (no-invalid-this)
(#7875) Identifier '__details_add' is not in camel case. (camelcase)
(#7875) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7875) Unexpected space before function parentheses. (space-before-function-paren)
(#7879) Unexpected space before function parentheses. (space-before-function-paren)
(#7893) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7899) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#7919) Identifier '__details_remove' is not in camel case. (camelcase)
(#7919) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7919) Unexpected space before function parentheses. (space-before-function-paren)
(#7924) There should be no space after '['. (computed-property-spacing)
(#7924) There should be no space before ']'. (computed-property-spacing)
(#7935) Identifier '__details_display' is not in camel case. (camelcase)
(#7935) Unexpected space before function parentheses. (space-before-function-paren)
(#7939) There should be no space after '['. (computed-property-spacing)
(#7939) There should be no space before ']'. (computed-property-spacing)
(#7947) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7956) Identifier '__details_events' is not in camel case. (camelcase)
(#7956) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7956) Unexpected space before function parentheses. (space-before-function-paren)
(#7969) Unexpected space before function parentheses. (space-before-function-paren)
(#7974) Unexpected space before function parentheses. (space-before-function-paren)
(#7976) There should be no space after '['. (computed-property-spacing)
(#7976) There should be no space before ']'. (computed-property-spacing)
(#7985) Unexpected space before function parentheses. (space-before-function-paren)
(#7985) 'vis' is defined but never used. (no-unused-vars)
(#7992) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8004) Unexpected space before function parentheses. (space-before-function-paren)
(#8020) Identifier '_child_obj' is not in camel case. (camelcase)
(#8021) Identifier '_child_mth' is not in camel case. (camelcase)
(#8021) Identifier '_child_obj' is not in camel case. (camelcase)
(#8027) Unexpected space before function parentheses. (space-before-function-paren)
(#8028) Unexpected 'this'. (no-invalid-this)
(#8032) Unexpected 'this'. (no-invalid-this)
(#8033) There should be no space after '['. (computed-property-spacing)
(#8033) Unexpected 'this'. (no-invalid-this)
(#8033) There should be no space before ']'. (computed-property-spacing)
(#8036) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8038) Unexpected 'this'. (no-invalid-this)
(#8040) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8042) Unexpected 'this'. (no-invalid-this)
(#8044) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8044) Unexpected 'this'. (no-invalid-this)
(#8046) There should be no space after '['. (computed-property-spacing)
(#8046) Unexpected 'this'. (no-invalid-this)
(#8046) There should be no space before ']'. (computed-property-spacing)
(#8049) Unexpected 'this'. (no-invalid-this)
(#8053) Identifier '_child_obj' is not in camel case. (camelcase)
(#8054) Identifier '_child_mth' is not in camel case. (camelcase)
(#8055) Unexpected space before function parentheses. (space-before-function-paren)
(#8055) 'show' is defined but never used. (no-unused-vars)
(#8056) Unexpected 'this'. (no-invalid-this)
(#8057) Unexpected 'this'. (no-invalid-this)
(#8061) Identifier '_child_obj' is not in camel case. (camelcase)
(#8062) Identifier '_child_mth' is not in camel case. (camelcase)
(#8063) Unexpected space before function parentheses. (space-before-function-paren)
(#8064) Unexpected 'this'. (no-invalid-this)
(#8065) Unexpected 'this'. (no-invalid-this)
(#8069) Identifier '_child_obj' is not in camel case. (camelcase)
(#8070) Identifier '_child_mth' is not in camel case. (camelcase)
(#8071) Unexpected space before function parentheses. (space-before-function-paren)
(#8072) Unexpected 'this'. (no-invalid-this)
(#8073) Unexpected 'this'. (no-invalid-this)
(#8076) Identifier '_child_obj' is not in camel case. (camelcase)
(#8076) Unexpected space before function parentheses. (space-before-function-paren)
(#8077) Unexpected 'this'. (no-invalid-this)
(#8079) Unexpected 'this'. (no-invalid-this)
(#8081) There should be no space after '['. (computed-property-spacing)
(#8081) Unexpected 'this'. (no-invalid-this)
(#8081) There should be no space before ']'. (computed-property-spacing)
(#8100) Identifier '__re_column_selector' is not in camel case. (camelcase)
(#8104) Unexpected space before function parentheses. (space-before-function-paren)
(#8112) Identifier '__column_selector' is not in camel case. (camelcase)
(#8112) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8112) Unexpected space before function parentheses. (space-before-function-paren)
(#8119) Unexpected space before function parentheses. (space-before-function-paren)
(#8139) Unexpected space before function parentheses. (space-before-function-paren)
(#8143) There should be no space after '['. (computed-property-spacing)
(#8143) There should be no space before ']'. (computed-property-spacing)
(#8161) Unexpected space before function parentheses. (space-before-function-paren)
(#8164) There should be no space after '['. (computed-property-spacing)
(#8164) There should be no space before ']'. (computed-property-spacing)
(#8171) Unexpected space before function parentheses. (space-before-function-paren)
(#8188) Unexpected space before function parentheses. (space-before-function-paren)
(#8189) Unexpected 'this'. (no-invalid-this)
(#8208) Expected to return a value at the end of this function. (consistent-return)
(#8208) Unexpected space before function parentheses. (space-before-function-paren)
(#8211) There should be no space after '['. (computed-property-spacing)
(#8211) There should be no space before ']'. (computed-property-spacing)
(#8213) 'row' is defined but never used. (no-unused-vars)
(#8223) Expected a return value. (consistent-return)
(#8237) There should be no space after '['. (computed-property-spacing)
(#8237) There should be no space before ']'. (computed-property-spacing)
(#8237) There should be no space after '['. (computed-property-spacing)
(#8237) There should be no space before ']'. (computed-property-spacing)
(#8241) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8254) Unexpected space before function parentheses. (space-before-function-paren)
(#8259) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8266) Unexpected 'this'. (no-invalid-this)
(#8266) Unexpected space before function parentheses. (space-before-function-paren)
(#8277) Unexpected space before function parentheses. (space-before-function-paren)
(#8277) 'opts' is defined but never used. (no-unused-vars)
(#8278) Unexpected 'this'. (no-invalid-this)
(#8278) Unexpected space before function parentheses. (space-before-function-paren)
(#8283) Unexpected space before function parentheses. (space-before-function-paren)
(#8283) 'opts' is defined but never used. (no-unused-vars)
(#8284) Unexpected 'this'. (no-invalid-this)
(#8284) Unexpected space before function parentheses. (space-before-function-paren)
(#8289) Unexpected space before function parentheses. (space-before-function-paren)
(#8290) Unexpected 'this'. (no-invalid-this)
(#8293) Unexpected space before function parentheses. (space-before-function-paren)
(#8294) Unexpected 'this'. (no-invalid-this)
(#8294) Unexpected space before function parentheses. (space-before-function-paren)
(#8299) Unexpected space before function parentheses. (space-before-function-paren)
(#8300) Unexpected 'this'. (no-invalid-this)
(#8300) Unexpected space before function parentheses. (space-before-function-paren)
(#8307) Unexpected space before function parentheses. (space-before-function-paren)
(#8308) Unexpected 'this'. (no-invalid-this)
(#8308) Unexpected space before function parentheses. (space-before-function-paren)
(#8313) Unexpected space before function parentheses. (space-before-function-paren)
(#8314) Unexpected 'this'. (no-invalid-this)
(#8314) Expected to return a value at the end of this function. (consistent-return)
(#8314) Unexpected space before function parentheses. (space-before-function-paren)
(#8316) There should be no space after '['. (computed-property-spacing)
(#8316) There should be no space before ']'. (computed-property-spacing)
(#8324) Unexpected 'this'. (no-invalid-this)
(#8324) Unexpected space before function parentheses. (space-before-function-paren)
(#8329) Unexpected 'this'. (no-invalid-this)
(#8336) Unexpected space before function parentheses. (space-before-function-paren)
(#8337) Unexpected 'this'. (no-invalid-this)
(#8337) Unexpected space before function parentheses. (space-before-function-paren)
(#8344) Unexpected space before function parentheses. (space-before-function-paren)
(#8345) Unexpected 'this'. (no-invalid-this)
(#8345) Unexpected space before function parentheses. (space-before-function-paren)
(#8350) Expected to return a value at the end of this function. (consistent-return)
(#8350) Unexpected space before function parentheses. (space-before-function-paren)
(#8351) Unexpected 'this'. (no-invalid-this)
(#8352) Unexpected 'this'. (no-invalid-this)
(#8357) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8363) Unexpected space before function parentheses. (space-before-function-paren)
(#8364) Unexpected 'this'. (no-invalid-this)
(#8367) Identifier '__cell_selector' is not in camel case. (camelcase)
(#8367) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8367) Unexpected space before function parentheses. (space-before-function-paren)
(#8377) Unexpected space before function parentheses. (space-before-function-paren)
(#8395) There should be no space after '['. (computed-property-spacing)
(#8395) There should be no space before ']'. (computed-property-spacing)
(#8397) Blocks are nested too deeply (5). (max-depth)
(#8401) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8419) Unexpected space before function parentheses. (space-before-function-paren)
(#8446) Unexpected space before function parentheses. (space-before-function-paren)
(#8455) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8468) Unexpected 'this'. (no-invalid-this)
(#8468) Unexpected space before function parentheses. (space-before-function-paren)
(#8474) Unexpected 'this'. (no-invalid-this)
(#8475) Unexpected 'this'. (no-invalid-this)
(#8478) Unexpected 'this'. (no-invalid-this)
(#8478) Unexpected space before function parentheses. (space-before-function-paren)
(#8502) Unexpected space before function parentheses. (space-before-function-paren)
(#8503) Unexpected 'this'. (no-invalid-this)
(#8503) Unexpected space before function parentheses. (space-before-function-paren)
(#8504) There should be no space after '['. (computed-property-spacing)
(#8504) There should be no space before ']'. (computed-property-spacing)
(#8507) There should be no space after '['. (computed-property-spacing)
(#8507) There should be no space before ']'. (computed-property-spacing)
(#8512) Unexpected space before function parentheses. (space-before-function-paren)
(#8513) Unexpected 'this'. (no-invalid-this)
(#8513) Unexpected space before function parentheses. (space-before-function-paren)
(#8518) Unexpected space before function parentheses. (space-before-function-paren)
(#8521) Unexpected 'this'. (no-invalid-this)
(#8521) Unexpected space before function parentheses. (space-before-function-paren)
(#8522) There should be no space after '['. (computed-property-spacing)
(#8522) There should be no space before ']'. (computed-property-spacing)
(#8522) There should be no space after '['. (computed-property-spacing)
(#8522) There should be no space before ']'. (computed-property-spacing)
(#8522) There should be no space after '['. (computed-property-spacing)
(#8522) There should be no space before ']'. (computed-property-spacing)
(#8526) Unexpected space before function parentheses. (space-before-function-paren)
(#8527) Unexpected 'this'. (no-invalid-this)
(#8527) Unexpected space before function parentheses. (space-before-function-paren)
(#8532) Unexpected space before function parentheses. (space-before-function-paren)
(#8533) Unexpected 'this'. (no-invalid-this)
(#8533) Unexpected space before function parentheses. (space-before-function-paren)
(#8542) Unexpected space before function parentheses. (space-before-function-paren)
(#8543) Unexpected 'this'. (no-invalid-this)
(#8543) Unexpected space before function parentheses. (space-before-function-paren)
(#8548) Unexpected space before function parentheses. (space-before-function-paren)
(#8549) Unexpected 'this'. (no-invalid-this)
(#8552) Unexpected space before function parentheses. (space-before-function-paren)
(#8553) Unexpected 'this'. (no-invalid-this)
(#8554) Unexpected 'this'. (no-invalid-this)
(#8567) Unexpected 'this'. (no-invalid-this)
(#8598) Unexpected space before function parentheses. (space-before-function-paren)
(#8599) Unexpected 'this'. (no-invalid-this)
(#8613) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8619) Unexpected 'this'. (no-invalid-this)
(#8619) Unexpected space before function parentheses. (space-before-function-paren)
(#8634) Unexpected space before function parentheses. (space-before-function-paren)
(#8635) Unexpected 'this'. (no-invalid-this)
(#8635) Unexpected space before function parentheses. (space-before-function-paren)
(#8640) Unexpected space before function parentheses. (space-before-function-paren)
(#8642) Unexpected 'this'. (no-invalid-this)
(#8652) Unexpected 'this'. (no-invalid-this)
(#8652) Unexpected space before function parentheses. (space-before-function-paren)
(#8661) Unexpected space before function parentheses. (space-before-function-paren)
(#8662) Unexpected 'this'. (no-invalid-this)
(#8664) Unexpected 'this'. (no-invalid-this)
(#8664) Unexpected space before function parentheses. (space-before-function-paren)
(#8667) Unexpected space before function parentheses. (space-before-function-paren)
(#8675) Unexpected space before function parentheses. (space-before-function-paren)
(#8676) Unexpected 'this'. (no-invalid-this)
(#8686) Unexpected 'this'. (no-invalid-this)
(#8686) Unexpected space before function parentheses. (space-before-function-paren)
(#8703) Unexpected space before function parentheses. (space-before-function-paren)
(#8704) Unexpected 'this'. (no-invalid-this)
(#8704) Expected to return a value at the end of this function. (consistent-return)
(#8704) Unexpected space before function parentheses. (space-before-function-paren)
(#8709) There should be no space after '['. (computed-property-spacing)
(#8709) There should be no space before ']'. (computed-property-spacing)
(#8714) Expected a return value. (consistent-return)
(#8717) There should be no space after '['. (computed-property-spacing)
(#8717) There should be no space before ']'. (computed-property-spacing)
(#8733) Unexpected space before function parentheses. (space-before-function-paren)
(#8734) Unexpected 'this'. (no-invalid-this)
(#8735) Unexpected 'this'. (no-invalid-this)
(#8739) Unexpected space before function parentheses. (space-before-function-paren)
(#8740) Unexpected 'this'. (no-invalid-this)
(#8740) Unexpected space before function parentheses. (space-before-function-paren)
(#8746) Unexpected space before function parentheses. (space-before-function-paren)
(#8747) Unexpected 'this'. (no-invalid-this)
(#8748) Unexpected 'this'. (no-invalid-this)
(#8752) Unexpected space before function parentheses. (space-before-function-paren)
(#8753) Unexpected 'this'. (no-invalid-this)
(#8753) Unexpected space before function parentheses. (space-before-function-paren)
(#8773) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8773) Unexpected space before function parentheses. (space-before-function-paren)
(#8810) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8810) Unexpected space before function parentheses. (space-before-function-paren)
(#8819) Unexpected space before function parentheses. (space-before-function-paren)
(#8847) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8847) Unexpected space before function parentheses. (space-before-function-paren)
(#8856) Expected to return a value at the end of this function. (consistent-return)
(#8856) Unexpected space before function parentheses. (space-before-function-paren)
(#8885) Unexpected space before function parentheses. (space-before-function-paren)
(#8887) Unexpected 'this'. (no-invalid-this)
(#8897) Unexpected space before function parentheses. (space-before-function-paren)
(#8898) Unexpected space before function parentheses. (space-before-function-paren)
(#8898) There should be no spaces inside this paren. (space-in-parens)
(#8898) There should be no spaces inside this paren. (space-in-parens)
(#8906) Unexpected 'this'. (no-invalid-this)
(#8908) Unexpected 'this'. (no-invalid-this)
(#8912) Unexpected space before function parentheses. (space-before-function-paren)
(#8913) Unexpected 'this'. (no-invalid-this)
(#8913) Unexpected space before function parentheses. (space-before-function-paren)
(#8918) Unexpected space before function parentheses. (space-before-function-paren)
(#8919) Unexpected 'this'. (no-invalid-this)
(#8919) Unexpected 'this'. (no-invalid-this)
(#8922) Unexpected space before function parentheses. (space-before-function-paren)
(#8923) Unexpected 'this'. (no-invalid-this)
(#8927) Unexpected space before function parentheses. (space-before-function-paren)
(#8928) Unexpected 'this'. (no-invalid-this)
(#8928) Unexpected space before function parentheses. (space-before-function-paren)
(#8933) Unexpected space before function parentheses. (space-before-function-paren)
(#8936) Unexpected 'this'. (no-invalid-this)
(#8936) Unexpected space before function parentheses. (space-before-function-paren)
(#8946) Unexpected space before function parentheses. (space-before-function-paren)
(#8949) 'i' is defined but never used. (no-unused-vars)
(#8992) Unexpected space before function parentheses. (space-before-function-paren)
(#8993) Unexpected 'this'. (no-invalid-this)
(#8994) Unexpected 'this'. (no-invalid-this)
(#9005) There should be no space after '['. (computed-property-spacing)
(#9005) There should be no space before ']'. (computed-property-spacing)
(#9006) There should be no space after '['. (computed-property-spacing)
(#9006) There should be no space before ']'. (computed-property-spacing)
(#9025) Unexpected space before function parentheses. (space-before-function-paren)
(#9026) Unexpected 'this'. (no-invalid-this)
(#9040) Unexpected space before function parentheses. (space-before-function-paren)
(#9041) Unexpected space before function parentheses. (space-before-function-paren)
(#9042) Unexpected 'this'. (no-invalid-this)
(#9043) Unexpected 'this'. (no-invalid-this)
(#9045) Unexpected 'this'. (no-invalid-this)
(#9045) Unexpected space before function parentheses. (space-before-function-paren)
(#9057) There should be no space after '['. (computed-property-spacing)
(#9057) There should be no space before ']'. (computed-property-spacing)
(#9070) Unexpected space before function parentheses. (space-before-function-paren)
(#9071) Unexpected 'this'. (no-invalid-this)
(#9079) There should be no space after '['. (computed-property-spacing)
(#9079) There should be no space before ']'. (computed-property-spacing)
(#9080) There should be no space after '['. (computed-property-spacing)
(#9080) There should be no space before ']'. (computed-property-spacing)
(#10269) JSDoc syntax error. (valid-jsdoc)
(#10296) Unexpected space before function parentheses. (space-before-function-paren)
(#10480) JSDoc syntax error. (valid-jsdoc)
(#10510) Expected to return a value at the end of this function. (consistent-return)
(#10510) Unexpected space before function parentheses. (space-before-function-paren)
(#10517) Empty block statement. (no-empty)
(#10578) JSDoc syntax error. (valid-jsdoc)
(#10607) Unexpected space before function parentheses. (space-before-function-paren)
(#10613) Empty block statement. (no-empty)
(#10737) Missing space before value for key 'iDisplayStart'. (key-spacing)
(#10758) Missing space before value for key 'iTabIndex'. (key-spacing)
(#11045) Trailing spaces not allowed. (no-trailing-spaces)
(#11198) Trailing spaces not allowed. (no-trailing-spaces)
(#11325) Line 11325 exceeds the maximum line length of 132. (max-len)
(#11326) Line 11326 exceeds the maximum line length of 132. (max-len)
(#11385) Trailing spaces not allowed. (no-trailing-spaces)
(#13057) JSDoc syntax error. (valid-jsdoc)
(#13061) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13061) Unexpected space before function parentheses. (space-before-function-paren)
(#13067) JSDoc syntax error. (valid-jsdoc)
(#13071) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13071) Unexpected space before function parentheses. (space-before-function-paren)
(#13077) JSDoc syntax error. (valid-jsdoc)
(#13081) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13081) Unexpected space before function parentheses. (space-before-function-paren)
(#13096) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13168) Trailing spaces not allowed. (no-trailing-spaces)
(#13204) Trailing spaces not allowed. (no-trailing-spaces)
(#13214) Trailing spaces not allowed. (no-trailing-spaces)
(#13218) Trailing spaces not allowed. (no-trailing-spaces)
(#13221) Trailing spaces not allowed. (no-trailing-spaces)
(#13232) Trailing spaces not allowed. (no-trailing-spaces)
(#13252) Trailing spaces not allowed. (no-trailing-spaces)
(#13340) Trailing spaces not allowed. (no-trailing-spaces)
(#13367) Trailing spaces not allowed. (no-trailing-spaces)
(#13417) Trailing spaces not allowed. (no-trailing-spaces)
(#13422) Trailing spaces not allowed. (no-trailing-spaces)
(#13426) Trailing spaces not allowed. (no-trailing-spaces)
(#13517) Trailing spaces not allowed. (no-trailing-spaces)
(#13585) Trailing spaces not allowed. (no-trailing-spaces)
(#13617) Missing space before value for key '_unique'. (key-spacing)
(#13636) Missing space before value for key 'iApiIndex'. (key-spacing)
(#13720) Unexpected space before function parentheses. (space-before-function-paren)
(#13770) Missing JSDoc comment. (require-jsdoc)
(#13775) 'i' is defined but never used. (no-unused-vars)
(#13780) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13785) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13790) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13798) Identifier 'DT_el' is not in camel case. (camelcase)
(#13803) Unexpected space before function parentheses. (space-before-function-paren)
(#13803) 'pages' is defined but never used. (no-unused-vars)
(#13806) Unexpected space before function parentheses. (space-before-function-paren)
(#13806) 'pages' is defined but never used. (no-unused-vars)
(#13809) Unexpected space before function parentheses. (space-before-function-paren)
(#13812) Identifier 'simple_numbers' is not in camel case. (camelcase)
(#13812) Unexpected space before function parentheses. (space-before-function-paren)
(#13815) Identifier 'full_numbers' is not in camel case. (camelcase)
(#13815) Unexpected space before function parentheses. (space-before-function-paren)
(#13821) Identifier 'numbers_length' is not in camel case. (camelcase)
(#13826) Unexpected space before function parentheses. (space-before-function-paren)
(#13830) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13832) Unexpected space before function parentheses. (space-before-function-paren)
(#13834) Unexpected space before function parentheses. (space-before-function-paren)
(#13846) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13890) There should be no space after '['. (computed-property-spacing)
(#13890) There should be no space before ']'. (computed-property-spacing)
(#13922) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13922) Empty block statement. (no-empty)
(#13939) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13939) Unexpected space before function parentheses. (space-before-function-paren)
(#13945) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13945) Unexpected space before function parentheses. (space-before-function-paren)
(#13945) 'settings' is defined but never used. (no-unused-vars)
(#13950) Identifier '_re_date_start' is not in camel case. (camelcase)
(#13950) Identifier '_re_date_end' is not in camel case. (camelcase)
(#13957) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13957) Unexpected space before function parentheses. (space-before-function-paren)
(#13963) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13963) Unexpected space before function parentheses. (space-before-function-paren)
(#13969) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13969) Unexpected space before function parentheses. (space-before-function-paren)
(#13975) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13975) Unexpected space before function parentheses. (space-before-function-paren)
(#13975) 'settings' is defined but never used. (no-unused-vars)
(#13984) Trailing spaces not allowed. (no-trailing-spaces)
(#13990) Unexpected space before function parentheses. (space-before-function-paren)
(#13991) Do not nest ternary expressions. (no-nested-ternary)
(#13999) Unexpected space before function parentheses. (space-before-function-paren)
(#14000) Do not nest ternary expressions. (no-nested-ternary)
(#14008) Unexpected space before function parentheses. (space-before-function-paren)
(#14036) Missing JSDoc comment. (require-jsdoc)
(#14040) Unexpected space before function parentheses. (space-before-function-paren)
(#14044) Unexpected space before function parentheses. (space-before-function-paren)
(#14048) Unexpected space before function parentheses. (space-before-function-paren)
(#14052) Unexpected space before function parentheses. (space-before-function-paren)
(#14056) Unexpected space before function parentheses. (space-before-function-paren)
(#14058) There should be no space after '['. (computed-property-spacing)
(#14058) There should be no space before ']'. (computed-property-spacing)
(#14062) There should be no space after '['. (computed-property-spacing)
(#14062) There should be no space before ']'. (computed-property-spacing)
(#14071) Unexpected space before function parentheses. (space-before-function-paren)
(#14075) Unexpected space before function parentheses. (space-before-function-paren)
(#14076) Do not nest ternary expressions. (no-nested-ternary)
(#14083) Unexpected space before function parentheses. (space-before-function-paren)
(#14086) Do not nest ternary expressions. (no-nested-ternary)
(#14088) Do not nest ternary expressions. (no-nested-ternary)
(#14096) Unexpected space before function parentheses. (space-before-function-paren)
(#14097) Do not nest ternary expressions. (no-nested-ternary)
(#14099) Unexpected space before function parentheses. (space-before-function-paren)
(#14100) Do not nest ternary expressions. (no-nested-ternary)
(#14109) Unexpected space before function parentheses. (space-before-function-paren)
(#14115) Unexpected space before function parentheses. (space-before-function-paren)
(#14128) Do not nest ternary expressions. (no-nested-ternary)
(#14128) There should be no space after '['. (computed-property-spacing)
(#14128) There should be no space before ']'. (computed-property-spacing)
(#14129) There should be no space after '['. (computed-property-spacing)
(#14129) There should be no space before ']'. (computed-property-spacing)
(#14135) Unexpected space before function parentheses. (space-before-function-paren)
(#14145) Unexpected space before function parentheses. (space-before-function-paren)
(#14154) Do not nest ternary expressions. (no-nested-ternary)
(#14154) There should be no space after '['. (computed-property-spacing)
(#14154) There should be no space before ']'. (computed-property-spacing)
(#14155) There should be no space after '['. (computed-property-spacing)
(#14155) There should be no space before ']'. (computed-property-spacing)
(#14169) Do not nest ternary expressions. (no-nested-ternary)
(#14169) There should be no space after '['. (computed-property-spacing)
(#14169) There should be no space before ']'. (computed-property-spacing)
(#14170) There should be no space after '['. (computed-property-spacing)
(#14170) There should be no space before ']'. (computed-property-spacing)
(#14186) Unexpected space before function parentheses. (space-before-function-paren)
(#14219) Unexpected space before function parentheses. (space-before-function-paren)
(#14221) Unexpected space before function parentheses. (space-before-function-paren)
(#14253) Unexpected space before function parentheses. (space-before-function-paren)
(#14271) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14273) Unexpected space before function parentheses. (space-before-function-paren)
(#14274) Unexpected 'this'. (no-invalid-this)
(#14277) Unexpected 'this'. (no-invalid-this)
(#14377) Unexpected space before function parentheses. (space-before-function-paren)
(#14377) Unexpected empty function. (no-empty-function)
(#14395) Unexpected space before function parentheses. (space-before-function-paren)
(#14401) Unexpected space before function parentheses. (space-before-function-paren)
(#14402) There should be no space after '['. (computed-property-spacing)
(#14402) There should be no space before ']'. (computed-property-spacing)
report/lpmonitoring/amd/src/learningplan.js
(#73) A space is required after ','. (comma-spacing)
(#73) There should be no space before ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#112) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#142) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#165) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#211) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#230) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#244) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#285) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#299) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#328) Expected JSDoc for 'plan' but found 'Plan'. (valid-jsdoc)
(#328) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#328) Expected JSDoc for 'elementloading' but found 'Loader'. (valid-jsdoc)
(#348) Identifier 'competencies_list' is not in camel case. (camelcase)
(#348) Missing space before value for key 'competencies_list'. (key-spacing)
(#348) Missing space before value for key 'plan'. (key-spacing)
(#369) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#369) Expected JSDoc for 'plan' but found 'Plan'. (valid-jsdoc)
(#369) Expected JSDoc for 'element' but found 'loader'. (valid-jsdoc)
(#385) Missing space before value for key 'usercompetency'. (key-spacing)
(#430) Expected JSDoc for 'planid' but found 'Plan'. (valid-jsdoc)
(#430) Expected JSDoc for 'competencyid' but found 'Competency'. (valid-jsdoc)
(#430) Expected JSDoc for 'scaleid' but found 'Scale'. (valid-jsdoc)
(#430) Expected JSDoc for 'userid' but found 'User'. (valid-jsdoc)
(#430) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#462) Expected JSDoc for 'competencyid' but found 'Competency'. (valid-jsdoc)
(#462) Expected JSDoc for 'userid' but found 'User'. (valid-jsdoc)
(#462) Expected JSDoc for 'planid' but found 'Plan'. (valid-jsdoc)
(#462) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#478) There should be no space after '{'. (object-curly-spacing)
(#478) There should be no space before '}'. (object-curly-spacing)
(#486) A space is required after ','. (comma-spacing)
(#524) Missing space before value for key 'plan'. (key-spacing)
(#525) Missing space before value for key 'hascompetencies'. (key-spacing)
(#536) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#572) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#594) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#604) Unexpected space before function parentheses. (space-before-function-paren)
(#606) Extra space after key 'scalevalue'. (key-spacing)
(#606) Extra space after key 'scaleid'. (key-spacing)
(#634) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#654) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#670) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#670) Expected JSDoc for 'evidences' but found 'Evidence'. (valid-jsdoc)
(#689) Missing space before opening brace. (space-before-blocks)
(#699) Missing JSDoc parameter type for 'Dialogue'. (valid-jsdoc)
(#699) Expected JSDoc for 'dialg' but found 'Dialogue'. (valid-jsdoc)
(#709) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#728) Missing space before opening brace. (space-before-blocks)
(#738) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#751) Expected space(s) after "if". (keyword-spacing)
(#775) Expected to return a value at the end of this function. (consistent-return)
(#789) Expected to return a value at the end of this function. (consistent-return)
(#792) Missing space before value for key 'exception'. (key-spacing)
(#805) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#805) Missing JSDoc for parameter 'listcourses'. (valid-jsdoc)
(#823) Missing space before opening brace. (space-before-blocks)
(#834) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#844) There should be no space after '{'. (object-curly-spacing)
(#844) There should be no space before '}'. (object-curly-spacing)
(#845) There should be no space after '{'. (object-curly-spacing)
(#845) There should be no space before '}'. (object-curly-spacing)
(#847) Unexpected space before function parentheses. (space-before-function-paren)
(#867) Missing space before opening brace. (space-before-blocks)
(#911) Missing space before opening brace. (space-before-blocks)
(#912) Missing space before opening brace. (space-before-blocks)
(#919) Missing space before opening brace. (space-before-blocks)
(#920) Missing space before opening brace. (space-before-blocks)
(#928) Missing space before opening brace. (space-before-blocks)
(#967) There should be no space after '{'. (object-curly-spacing)
(#968) There should be no space after '{'. (object-curly-spacing)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#989) Expected JSDoc for 'userview' but found 'True'. (valid-jsdoc)
(#1026) Expected to return a value at the end of this function. (consistent-return)
report/lpmonitoring/amd/src/learningplanstats.js
(#62) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#81) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#95) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#121) Identifier 'competencies_list' is not in camel case. (camelcase)
(#121) Missing space before value for key 'competencies_list'. (key-spacing)
(#143) Expected JSDoc for 'templatename' but found 'templateid'. (valid-jsdoc)
(#159) Missing space before opening brace. (space-before-blocks)
(#216) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#250) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#285) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#304) Missing space before opening brace. (space-before-blocks)
(#315) Expected JSDoc for 'dialg' but found 'Dialogue'. (valid-jsdoc)
(#315) Missing JSDoc parameter type for 'Dialogue'. (valid-jsdoc)
(#325) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#335) There should be no space after '{'. (object-curly-spacing)
(#335) There should be no space before '}'. (object-curly-spacing)
(#336) There should be no space after '{'. (object-curly-spacing)
(#336) There should be no space before '}'. (object-curly-spacing)
(#338) Unexpected space before function parentheses. (space-before-function-paren)
(#355) Missing space before opening brace. (space-before-blocks)
(#423) Expected to return a value at the end of this function. (consistent-return)
report/lpmonitoring/amd/src/paginated_datatable.js
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#157) Unexpected whitespace before property i. (no-whitespace-before-property)
(#159) Unexpected whitespace before property i. (no-whitespace-before-property)
(#163) Missing JSDoc comment. (require-jsdoc)
(#165) Unexpected space before function parentheses. (space-before-function-paren)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#176) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#204) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Unexpected space before function parentheses. (space-before-function-paren)
(#208) Unexpected space before function parentheses. (space-before-function-paren)
(#221) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#302) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#302) Empty block statement. (no-empty)
(#323) Unexpected space before function parentheses. (space-before-function-paren)
(#333) Unexpected space before function parentheses. (space-before-function-paren)
report/lpmonitoring/amd/src/scalecolorconfiguration.js
(#64) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#107) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#122) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#143) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#167) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Extra space after key 'id'. (key-spacing)
(#216) Extra space after key 'color'. (key-spacing)
(#248) Extra space after key 'scrollTop'. (key-spacing)
report/lpmonitoring/amd/src/user_competency_popup.js
(#33) Duplicate JSDoc parameter 'The'. (valid-jsdoc)
(#33) Expected JSDoc for 'regionSelector' but found 'The'. (valid-jsdoc)
(#33) Missing JSDoc for parameter 'userCompetencySelector'. (valid-jsdoc)
(#64) Extra space after key 'methodname'. (key-spacing)
(#65) There should be no space after '{'. (object-curly-spacing)
(#65) There should be no space before ','. (comma-spacing)
(#65) There should be no space before '}'. (object-curly-spacing)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#106) Unexpected empty function. (no-empty-function)

CSS problems

(538 errors, 5 warnings)

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

report/lpmonitoring/style/bootstrap-colorpicker.min.css
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
report/lpmonitoring/style/checkbox.css
(#205) Expected empty line before at-rule (at-rule-empty-line-before)
(#52) Expected newline before "}" of a multi-line block (block-closing-brace-newline-before)
(#127) Expected newline before "}" of a multi-line block (block-closing-brace-newline-before)
(#46) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#218) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#34) Unexpected unit (length-zero-no-unit)
(#188) Unexpected unit (length-zero-no-unit)
report/lpmonitoring/styles.css
(#256) Expected empty line before at-rule (at-rule-empty-line-before)
(#263) Expected empty line before at-rule (at-rule-empty-line-before)
(#269) Expected empty line before at-rule (at-rule-empty-line-before)
(#364) Expected empty line before at-rule (at-rule-empty-line-before)
(#393) Expected empty line before at-rule (at-rule-empty-line-before)
(#411) Expected empty line before at-rule (at-rule-empty-line-before)
(#423) Expected empty line before at-rule (at-rule-empty-line-before)
(#551) Expected single space before "{" (block-opening-brace-space-before)
(#1157) Expected single space before "{" (block-opening-brace-space-before)
(#249) Expected single space before "{" (block-opening-brace-space-before)
(#1136) Expected "#333333" to be "#333" (color-hex-length)
(#1151) Expected "#333333" to be "#333" (color-hex-length)
(#371) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#493) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#716) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#717) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#718) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#794) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#795) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#796) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#797) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#798) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#853) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#926) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#1022) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1075) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#763) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#834) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#980) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Unexpected whitespace before ":" (declaration-colon-space-before)
(#271) Unexpected whitespace before ":" (declaration-colon-space-before)
(#756) Unexpected whitespace before ":" (declaration-colon-space-before)
(#16) Unexpected !important (declaration-no-important)
(#328) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#940) Unexpected !important (declaration-no-important)
(#1089) Unexpected !important (declaration-no-important)
(#1131) Unexpected !important (declaration-no-important)
(#1136) Unexpected !important (declaration-no-important)
(#1144) Unexpected !important (declaration-no-important)
(#1151) Unexpected !important (declaration-no-important)
(#429) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1008) Unexpected unit (length-zero-no-unit)
(#1201) Unexpected whitespace at end of line (no-eol-whitespace)
(#645) Unexpected double-slash CSS comment (no-invalid-double-slash-comments)
(#645) Unexpected unknown property "//margin-top" (property-no-unknown)
(#48) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#677) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)

PHPDocs style problems

(37 errors, 0 warnings)

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

report/lpmonitoring/classes/external/competency_stats_user_exporter.php
(#41) Function competency_stats_user_exporter::define_properties is not documented
(#49) Function competency_stats_user_exporter::define_other_properties is not documented
(#69) Function competency_stats_user_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/linked_course_exporter.php
(#39) Function linked_course_exporter::define_related is not documented
(#43) Function linked_course_exporter::define_other_properties is not documented
(#57) Function linked_course_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_detail_exporter.php
(#46) Function lpmonitoring_competency_detail_exporter::define_other_properties is not documented
(#110) Function lpmonitoring_competency_detail_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_statistics_exporter.php
(#43) Function lpmonitoring_competency_statistics_exporter::define_other_properties is not documented
(#65) Function lpmonitoring_competency_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_statistics_incourse_exporter.php
(#42) Function lpmonitoring_competency_statistics_incourse_exporter::define_other_properties is not documented
(#60) Function lpmonitoring_competency_statistics_incourse_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/report_user_evidence_summary_exporter.php
(#41) Function report_user_evidence_summary_exporter::define_other_properties is not documented
(#47) Function report_user_evidence_summary_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_incourse_statistics_exporter.php
(#41) Function scale_competency_incourse_statistics_exporter::define_related is not documented
(#45) Function scale_competency_incourse_statistics_exporter::define_properties is not documented
(#59) Function scale_competency_incourse_statistics_exporter::define_other_properties is not documented
(#67) Function scale_competency_incourse_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_item_exporter.php
(#40) Function scale_competency_item_exporter::define_related is not documented
(#45) Function scale_competency_item_exporter::define_properties is not documented
(#59) Function scale_competency_item_exporter::define_other_properties is not documented
(#71) Function scale_competency_item_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_item_statistics_exporter.php
(#41) Function scale_competency_item_statistics_exporter::define_related is not documented
(#45) Function scale_competency_item_statistics_exporter::define_properties is not documented
(#59) Function scale_competency_item_statistics_exporter::define_other_properties is not documented
(#71) Function scale_competency_item_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_value_course_exporter.php
(#40) Function scale_value_course_exporter::define_related is not documented
(#44) Function scale_value_course_exporter::define_other_properties is not documented
(#61) Function scale_value_course_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_value_user_exporter.php
(#41) Function scale_value_user_exporter::define_properties is not documented
(#49) Function scale_value_user_exporter::define_other_properties is not documented
(#66) Function scale_value_user_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/stats_plan_exporter.php
(#40) Function stats_plan_exporter::define_other_properties is not documented
(#57) Function stats_plan_exporter::get_other_values is not documented
report/lpmonitoring/tests/api_test.php
(#2034) Phpdocs for function report_lpmonitoring_api_testcase::create_template has incomplete parameters list
report/lpmonitoring/tests/behat/behat_report_lpmonitoring_data_generators.php
(#53) Phpdocs for function behat_report_lpmonitoring_data_generators::the_lpmonitoring_fixtures_exist has incomplete parameters list
report/lpmonitoring/tests/external_test.php
(#1143) Phpdocs for function report_lpmonitoring_external_testcase::create_template has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 41 warnings)

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

report/lpmonitoring/templates/competency_detail.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_detail_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_detail_stats_incourse.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_path.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/competency_proficiency.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/filter.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/filter_for_user.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/filter_stats.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 26: Bad value “true” for attribute “checked” on element “input”. ( <input checked="true" type="radio" name="ratingoptions" id="ratinginplanoption" value="0" aria-labelledby="ratingtargetbytemplate"> )
report/lpmonitoring/templates/form-template-selector-suggestion.mustache
(#1) Example context missing.
report/lpmonitoring/templates/form-user-selector-suggestion.mustache
(#1) HTML Validation error, line 3: Bad value “” for attribute “src” on element “img”: Must be non-empty. (ame"> <img height="18" src="" alt="" role="presentation"> <)
report/lpmonitoring/templates/list_competencies.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_competencies_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_courses_in_competency.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_courses_in_scale_value.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_evidences_in_competency.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_users_in_competency_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_users_in_scale_value.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/plan_stats_report.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 29: End tag “div” seen, but there were open elements. (ts"><span></div> <)
(#1) HTML Validation error, line 29: Unclosed element “span”. (ck-stats"><span></div>)
report/lpmonitoring/templates/report.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/scale_filter.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/scale_filter_apply.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalefilter" id="scalefiltercourse" value="1" disabled="disabled" aria-labelledby="scalefilterapply"> )
(#1) HTML Validation error, line 14: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalefilter" id="scalefilterplan" value="0" disabled="disabled" aria-labelledby="scalefilterapply"> )
report/lpmonitoring/templates/scale_filter_sortorder.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalesortorder" id="scalesortorderasc" value="1" disabled="disabled" aria-labelledby="scalesortorderlabel"> )
(#1) HTML Validation error, line 14: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalesortorder" id="scalesortorderdesc" value="1" disabled="disabled" aria-labelledby="scalesortorderlabel"> )
report/lpmonitoring/templates/scalecolorconfiguration.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 56: Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag. (dset> <form></div)
(#1) HTML Validation error, line 57: End tag “div” seen, but there were open elements. ( <form></div></bo)
(#1) HTML Validation error, line 3: Unclosed element “form”. (rt "> <form class="mform" id="savecolor" accept-charset="utf-8" method="post" autocomplete="off"> )
report/lpmonitoring/templates/scalecolorconfigurationdetail.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/stats.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 33: Bad value “true” for attribute “checked” on element “input”. ( <input checked="true" type="radio" name="ratingoptions" id="ratinginplanoption" value="0" aria-labelledby="ratingtargetbytemplate"> )
(#1) ESLint warning [comma-spacing]: There should be no space before ','. ( require(['report_lpmonitoring/learningplanstats' ,'tool_lp/competencydialogue'], function(stats, Compdialogue) { ), Line: 2 Column: 50
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['report_lpmonitoring/learningplanstats' ,'tool_lp/competencydialogue'], function(stats, Compdialogue) { ), Line: 2 Column: 50
report/lpmonitoring/templates/user_info.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/user_report.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 42: Empty heading. ( <h3></h3>)