Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(9 errors, 0 warnings)

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

question/type/stack/cli/stacklibrarycheck.php
(#33) Missing docblock for function report
(#77) Line indented incorrectly; expected 28 spaces, found 32
(#77) Closing brace indented incorrectly; expected 28 spaces, found 32
(#78) Line indented incorrectly; expected 24 spaces, found 28
(#78) Closing brace indented incorrectly; expected 24 spaces, found 28
(#79) Line indented incorrectly; expected 20 spaces, found 24
(#79) Closing brace indented incorrectly; expected 20 spaces, found 24
(#81) Line indented incorrectly; expected 16 spaces, found 20
(#81) Closing brace indented incorrectly; expected 16 spaces, found 20

Javascript coding style problems

(379 errors, 4503 warnings)

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

question/type/stack/amd/src/stackjsvle.js
(#70) Identifier 'vle_get_element' is not in camel case. (camelcase)
(#104) Function 'vle_get_input_element' has a complexity of 21. Maximum allowed is 20. (complexity)
(#104) Identifier 'vle_get_input_element' is not in camel case. (camelcase)
(#119) Comments should not begin with a lowercase character. (capitalized-comments)
(#194) Identifier 'vle_get_others_of_same_input_group' is not in camel case. (camelcase)
(#216) Identifier 'vle_get_submit_button' is not in camel case. (camelcase)
(#224) Comments should not begin with a lowercase character. (capitalized-comments)
(#240) Identifier 'vle_update_input' is not in camel case. (camelcase)
(#258) Identifier 'vle_update_dom' is not in camel case. (camelcase)
(#271) Identifier 'vle_html_sanitize' is not in camel case. (camelcase)
(#311) Identifier 'is_evil_attribute' is not in camel case. (camelcase)
(#331) Expected space or tab after '/**' in comment. (spaced-comment)
(#336) Arrow function has a complexity of 73. Maximum allowed is 20. (complexity)
(#466) ["value"] is better written in dot notation. (dot-notation)
(#468) ["value"] is better written in dot notation. (dot-notation)
(#471) ["tgt"] is better written in dot notation. (dot-notation)
(#496) ["tgt"] is better written in dot notation. (dot-notation)
(#524) ["value"] is better written in dot notation. (dot-notation)
(#526) ["value"] is better written in dot notation. (dot-notation)
(#529) ["tgt"] is better written in dot notation. (dot-notation)
(#596) Expected space(s) after "for". (keyword-spacing)
(#764) ["value"] is better written in dot notation. (dot-notation)
(#766) ["value"] is better written in dot notation. (dot-notation)
(#855) Identifier 'create_iframe' is not in camel case. (camelcase)
question/type/stack/api/public/stackjsvle.js
(#66) Identifier 'vle_get_element' is not in camel case. (camelcase)
(#97) Identifier 'vle_get_input_element' is not in camel case. (camelcase)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Identifier 'vle_update_input' is not in camel case. (camelcase)
(#156) Identifier 'vle_update_dom' is not in camel case. (camelcase)
(#156) 'modifiedsubtreerootelement' is defined but never used. (no-unused-vars)
(#156) Unexpected empty function 'vle_update_dom'. (no-empty-function)
(#167) Identifier 'vle_html_sanitize' is not in camel case. (camelcase)
(#207) Identifier 'is_evil_attribute' is not in camel case. (camelcase)
(#227) Expected space or tab after '/**' in comment. (spaced-comment)
(#232) Arrow function has a complexity of 46. Maximum allowed is 20. (complexity)
(#350) ["value"] is better written in dot notation. (dot-notation)
(#352) ["value"] is better written in dot notation. (dot-notation)
(#355) ["tgt"] is better written in dot notation. (dot-notation)
(#380) ["tgt"] is better written in dot notation. (dot-notation)
(#408) ["value"] is better written in dot notation. (dot-notation)
(#410) ["value"] is better written in dot notation. (dot-notation)
(#413) ["tgt"] is better written in dot notation. (dot-notation)
(#584) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#609) Identifier 'create_iframe' is not in camel case. (camelcase)
(#609) 'create_iframe' is defined but never used. (no-unused-vars)
(#651) Unnecessary semicolon. (no-extra-semi)
question/type/stack/corsscripts/geogebracore.js
(#3) This line has a length of 350. Maximum allowed is 132. (max-len)
(#3) Trailing spaces not allowed. (no-trailing-spaces)
(#6) This line has a length of 173. Maximum allowed is 132. (max-len)
(#8) This line has a length of 38187. Maximum allowed is 132. (max-len)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected console statement. (no-console)
(#8) This line has 1048 statements. Maximum allowed is 2. (max-statements-per-line)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "switch". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "case". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "case". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "break". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "case". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "break". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "case". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'is3D'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'AV'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'SV'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'CV'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'EV2'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'CP'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'PC'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'DA'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'FI'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'PV'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'macro'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) 'jnlpFilePath' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'previewPlayPath' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Identifier 'fonts_css_url' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'jnlpBaseDir' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Use the isNaN function to compare with NaN. (use-isnan)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected console statement. (no-console)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Identifier 'fonts_css_url' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'url' is defined but never used. (no-unused-vars)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'baseDir' is defined but never used. (no-unused-vars)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Identifier 'container_ID' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Identifier 'container_ID' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Function 'continueInject' has a complexity of 21. Maximum allowed is 20. (complexity)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected console statement. (no-console)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing '()' invoking a constructor. (new-parens)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'appendParam' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Function has a complexity of 46. Maximum allowed is 20. (complexity)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Identifier 'fonts_css_url' is not in camel case. (camelcase)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'evt' is defined but never used. (no-unused-vars)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'previewContainer' declared on line 8 column 11129 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'previewContainer' is already defined. (no-redeclare)
(#8) 'previewContainer' declared on line 8 column 10768 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) '$' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'previewContainer' declared on line 8 column 10768 is used outside of binding context. (block-scoped-var)
(#8) 'previewContainer' declared on line 8 column 11129 is used outside of binding context. (block-scoped-var)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'previewContainer' declared on line 8 column 10768 is used outside of binding context. (block-scoped-var)
(#8) 'previewContainer' declared on line 8 column 11129 is used outside of binding context. (block-scoped-var)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'renderGGBElement' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'renderGGBElement' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing space before value for key 'article'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'params'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'webSimple' is not defined. (no-undef)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'webSimple' is not defined. (no-undef)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) 'webSimple' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'web3d' is not defined. (no-undef)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'web3d' is not defined. (no-undef)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) 'web3d' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'evt' is defined but never used. (no-unused-vars)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'jQuery' is not defined. (no-undef)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'jQuery' is not defined. (no-undef)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'i' declared on line 8 column 17876 is used outside of binding context. (block-scoped-var)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) '$' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Function has a complexity of 29. Maximum allowed is 20. (complexity)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '+=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Use the isNaN function to compare with NaN. (use-isnan)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected console statement. (no-console)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected console statement. (no-console)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Function 'getWidthHeight' has a complexity of 31. Maximum allowed is 20. (complexity)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "while". (keyword-spacing)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '<=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) 'appletRect' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '-=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Operator '/' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Function 'responsiveResize' has a complexity of 24. Maximum allowed is 20. (complexity)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '*' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) '$' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Missing space before value for key 'responsiveResize'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'isFlexibleWorksheetEditor'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'positionCenter'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'getScale'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'scaleElement'. (key-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '===' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) 'N' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) 'eb' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) 'fb' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) 'Sb' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) '$b' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) '_b' is assigned a value but never used. (no-unused-vars)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) 'a' is defined but never used. (no-unused-vars)
(#8) A space is required after ','. (comma-spacing)
(#8) 'b' is defined but never used. (no-unused-vars)
(#8) Unexpected empty function 'r'. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Identifier '__gwt_isKnownPropertyValue' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Identifier '__gwt_getMetaProperty' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Identifier '__gwt_activeModules' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'moduleName'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Expected space(s) after "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) 'i' declared on line 8 column 34496 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 34496 is used outside of binding context. (block-scoped-var)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 34496 is used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'i' declared on line 8 column 34496 is used outside of binding context. (block-scoped-var)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) 'i' is already defined. (no-redeclare)
(#8) 'i' declared on line 8 column 34257 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 34257 is used outside of binding context. (block-scoped-var)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' declared on line 8 column 34257 is used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'i' declared on line 8 column 34257 is used outside of binding context. (block-scoped-var)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) 'code' is not defined. (no-undef)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) eval can be harmful. (no-eval)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected alert. (no-alert)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) eval can be harmful. (no-eval)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Unexpected alert. (no-alert)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Identifier '__gwt_getMetaProperty' is not in camel case. (camelcase)
(#8) '__gwt_getMetaProperty' is not defined. (no-undef)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) 'C' is defined but never used. (no-unused-vars)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '?' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator ':' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Empty block statement. (no-empty)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) '__gwt_getMetaProperty' is not defined. (no-undef)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Use '===' to compare with null. (no-eq-null)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '>' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '==' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '-' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) 'e' declared on line 8 column 36551 is used outside of binding context. (block-scoped-var)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected an error object to be thrown. (no-throw-literal)
(#8) Expected space(s) before "throw". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Operator '&&' must be spaced. (space-infix-ops)
(#8) Operator '<' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Operator '||' must be spaced. (space-infix-ops)
(#8) Operator '>=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Identifier 'gecko1_8' is not in camel case. (camelcase)
(#8) Missing space before value for key 'gecko1_8'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ie10'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ie8'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'ie9'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'safari'. (key-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Identifier '__gwt_isKnownPropertyValue' is not in camel case. (camelcase)
(#8) '__gwt_isKnownPropertyValue' is not defined. (no-undef)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "var". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "try". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!=' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "catch". (keyword-spacing)
(#8) Expected space(s) after "catch". (keyword-spacing)
(#8) Empty block statement. (no-empty)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "function". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Identifier '__gwt_stylesLoaded' is not in camel case. (camelcase)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Operator '+' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Operator '!==' must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
question/type/stack/corsscripts/stackgeogebra.js
(#15) Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
question/type/stack/corsscripts/stackjsiframe.js
(#195) Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
question/type/stack/corsscripts/stackjsxgraph.js
(#232) Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
question/type/stack/corsscripts/stacksortable.js
(#13) Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
question/type/stack/mobile/stack.js
(#316) Each then() should return a value or throw (promise/always-return)
(#792) Identifier 'vle_get_element' is not in camel case. (camelcase)
(#827) Unused eslint-disable directive (no problems were reported from 'require-jsdoc').
(#828) Identifier 'vle_get_input_element' is not in camel case. (camelcase)
(#843) Comments should not begin with a lowercase character. (capitalized-comments)
(#919) Identifier 'vle_get_others_of_same_input_group' is not in camel case. (camelcase)
(#942) Identifier 'vle_get_submit_button' is not in camel case. (camelcase)
(#950) Comments should not begin with a lowercase character. (capitalized-comments)
(#966) Identifier 'vle_update_input' is not in camel case. (camelcase)
(#984) Identifier 'vle_update_dom' is not in camel case. (camelcase)
(#985) 'CustomEvents' is not defined. (no-undef)
(#998) Identifier 'vle_html_sanitize' is not in camel case. (camelcase)
(#1039) Identifier 'is_evil_attribute' is not in camel case. (camelcase)
(#1066) Unused eslint-disable directive (no problems were reported from 'require-jsdoc').
(#1177) ["value"] is better written in dot notation. (dot-notation)
(#1179) ["value"] is better written in dot notation. (dot-notation)
(#1182) ["tgt"] is better written in dot notation. (dot-notation)
(#1208) ["value"] is better written in dot notation. (dot-notation)
(#1210) ["value"] is better written in dot notation. (dot-notation)
(#1213) ["tgt"] is better written in dot notation. (dot-notation)
(#1427) ["value"] is better written in dot notation. (dot-notation)
(#1429) ["value"] is better written in dot notation. (dot-notation)
(#1517) Identifier 'create_iframe' is not in camel case. (camelcase)
(#1564) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)

CSS problems

(897 errors, 44 warnings)

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

question/type/stack/mobile.css
(#99) Unexpected !important (declaration-no-important)
(#205) Unexpected unit (length-zero-no-unit)
(#205) Unexpected unit (length-zero-no-unit)
question/type/stack/corsscripts/jsxgraph.min.css
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected single space after "," in a single-line list (value-list-comma-space-after)
question/type/stack/corsscripts/sortable.css
(#69) Invalid value for "width" (csstree/validator)
(#11) Expected newline after "}" (block-closing-brace-newline-after)
(#47) Expected newline after "}" (block-closing-brace-newline-after)
(#46) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline after "{" (block-opening-brace-newline-after)
(#134) Expected "#ffffff" to be "#fff" (color-hex-length)
(#143) Expected "#ffffff" to be "#fff" (color-hex-length)
(#19) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#58) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#58) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#58) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#58) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#63) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#63) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#63) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#63) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#68) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#70) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#70) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#70) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#71) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#76) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#77) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#77) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#77) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#78) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#109) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#109) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#161) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#37) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#50) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#54) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#85) Expected single space after "," in a single-line function (function-comma-space-after)
(#85) Expected single space after "," in a single-line function (function-comma-space-after)
(#85) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#96) Expected single space after "," in a single-line function (function-comma-space-after)
(#50) Unexpected unit (length-zero-no-unit)
(#50) Unexpected unit (length-zero-no-unit)
(#50) Unexpected unit (length-zero-no-unit)
(#54) Unexpected unit (length-zero-no-unit)
(#54) Unexpected unit (length-zero-no-unit)
(#54) Unexpected unit (length-zero-no-unit)
(#172) Unexpected unit (length-zero-no-unit)
(#172) Unexpected unit (length-zero-no-unit)
(#172) Unexpected unit (length-zero-no-unit)
(#136) Expected line length to be no more than 132 characters (max-line-length)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
(#46) Unexpected whitespace at end of line (no-eol-whitespace)
(#47) Unexpected whitespace at end of line (no-eol-whitespace)
(#58) Unexpected whitespace at end of line (no-eol-whitespace)
(#63) Unexpected whitespace at end of line (no-eol-whitespace)
(#68) Unexpected whitespace at end of line (no-eol-whitespace)
(#70) Unexpected whitespace at end of line (no-eol-whitespace)
(#76) Unexpected whitespace at end of line (no-eol-whitespace)
(#77) Unexpected whitespace at end of line (no-eol-whitespace)
(#78) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Unexpected whitespace at end of line (no-eol-whitespace)
(#109) Unexpected whitespace at end of line (no-eol-whitespace)
(#152) Unexpected whitespace at end of line (no-eol-whitespace)
(#161) Unexpected whitespace at end of line (no-eol-whitespace)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
question/type/stack/corsscripts/sortable.min.css
(#2) Invalid value for "width" (csstree/validator)
(#2) Invalid value for "margin" (csstree/validator)
(#1) Expected newline after ";" (at-rule-semicolon-newline-after)
(#1) Expected newline after ";" (at-rule-semicolon-newline-after)
(#1) Expected newline after ";" (at-rule-semicolon-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#2) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected whitespace after ")" (function-whitespace-after)
(#2) Expected whitespace after ")" (function-whitespace-after)
(#2) Expected whitespace after ")" (function-whitespace-after)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Unexpected unit (length-zero-no-unit)
(#2) Expected line length to be no more than 132 characters (max-line-length)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space after ">" (selector-combinator-space-after)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Expected single space before ">" (selector-combinator-space-before)
(#2) Unexpected unknown unit "em-0" (unit-no-unknown)
(#2) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#2) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#2) Expected single space after "," in a single-line list (value-list-comma-space-after)
question/type/stack/doc/custom.css
(#65) Expected single space before "{" (block-opening-brace-space-before)
(#73) Expected "#EEE" to be "#eee" (color-hex-case)
(#82) Expected "#EEE" to be "#eee" (color-hex-case)
(#87) Expected "#EEE" to be "#eee" (color-hex-case)
(#77) Expected "#999999" to be "#999" (color-hex-length)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
question/type/stack/api/public/api.css
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#49) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#52) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#58) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#48) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#49) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#50) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#52) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#56) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#57) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#58) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected newline after "{" (block-opening-brace-newline-after)
(#49) Expected newline after "{" (block-opening-brace-newline-after)
(#50) Expected newline after "{" (block-opening-brace-newline-after)
(#52) Expected newline after "{" (block-opening-brace-newline-after)
(#56) Expected newline after "{" (block-opening-brace-newline-after)
(#57) Expected newline after "{" (block-opening-brace-newline-after)
(#58) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#49) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#50) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#52) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#56) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#57) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#58) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#48) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#49) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#50) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#52) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#56) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#57) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#58) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#56) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) Unexpected unit (length-zero-no-unit)
(#25) Unexpected unit (length-zero-no-unit)
(#33) Unexpected unit (length-zero-no-unit)
(#33) Unexpected unit (length-zero-no-unit)
(#49) Unexpected unit (length-zero-no-unit)
(#49) Unexpected unit (length-zero-no-unit)
(#49) Unexpected unit (length-zero-no-unit)
(#56) Unexpected unit (length-zero-no-unit)
(#56) Unexpected unit (length-zero-no-unit)
(#56) Unexpected unit (length-zero-no-unit)
(#58) Unexpected unit (length-zero-no-unit)
(#49) Expected line length to be no more than 132 characters (max-line-length)
(#56) Expected line length to be no more than 132 characters (max-line-length)
(#55) Expected single space after ":" (media-feature-colon-space-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(302 errors, 0 warnings)

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

question/type/stack/adminui/replacedollars.php
(#187) Phpdocs for function qtype_stack_dollar_fixer::__construct has incomplete parameters list
question/type/stack/api/emulation/HtmlWriter.php
(#92) Inline phpdocs tag {@link s()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#114) Inline phpdocs tag {@link s()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/api/emulation/MoodleEmulation.php
(#78) Inline phpdocs tag {@link p()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/backup/moodle2/backup_qtype_stack_plugin.class.php
(#147) Inline phpdocs tag {@link get_components_and_fileareas} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/classes/external.php
(#66) Phpdocs for function external::validate_input has incomplete parameters list
question/type/stack/classes/library_import.php
(#85) Phpdocs for function library_import::import_execute has incomplete parameters list
question/type/stack/doc/docslib.php
(#175) Phpdocs for function stack_docs_page_metadata has incomplete parameters list
question/type/stack/edit_stack_form.php
(#76) Phpdocs for function qtype_stack_edit_form::set_data has incomplete parameters list
(#428) Phpdocs for function qtype_stack_edit_form::get_geogebra_material_ids has incomplete parameters list
(#580) Phpdocs for function qtype_stack_edit_form::definition_prt has incomplete parameters list
(#61) Inline phpdocs tag {@link get_current_question_text()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#64) Inline phpdocs tag {@link get_current_specific_feedback()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#765) Inline phpdocs tag {@link data_preprocessing()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#809) Inline phpdocs tag {@link data_preprocessing()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#841) Inline phpdocs tag {@link data_preprocessing()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#878) Inline phpdocs tag {@link data_preprocessing()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/lang/multilang.php
(#63) Phpdocs for function stack_multilang::filter has incomplete parameters list
(#189) Phpdocs for function stack_multilang::languages_used has incomplete parameters list
(#198) Phpdocs for function stack_multilang::consolidate_languages has incomplete parameters list
(#221) Phpdocs for function stack_multilang::non_trivial_content_for_check has incomplete parameters list
(#233) Phpdocs for function stack_multilang::identify_tool has incomplete parameters list
(#307) Phpdocs for function stack_multilang::pick_lang has incomplete parameters list
question/type/stack/locallib.php
(#114) Phpdocs for function stack_maxima_latex_tidy has incomplete parameters list
(#215) Phpdocs for function qtype_stack_setup_question_test_page has incomplete parameters list
(#265) Inline phpdocs tag {@link question_rewrite_question_urls()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/question.php
(#734) Phpdocs for function qtype_stack_question::format_correct_response has incomplete parameters list
(#1416) Phpdocs for function qtype_stack_question::random_variants_check has incomplete parameters list
(#1603) Phpdocs for function qtype_stack_question::validate_against_stackversion has incomplete parameters list
(#1726) Phpdocs for function qtype_stack_question::validate_warnings has incomplete parameters list
(#1883) Phpdocs for function qtype_stack_question::get_cached has incomplete parameters list
(#1973) Phpdocs for function qtype_stack_question::compile has incomplete parameters list
(#2260) Phpdocs for function qtype_stack_question::has_cap has incomplete parameters list
(#2273) Phpdocs for function qtype_stack_question::format_text has incomplete parameters list
(#223) Inline phpdocs tag {@link validate_cache()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#229) Inline phpdocs tag {@link validate_cache()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2268) Inline phpdocs tag {@link format_text()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/questiontype.php
(#732) Phpdocs for function qtype_stack::save_question_test has incomplete parameters list
(#1200) Phpdocs for function qtype_stack::export_xml_text has incomplete parameters list
(#1943) Phpdocs for function qtype_stack::validate_cas_text has incomplete parameters list
(#1982) Phpdocs for function qtype_stack::validate_cas_keyval has incomplete parameters list
(#2010) Phpdocs for function qtype_stack::validate_question_cas_code has incomplete parameters list
(#2090) Phpdocs for function qtype_stack::validation_get_sloppy_tags has incomplete parameters list
(#2124) Phpdocs for function qtype_stack::validate_prt has incomplete parameters list
(#2208) Phpdocs for function qtype_stack::validate_prt_node has incomplete parameters list
(#2292) Phpdocs for function qtype_stack::get_input_names_from_question_text has incomplete parameters list
(#2340) Phpdocs for function qtype_stack::get_prt_names_from_question has incomplete parameters list
(#2382) Phpdocs for function qtype_stack::get_prt_graph has incomplete parameters list
(#65) Inline phpdocs tag {@link get_prt_graph()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1199) Inline phpdocs tag {@link export_to_xml()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1459) Inline phpdocs tag {@link export_to_xml()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1477) Inline phpdocs tag {@link export_to_xml()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1503) Inline phpdocs tag {@link export_to_xml()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1525) Inline phpdocs tag {@link import_xml_prt()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1558) Inline phpdocs tag {@link export_to_xml()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/renderer.php
(#350) Phpdocs for function qtype_stack_renderer::prt_feedback has incomplete parameters list
(#372) Phpdocs for function qtype_stack_renderer::prt_feedback_display has incomplete parameters list
(#435) Phpdocs for function qtype_stack_renderer::standard_prt_feedback has incomplete parameters list
question/type/stack/stack/answertest/anstest.class.php
(#97) Phpdocs for function stack_anstest::__construct has incomplete parameters list
(#193) Phpdocs for function stack_anstest::get_trace has incomplete parameters list
question/type/stack/stack/answertest/at_general_cas.class.php
(#39) Phpdocs for function stack_answertest_general_cas::__construct has incomplete parameters list
(#252) Phpdocs for function stack_answertest_general_cas::validate_atoptions has incomplete parameters list
question/type/stack/stack/answertest/at_general_cas_preprepare.class.php
(#33) Phpdocs for function stack_answertest_general_cas_preprepare::__construct has incomplete parameters list
question/type/stack/stack/answertest/controller.class.php
(#141) Phpdocs for function stack_ans_test_controller::__construct has incomplete parameters list
(#291) Phpdocs for function stack_ans_test_controller::required_atoptions has incomplete parameters list
(#316) Phpdocs for function stack_ans_test_controller::process_atoptions has incomplete parameters list
(#326) Phpdocs for function stack_ans_test_controller::simp has incomplete parameters list
(#336) Phpdocs for function stack_ans_test_controller::required_raw has incomplete parameters list
(#346) Phpdocs for function stack_ans_test_controller::validate_atoptions has incomplete parameters list
(#364) Phpdocs for function stack_ans_test_controller::get_trace has incomplete parameters list
question/type/stack/stack/bulktester.class.php
(#81) Phpdocs for function stack_bulk_tester::stack_questions_in_category has incomplete parameters list
(#109) Phpdocs for function stack_bulk_tester::stack_questions_in_category_with_todo has incomplete parameters list
(#151) Phpdocs for function stack_bulk_tester::get_categories_for_context has incomplete parameters list
(#179) Phpdocs for function stack_bulk_tester::get_all_stack_questions_in_context has incomplete parameters list
(#234) Phpdocs for function stack_bulk_tester::run_all_tests_for_context has incomplete parameters list
(#458) Phpdocs for function stack_bulk_tester::qtype_stack_test_question has incomplete parameters list
(#566) Phpdocs for function stack_bulk_tester::qtype_stack_seed_cache has incomplete parameters list
(#618) Phpdocs for function stack_bulk_tester::print_overall_result has incomplete parameters list
question/type/stack/stack/cas/ast.container.class.php
(#318) Phpdocs for function stack_ast_container::set_key has incomplete parameters list
question/type/stack/stack/cas/ast.container.silent.class.php
(#292) Phpdocs for function stack_ast_container_silent::set_nounify has incomplete parameters list
(#381) Phpdocs for function stack_ast_container_silent::ast_to_string has incomplete parameters list
(#629) Phpdocs for function stack_ast_container_silent::decode_maxima_errors has incomplete parameters list
(#672) Phpdocs for function stack_ast_container_silent::is_int has incomplete parameters list
question/type/stack/stack/cas/caserror.class.php
(#49) Phpdocs for function stack_cas_error::interpret_context has incomplete parameters list
(#206) Phpdocs for function stack_cas_error::get_error has incomplete parameters list
question/type/stack/stack/cas/cassecurity.class.php
(#245) Phpdocs for function stack_cas_security::is_allowed_to_call has incomplete parameters list
(#307) Phpdocs for function stack_cas_security::is_allowed_to_read has incomplete parameters list
(#392) Phpdocs for function stack_cas_security::is_allowed_to_write has incomplete parameters list
(#406) Phpdocs for function stack_cas_security::is_allowed_as_operator has incomplete parameters list
(#479) Phpdocs for function stack_cas_security::has_feature has incomplete parameters list
(#502) Phpdocs for function stack_cas_security::get_case_variants has incomplete parameters list
question/type/stack/stack/cas/cassession2.class.php
(#201) Phpdocs for function stack_cas_session2::get_by_key has incomplete parameters list
(#216) Phpdocs for function stack_cas_session2::get_errors has incomplete parameters list
(#532) Phpdocs for function stack_cas_session2::get_keyval_representation has incomplete parameters list
question/type/stack/stack/cas/casstring.units.class.php
(#234) Phpdocs for function stack_cas_casstring_units::maximalocal_units_tex has incomplete parameters list
(#247) Phpdocs for function stack_cas_casstring_units::get_permitted_units has incomplete parameters list
(#287) Phpdocs for function stack_cas_casstring_units::make_units_substitutions has incomplete parameters list
question/type/stack/stack/cas/castext2/block.factory.php
(#33) Phpdocs for function castext2_block_factory::make has incomplete parameters list
(#87) Phpdocs for function castext2_block_factory::register has incomplete parameters list
question/type/stack/stack/cas/castext2/block.interface.php
(#68) Phpdocs for function stack_cas_castext2_block::compile has incomplete parameters list
(#97) Phpdocs for function stack_cas_castext2_block::postprocess has incomplete parameters list
(#119) Phpdocs for function stack_cas_castext2_block::validate has incomplete parameters list
question/type/stack/stack/cas/castext2/blocks/root.specialblock.php
(#138) Phpdocs for function stack_cas_castext2_special_root::postprocess has incomplete parameters list
question/type/stack/stack/cas/castext2/blocks/stack_translate.specialblock.php
(#44) Phpdocs for function stack_cas_castext2_special_stack_translate::postprocess has incomplete parameters list
question/type/stack/stack/cas/castext2/blocks/unknown.block.php
(#54) Phpdocs for function stack_cas_castext2_unknown::validate has incomplete parameters list
question/type/stack/stack/cas/castext2/castext2_evaluatable.class.php
(#360) Phpdocs for function castext2_evaluatable::apply_placeholder_holder has incomplete parameters list
question/type/stack/stack/cas/castext2/castext2_placeholder_holder.class.php
(#49) Phpdocs for function castext2_placeholder_holder::replace has incomplete parameters list
(#62) Phpdocs for function castext2_placeholder_holder::add_to_map has incomplete parameters list
question/type/stack/stack/cas/castext2/castext2_static_replacer.class.php
(#131) Phpdocs for function castext2_static_replacer::add_to_map has incomplete parameters list
question/type/stack/stack/cas/castext2/utils.php
(#620) Phpdocs for function castext2_parser_utils::is_html_block_markdown has incomplete parameters list
question/type/stack/stack/cas/connector.dbcache.class.php
(#36) Phpdocs for function stack_cas_connection_db_cache::__construct has incomplete parameters list
question/type/stack/stack/cas/connector.healthcheck.class.php
(#240) Phpdocs for function stack_cas_healthcheck::output_cas_text has incomplete parameters list
question/type/stack/stack/cas/connectorhelper.class.php
(#290) Phpdocs for function stack_connection_helper::stackmaxima_nocache_call has incomplete parameters list
(#394) Phpdocs for function stack_connection_helper::stackmaxima_auto_maxima_optimise has incomplete parameters list
question/type/stack/stack/cas/evaluatable_object.interfaces.php
(#43) Phpdocs for function cas_evaluatable::set_cas_status has incomplete parameters list
(#77) Phpdocs for function cas_value_extractor::set_cas_evaluated_value has incomplete parameters list
(#91) Phpdocs for function cas_raw_value_extractor::set_cas_evaluated_value has incomplete parameters list
(#106) Phpdocs for function cas_latex_extractor::set_cas_latex_value has incomplete parameters list
(#121) Phpdocs for function cas_display_value_extractor::set_cas_display_value has incomplete parameters list
question/type/stack/stack/cas/keyval.class.php
(#200) Phpdocs for function stack_cas_keyval::set_security has incomplete parameters list
(#217) Phpdocs for function stack_cas_keyval::get_valid has incomplete parameters list
(#296) Phpdocs for function stack_cas_keyval::compile has incomplete parameters list
question/type/stack/stack/cas/parsingrules/filter.interface.php
(#32) Phpdocs for function stack_cas_astfilter::filter has incomplete parameters list
(#47) Phpdocs for function stack_cas_astfilter_parametric::set_filter_parameters has incomplete parameters list
(#62) Phpdocs for function stack_cas_astfilter_exclusion::conflicts_with has incomplete parameters list
question/type/stack/stack/graphlayout/graph.php
(#134) Phpdocs for function stack_abstract_graph::layout has incomplete parameters list
(#468) Phpdocs for function stack_abstract_graph::suggested_names_worker has incomplete parameters list
(#467) Inline phpdocs tag {@link get_suggested_node_names} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/graphlayout/graphclump.php
(#26) Inline phpdocs tag {@link stack_abstract_graph} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/graphlayout/graphnode.php
(#26) Inline phpdocs tag {@link stack_abstract_graph} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#65) Inline phpdocs tag {@link stack_abstract_graph::compute_heuristic_xs()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/graphlayout/prtnode.php
(#30) Inline phpdocs tag {@link stack_abstract_graph} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/graphlayout/svgrenderer.php
(#26) Inline phpdocs tag {@link stack_abstract_graph} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/graphlayout/textrenderer.php
(#42) Phpdocs for function stack_prt_graph_text_renderer::render has incomplete parameters list
(#26) Inline phpdocs tag {@link stack_abstract_graph} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/input/algebraic/algebraic.class.php
(#142) Phpdocs for function stack_algebraic_input::internal_validate_parameter has incomplete parameters list
(#156) Phpdocs for function stack_algebraic_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/checkbox/checkbox.class.php
(#48) Phpdocs for function stack_checkbox_input::contents_to_maxima has incomplete parameters list
(#187) Phpdocs for function stack_checkbox_input::response_to_contents has incomplete parameters list
question/type/stack/stack/input/dropdown/dropdown.class.php
(#136) Phpdocs for function stack_dropdown_input::adapt_to_model_answer has incomplete parameters list
(#454) Phpdocs for function stack_dropdown_input::contents_to_maxima has incomplete parameters list
(#625) Phpdocs for function stack_dropdown_input::get_teacher_answer_display has incomplete parameters list
(#640) Phpdocs for function stack_dropdown_input::response_to_contents has incomplete parameters list
(#670) Phpdocs for function stack_dropdown_input::get_input_ddl_value has incomplete parameters list
(#693) Phpdocs for function stack_dropdown_input::get_input_ddl_key has incomplete parameters list
(#722) Phpdocs for function stack_dropdown_input::get_api_solution_render has incomplete parameters list
question/type/stack/stack/input/equiv/equiv.class.php
(#179) Phpdocs for function stack_equiv_input::response_to_contents has incomplete parameters list
(#231) Phpdocs for function stack_equiv_input::contents_to_maxima has incomplete parameters list
(#278) Phpdocs for function stack_equiv_input::validate_contents has incomplete parameters list
(#349) Phpdocs for function stack_equiv_input::validation_display has incomplete parameters list
(#418) Phpdocs for function stack_equiv_input::additional_session_variables has incomplete parameters list
(#498) Phpdocs for function stack_equiv_input::internal_validate_parameter has incomplete parameters list
(#516) Phpdocs for function stack_equiv_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/factory.class.php
(#45) Phpdocs for function stack_input_factory::make has incomplete parameters list
(#167) Phpdocs for function stack_input_factory::get_parameters_fromform_mapping has incomplete parameters list
(#213) Phpdocs for function stack_input_factory::convert_parameter_fromform has incomplete parameters list
(#227) Phpdocs for function stack_input_factory::convert_legacy_insert_stars has incomplete parameters list
(#39) Inline phpdocs tag {@link get_parameters_defaults()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#46) Inline phpdocs tag {@link getAvailableTypes()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/input/geogebra/geogebra.class.php
(#127) Phpdocs for function stack_geogebra_input::internal_validate_parameter has incomplete parameters list
(#141) Phpdocs for function stack_geogebra_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/inputbase.class.php
(#156) Phpdocs for function stack_input::__construct has incomplete parameters list
(#482) Phpdocs for function stack_input::add_contextsession has incomplete parameters list
(#502) Phpdocs for function stack_input::set_parameter has incomplete parameters list
(#540) Phpdocs for function stack_input::validate_parameter has incomplete parameters list
(#585) Phpdocs for function stack_input::internal_validate_parameter has incomplete parameters list
(#611) Phpdocs for function stack_input::get_extra_option has incomplete parameters list
(#660) Phpdocs for function stack_input::get_teacher_answer_display has incomplete parameters list
(#695) Phpdocs for function stack_input::validate_student_response has incomplete parameters list
(#961) Phpdocs for function stack_input::validate_contents_filters has incomplete parameters list
(#1052) Phpdocs for function stack_input::validate_contents has incomplete parameters list
(#1142) Phpdocs for function stack_input::additional_session_variables has incomplete parameters list
(#1233) Phpdocs for function stack_input::validation_display has incomplete parameters list
(#1422) Phpdocs for function stack_input::render has incomplete parameters list
(#1430) Phpdocs for function stack_input::render_error has incomplete parameters list
(#1516) Phpdocs for function stack_input::tag_listofvariables has incomplete parameters list
(#1528) Phpdocs for function stack_input::response_to_contents has incomplete parameters list
(#1547) Phpdocs for function stack_input::caslines_to_answer has incomplete parameters list
(#1561) Phpdocs for function stack_input::contents_to_maxima has incomplete parameters list
(#1575) Phpdocs for function stack_input::get_correct_response has incomplete parameters list
(#1626) Phpdocs for function stack_input::replace_validation_tags has incomplete parameters list
(#1693) Phpdocs for function stack_input::summarise_response has incomplete parameters list
(#1701) Phpdocs for function stack_input::render_api_data has incomplete parameters list
(#1709) Phpdocs for function stack_input::get_api_solution has incomplete parameters list
(#1718) Phpdocs for function stack_input::get_api_solution_render has incomplete parameters list
question/type/stack/stack/input/inputstate.class.php
(#87) Phpdocs for function stack_input_state::__construct has incomplete parameters list
question/type/stack/stack/input/matrix/matrix.class.php
(#102) Phpdocs for function stack_matrix_input::response_to_contents has incomplete parameters list
(#151) Phpdocs for function stack_matrix_input::maxima_to_array has incomplete parameters list
(#184) Phpdocs for function stack_matrix_input::validate_contents has incomplete parameters list
(#444) Phpdocs for function stack_matrix_input::internal_validate_parameter has incomplete parameters list
(#619) Phpdocs for function stack_matrix_input::get_api_solution has incomplete parameters list
question/type/stack/stack/input/notes/notes.class.php
(#98) Phpdocs for function stack_notes_input::validate_contents has incomplete parameters list
(#122) Phpdocs for function stack_notes_input::contents_to_maxima has incomplete parameters list
(#150) Phpdocs for function stack_notes_input::internal_validate_parameter has incomplete parameters list
(#178) Phpdocs for function stack_notes_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/numerical/numerical.class.php
(#158) Phpdocs for function stack_numerical_input::internal_validate_parameter has incomplete parameters list
(#172) Phpdocs for function stack_numerical_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/parsons/parsons.class.php
(#76) Phpdocs for function stack_parsons_input::answer_function_testcase has incomplete parameters list
(#102) Phpdocs for function stack_parsons_input::extra_validation has incomplete parameters list
(#210) Phpdocs for function stack_parsons_input::summarise_response has incomplete parameters list
(#222) Phpdocs for function stack_parsons_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/string/string.class.php
(#102) Phpdocs for function stack_string_input::response_to_contents has incomplete parameters list
(#121) Phpdocs for function stack_string_input::get_teacher_answer_display has incomplete parameters list
(#176) Phpdocs for function stack_string_input::contents_to_maxima has incomplete parameters list
question/type/stack/stack/input/textarea/textarea.class.php
(#120) Phpdocs for function stack_textarea_input::response_to_contents has incomplete parameters list
(#172) Phpdocs for function stack_textarea_input::contents_to_maxima has incomplete parameters list
(#224) Phpdocs for function stack_textarea_input::validation_display has incomplete parameters list
(#306) Phpdocs for function stack_textarea_input::internal_validate_parameter has incomplete parameters list
(#324) Phpdocs for function stack_textarea_input::get_teacher_answer_display has incomplete parameters list
question/type/stack/stack/input/units/units.class.php
(#174) Phpdocs for function stack_units_input::internal_validate_parameter has incomplete parameters list
(#188) Phpdocs for function stack_units_input::get_teacher_answer_display has incomplete parameters list
(#205) Phpdocs for function stack_units_input::tag_listofvariables has incomplete parameters list
question/type/stack/stack/input/varmatrix/varmatrix.class.php
(#181) Phpdocs for function stack_varmatrix_input::response_to_contents has incomplete parameters list
(#239) Phpdocs for function stack_varmatrix_input::contents_to_maxima has incomplete parameters list
(#255) Phpdocs for function stack_varmatrix_input::validate_contents has incomplete parameters list
(#447) Phpdocs for function stack_varmatrix_input::internal_validate_parameter has incomplete parameters list
question/type/stack/stack/mathsoutput/fact_sheets.class.php
(#60) Phpdocs for function stack_fact_sheets::get_fact_sheet_tags has incomplete parameters list
(#105) Phpdocs for function stack_fact_sheets::convert_legacy_tags has incomplete parameters list
question/type/stack/stack/mathsoutput/mathsoutput.class.php
(#112) Phpdocs for function stack_maths::get_output_instance has incomplete parameters list
(#48) Inline phpdocs tag {@link format_text()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/mathsoutput/mathsoutputbase.class.php
(#91) Phpdocs for function stack_maths_output::process_display_castext has incomplete parameters list
(#90) Inline phpdocs tag {@link format_text()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/mathsoutput/mathsoutputfilterbase.class.php
(#81) Inline phpdocs tag {@link find_and_render_equations()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#90) Inline phpdocs tag {@link find_and_render_equations()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#116) Inline phpdocs tag {@link find_equations_and_replace_delimiters()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#125) Inline phpdocs tag {@link find_and_render_equations()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#140) Inline phpdocs tag {@link find_and_render_equations()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#140) Inline phpdocs tag {@link find_and_render_equations()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/maximaparser/utils.php
(#75) Phpdocs for function maxima_parser_utils::do_parse has incomplete parameters list
(#497) Phpdocs for function maxima_parser_utils::substitute_in_sequence has incomplete parameters list
(#673) Phpdocs for function maxima_parser_utils::substitute_in_parallel has incomplete parameters list
(#2348) Phpdocs for function maxima_parser_utils::mergeclasses has incomplete parameters list
(#2506) Phpdocs for function maxima_parser_utils::to_sce has incomplete parameters list
question/type/stack/stack/options.class.php
(#165) Phpdocs for function stack_options::validate_key has incomplete parameters list
(#393) Phpdocs for function stack_options::is_monospace has incomplete parameters list
question/type/stack/stack/potentialresponsetreestate.class.php
(#97) Phpdocs for function stack_potentialresponse_tree_state::__construct has incomplete parameters list
(#168) Phpdocs for function stack_potentialresponse_tree_state::add_fverrors has incomplete parameters list
question/type/stack/stack/prt.class.php
(#592) Phpdocs for function stack_potentialresponse_tree_lite::compile_node_answertest has incomplete parameters list
question/type/stack/stack/questionlibrary.class.php
(#41) Phpdocs for function stack_question_library::render_question has incomplete parameters list
(#110) Phpdocs for function stack_question_library::get_file_list has incomplete parameters list
question/type/stack/stack/questionreport.class.php
(#727) Phpdocs for function stack_question_report::get_relevant_quizzes has incomplete parameters list
question/type/stack/stack/questiontest.php
(#53) Phpdocs for function stack_question_test::__construct has incomplete parameters list
(#167) Phpdocs for function stack_question_test::compute_response has incomplete parameters list
question/type/stack/stack/questiontestresult.php
(#91) Phpdocs for function stack_question_test_result::set_input_state has incomplete parameters list
(#304) Phpdocs for function stack_question_test_result::html_output has incomplete parameters list
(#20) Inline phpdocs tag {@link stack_question_test).} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/stack/utils.class.php
(#374) Phpdocs for function stack_utils::underscore has incomplete parameters list
(#384) Phpdocs for function stack_utils::convert_slash_paths has incomplete parameters list
(#413) Phpdocs for function stack_utils::all_substring_strings has incomplete parameters list
(#448) Phpdocs for function stack_utils::eliminate_strings has incomplete parameters list
(#484) Phpdocs for function stack_utils::protect_backslash_latex has incomplete parameters list
(#497) Phpdocs for function stack_utils::cvs_to_array has incomplete parameters list
(#515) Phpdocs for function stack_utils::array_to_cvs has incomplete parameters list
(#543) Phpdocs for function stack_utils::next_element has incomplete parameters list
(#602) Phpdocs for function stack_utils::list_to_array has incomplete parameters list
(#797) Phpdocs for function stack_utils::php_string_to_maxima_string has incomplete parameters list
(#808) Phpdocs for function stack_utils::maxima_string_to_php_string has incomplete parameters list
(#819) Phpdocs for function stack_utils::maxima_string_strip_mbox has incomplete parameters list
(#951) Phpdocs for function stack_utils::parse_option has incomplete parameters list
(#965) Phpdocs for function stack_utils::count_missing_alttext has incomplete parameters list
(#1011) Phpdocs for function stack_utils::hash_array has incomplete parameters list
(#1021) Phpdocs for function stack_utils::unhash_array has incomplete parameters list
(#1031) Phpdocs for function stack_utils::is_array_string has incomplete parameters list
(#1038) Phpdocs for function stack_utils::unhash_parsons_string has incomplete parameters list
(#1075) Phpdocs for function stack_utils::unhash_parsons_string_maxima has incomplete parameters list
(#1083) Phpdocs for function stack_utils::hash_parsons_string has incomplete parameters list
(#1118) Phpdocs for function stack_utils::hash_parsons_string_maxima has incomplete parameters list
(#1159) Phpdocs for function stack_utils::validate_parsons_state has incomplete parameters list
(#1230) Phpdocs for function stack_utils::validate_parsons_contents has incomplete parameters list
(#914) Invalid inline phpdocs tag @author found
question/type/stack/tests/answertest_general_fixtures_test.php
(#47) Phpdocs for function answertest_general_fixtures_test::test_answertest has incomplete parameters list
question/type/stack/tests/behat/behat_qtype_stack.php
(#119) Phpdocs for function behat_qtype_stack::i_set_the_part_to_in_the_combined_question has incomplete parameters list
(#132) Phpdocs for function behat_qtype_stack::i_set_the_part_to_in_the_combined_question_in_app has incomplete parameters list
question/type/stack/tests/fixtures/test_base.php
(#174) Phpdocs for function qtype_stack_testcase::prepare_actual_maths_floats has incomplete parameters list
(#200) Phpdocs for function qtype_stack_testcase::assert_equals_ignore_spaces_and_e has incomplete parameters list
(#309) Phpdocs for function qtype_stack_walkthrough_test_base::check_response_summary_contains has incomplete parameters list
question/type/stack/tests/caskeyval_exception_test.php
(#37) Inline phpdocs tag {@link stack_cas_keyval} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/caskeyval_test.php
(#39) Inline phpdocs tag {@link stack_cas_keyval} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/cassession2_exception_test.php
(#38) Inline phpdocs tag {@link stack_cas_session} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/castext_exception_test.php
(#36) Inline phpdocs tag {@link stack_cas_text} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/castext_test.php
(#50) Inline phpdocs tag {@link stack_cas_text} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/fact_sheets_test.php
(#34) Inline phpdocs tag {@link stack_fact_sheets} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/maxima_replication_test.php
(#52) Phpdocs for function maxima_replication_test::check has incomplete parameters list
question/type/stack/tests/parser_rule_201_test.php
(#38) Inline phpdocs tag {@link 201_sig_figs_validation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parser_rule_202_test.php
(#38) Inline phpdocs tag {@link 202_decimal_places_validation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parser_rule_410_test.php
(#38) Inline phpdocs tag {@link stack_ast_filter_410_single_char_vars} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parser_rule_541_test.php
(#39) Inline phpdocs tag {@link stack_ast_filter_541_no_unknown_functions} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parser_rule_542_test.php
(#40) Inline phpdocs tag {@link stack_ast_filter_no_functions_at_all_042} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parser_rule_801_test.php
(#38) Inline phpdocs tag {@link stack_ast_filter_801_singleton_numeric} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/parsons_block_test.php
(#53) Inline phpdocs tag {@link stack_cas_castext2_parsons} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
question/type/stack/tests/question_test.php
(#43) Phpdocs for function question_test::get_test_stack_question has incomplete parameters list
question/type/stack/tests/restore_logic_test.php
(#47) Phpdocs for function restore_logic_test_class::log has incomplete parameters list
(#56) Phpdocs for function restore_logic_test_class::get_task has incomplete parameters list
question/type/stack/tests/walkthrough_deferred_cbm_test.php
(#38) Invalid inline phpdocs tag @author found
question/type/stack/tests/walkthrough_deferred_feedback_test.php
(#40) Invalid inline phpdocs tag @author found
question/type/stack/tests/walkthrough_immediate_feedback_test.php
(#35) Invalid inline phpdocs tag @author found
question/type/stack/tidyquestionform.php
(#90) Phpdocs for function qtype_stack_tidy_question_form::get_prt_graph has incomplete parameters list
question/type/stack/vle_specific.php
(#81) Phpdocs for function stack_user_can_edit_question has incomplete parameters list
(#92) Phpdocs for function stack_user_can_view_question has incomplete parameters list
(#131) Phpdocs for function stack_castext_file_filter has incomplete parameters list
(#187) Phpdocs for function stack_cors_link has incomplete parameters list
(#233) Phpdocs for function stack_clear_vle_question_cache 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

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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